Re: [U-Boot] [RFC PATCH 13/13] arm: nexell: switch to 32-bit

2017-12-01 Thread Simon Glass
On 29 November 2017 at 18:25, Andre Przywara wrote: > The vendor provided SPL blob (called "secondboot") runs completely in > AArch32, so expects U-Boot to be AArch32 as well. > Also the lack of a working arch timer limits Linux to 32-bits, as the > mainline arm64 kernel heavily relies on the arch

[U-Boot] [RFC PATCH 13/13] arm: nexell: switch to 32-bit

2017-11-29 Thread Andre Przywara
The vendor provided SPL blob (called "secondboot") runs completely in AArch32, so expects U-Boot to be AArch32 as well. Also the lack of a working arch timer limits Linux to 32-bits, as the mainline arm64 kernel heavily relies on the arch timer. This commit switches the NanoPiM3 board over to gene