Re: [RFC PATCH 00/13] Add support for Allwinner R329

2021-11-05 Thread Samuel Holland
On 7/22/21 1:30 AM, Icenowy Zheng wrote: > This patchset adds Allwinner R329 support to U-Boot. > > First, some code refactors happen for SoCs w/o SCP/MMC2. > > Then the basical support for R329 come as several parts (memory map, > clocks, pinmux, DRAM, final Kconfig option). > > Then, as the

[RFC PATCH 00/13] Add support for Allwinner R329

2021-07-22 Thread Icenowy Zheng
This patchset adds Allwinner R329 support to U-Boot. First, some code refactors happen for SoCs w/o SCP/MMC2. Then the basical support for R329 come as several parts (memory map, clocks, pinmux, DRAM, final Kconfig option). Then, as the RFC part of this patchset, some device tree related