[U-Boot] [PATCH v3 05/13] sunxi: configs: merge sun9i and sun50i SPL memory definitions

2017-01-31 Thread Andre Przywara
For some reason we were pretty conservative when defining the maximum SPL size for the Allwinner A80(sun9i) SoC. According to the manual the SRAM A1 is even 40KB, but the BROM probably still has the 32 KiB load limit. For the sake of simplicity, merge the SPL memory definitions for the A64 and A80

Re: [U-Boot] [PATCH v3 05/13] sunxi: configs: merge sun9i and sun50i SPL memory definitions

2017-02-02 Thread Maxime Ripard
On Wed, Feb 01, 2017 at 01:36:02AM +, Andre Przywara wrote: > For some reason we were pretty conservative when defining the maximum > SPL size for the Allwinner A80(sun9i) SoC. > According to the manual the SRAM A1 is even 40KB, but the BROM > probably still has the 32 KiB load limit. For the s

Re: [U-Boot] [PATCH v3 05/13] sunxi: configs: merge sun9i and sun50i SPL memory definitions

2017-02-03 Thread Jagan Teki
On Thu, Feb 2, 2017 at 1:25 PM, Maxime Ripard wrote: > On Wed, Feb 01, 2017 at 01:36:02AM +, Andre Przywara wrote: >> For some reason we were pretty conservative when defining the maximum >> SPL size for the Allwinner A80(sun9i) SoC. >> According to the manual the SRAM A1 is even 40KB, but the