Re: [U-Boot] [PATCH v3 21/26] sunxi: A64: enable SPL

2016-12-25 Thread Simon Glass
On 19 December 2016 at 23:01, Maxime Ripard wrote: > On Mon, Dec 19, 2016 at 01:50:11AM +, Andre Przywara wrote: >> Now that the SPL is ready to be compiled in AArch64 and the DRAM >> init code is ready, enable SPL support for the A64 SoC and in the >> Pine64 defconfig. >> For now we keep the

Re: [U-Boot] [PATCH v3 21/26] sunxi: A64: enable SPL

2016-12-19 Thread Maxime Ripard
On Mon, Dec 19, 2016 at 01:50:11AM +, Andre Przywara wrote: > Now that the SPL is ready to be compiled in AArch64 and the DRAM > init code is ready, enable SPL support for the A64 SoC and in the > Pine64 defconfig. > For now we keep the boot0 header in the U-Boot proper, as this allows > to sti

[U-Boot] [PATCH v3 21/26] sunxi: A64: enable SPL

2016-12-18 Thread Andre Przywara
Now that the SPL is ready to be compiled in AArch64 and the DRAM init code is ready, enable SPL support for the A64 SoC and in the Pine64 defconfig. For now we keep the boot0 header in the U-Boot proper, as this allows to still use boot0 as an SPL replacement without hurting the SPL use case. We di