[linux-sunxi] Re: [U-Boot] [PATCH v3 02/13] ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCY

2017-02-02 Thread Jagan Teki
On Wed, Feb 1, 2017 at 2:35 AM, Andre Przywara wrote: > Many ARMv8 boards define a constant COUNTER_FREQUENCY to specify the > frequency of the ARM Generic Timer (aka. arch timer). > ARMv7 boards traditionally used CONFIG_TIMER_CLK_FREQ for the same > purpose. It seems

[linux-sunxi] Re: [U-Boot] [PATCH v3 01/13] sunxi: fix ACTLR.SMP assembly routine

2017-02-02 Thread Jagan Teki
n Wed, Feb 1, 2017 at 2:35 AM, Andre Przywara wrote: > If we take the liberty to use register r0 to perform our bit set, we > should be nice enough to tell the compiler about it. > Add r0 to the clobber list to avoid potential mayhem. > > Signed-off-by: Andre Przywara

[linux-sunxi] Re: [PATCH v3 13/13] sunxi: configs: add basic OrangePi PC 2 defconfig

2017-02-02 Thread André Przywara
On 02/02/17 12:27, Maxime Ripard wrote: > On Wed, Feb 01, 2017 at 01:36:10AM +, Andre Przywara wrote: >> The OrangePi PC 2 is a typical SBC with the 64-bit Allwinner H5 SoC. >> Add a (64-bit only) defconfig defining the required options to build >> the U-Boot proper. >> >> Signed-off-by: Andre

[linux-sunxi] Re: [PATCH v3 13/13] sunxi: configs: add basic OrangePi PC 2 defconfig

2017-02-02 Thread Maxime Ripard
On Wed, Feb 01, 2017 at 01:36:10AM +, Andre Przywara wrote: > The OrangePi PC 2 is a typical SBC with the 64-bit Allwinner H5 SoC. > Add a (64-bit only) defconfig defining the required options to build > the U-Boot proper. > > Signed-off-by: Andre Przywara Acked-by:

[linux-sunxi] Re: [PATCH v3 12/13] sunxi: dts: add basic OrangePi PC 2 device tree file

2017-02-02 Thread Maxime Ripard
On Wed, Feb 01, 2017 at 01:36:09AM +, Andre Przywara wrote: > The OrangePi PC 2 is a typical SBC with the 64-bit Allwinner H5 SoC. > Create a new .dts file for it by including the (32-bit) H3 SoC .dtsi > and changing the differing components accordingly. > This is a preliminary device tree

[linux-sunxi] Re: [PATCH v3 11/13] sunxi: introduce Allwinner H5 config option

2017-02-02 Thread Maxime Ripard
On Wed, Feb 01, 2017 at 01:36:08AM +, Andre Przywara wrote: > The Allwinner H5 Soc is bascially an H3 with high SRAM and ARMv8 cores. > As the peripherals and the pinmuxing are almost identical, we piggy > back on the shared MACH_SUN8I_H3_H5 config symbol. > > Signed-off-by: Andre Przywara

[linux-sunxi] Re: [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

[linux-sunxi] Re: [U-Boot] [PATCH v4 2/3] spl: Remove overwrite of relocated malloc limit

2017-02-02 Thread Andre Przywara
Hi Lokesh, thanks for having a look! On 02/02/17 05:35, Lokesh Vutla wrote: > > > On 2/2/2017 5:18 AM, André Przywara wrote: >> On 27/01/17 16:39, Andrew F. Davis wrote: >> >> Hi, >> >>> spl_init on some boards is called after stack and heap relocation, on >>> some platforms