Re: [U-Boot] [PATCH 2/2] ARM: add Raspberry Pi 3 64-bit config

2016-04-02 Thread Stephen Warren
On 04/02/2016 07:26 AM, Tom Rini wrote: On Fri, Apr 01, 2016 at 09:14:15PM -0600, Stephen Warren wrote: On all Pis so far, the VC FW provides a short stub to set up the ARM CPU before entering the kernel (a/k/a U-Boot for us). This feature is not currently supported by the VC FW when booting in

Re: [U-Boot] [PATCH 2/2] ARM: add Raspberry Pi 3 64-bit config

2016-04-02 Thread Tom Rini
On Fri, Apr 01, 2016 at 09:14:15PM -0600, Stephen Warren wrote: > On all Pis so far, the VC FW provides a short stub to set up the ARM CPU > before entering the kernel (a/k/a U-Boot for us). This feature is not > currently supported by the VC FW when booting in 64-bit mode. However, > this feature

[U-Boot] [PATCH 2/2] ARM: add Raspberry Pi 3 64-bit config

2016-04-01 Thread Stephen Warren
On all Pis so far, the VC FW provides a short stub to set up the ARM CPU before entering the kernel (a/k/a U-Boot for us). This feature is not currently supported by the VC FW when booting in 64-bit mode. However, this feature will likely appear in the near future, and this U-Boot port assumes that