Re: [U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-19 Thread Andre Przywara
Salut Maxime, On 19/12/16 08:20, Maxime Ripard wrote: > On Sat, Dec 17, 2016 at 02:44:46PM +, André Przywara wrote: >>> Instead, can you do something similar to tegra, which uses ARMv4t for >>> SPL and ARMv7 for U-Boot proper? >> >> You will need two different (cross-)compilers, so just settin

Re: [U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-19 Thread Maxime Ripard
On Sat, Dec 17, 2016 at 02:44:46PM +, André Przywara wrote: > > Instead, can you do something similar to tegra, which uses ARMv4t for > > SPL and ARMv7 for U-Boot proper? > > You will need two different (cross-)compilers, so just setting some > compiler options will not help. > Besides compili

Re: [U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-19 Thread Maxime Ripard
On Fri, Dec 16, 2016 at 03:39:06PM +, Andre Przywara wrote: > On 16/12/16 14:52, Maxime Ripard wrote: > > On Mon, Dec 12, 2016 at 04:04:23PM +, Andre Przywara wrote: > >> Hi, > >> > >> On 12/12/16 15:13, Maxime Ripard wrote: > >>> On Tue, Dec 06, 2016 at 12:22:59PM +, Andre Przywara wro

Re: [U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-17 Thread André Przywara
On 05/12/16 06:26, Simon Glass wrote: > Hi Andre, > > On 4 December 2016 at 18:52, Andre Przywara wrote: >> When compiling the SPL for the Allwinner A64 in AArch64 mode, we can't >> use the more compact Thumb2 encoding, which only exists for AArch32 >> code. This makes the SPL rather big, up to a

Re: [U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-16 Thread Andre Przywara
Hi, On 16/12/16 14:52, Maxime Ripard wrote: > On Mon, Dec 12, 2016 at 04:04:23PM +, Andre Przywara wrote: >> Hi, >> >> On 12/12/16 15:13, Maxime Ripard wrote: >>> On Tue, Dec 06, 2016 at 12:22:59PM +, Andre Przywara wrote: Hi, On 06/12/16 11:28, Maxime Ripard wrote: > On

Re: [U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-16 Thread Maxime Ripard
On Mon, Dec 12, 2016 at 04:04:23PM +, Andre Przywara wrote: > Hi, > > On 12/12/16 15:13, Maxime Ripard wrote: > > On Tue, Dec 06, 2016 at 12:22:59PM +, Andre Przywara wrote: > >> Hi, > >> > >> On 06/12/16 11:28, Maxime Ripard wrote: > >>> On Mon, Dec 05, 2016 at 01:52:30AM +, Andre Prz

Re: [U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-12 Thread Andre Przywara
Hi, On 12/12/16 16:18, Chen-Yu Tsai wrote: > On Tue, Dec 13, 2016 at 12:04 AM, Andre Przywara > wrote: >> Hi, >> >> On 12/12/16 15:13, Maxime Ripard wrote: >>> On Tue, Dec 06, 2016 at 12:22:59PM +, Andre Przywara wrote: Hi, On 06/12/16 11:28, Maxime Ripard wrote: > On Mon,

Re: [U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-12 Thread Chen-Yu Tsai
On Tue, Dec 13, 2016 at 12:04 AM, Andre Przywara wrote: > Hi, > > On 12/12/16 15:13, Maxime Ripard wrote: >> On Tue, Dec 06, 2016 at 12:22:59PM +, Andre Przywara wrote: >>> Hi, >>> >>> On 06/12/16 11:28, Maxime Ripard wrote: On Mon, Dec 05, 2016 at 01:52:30AM +, Andre Przywara wrote:

Re: [U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-12 Thread Andre Przywara
Hi, On 12/12/16 15:13, Maxime Ripard wrote: > On Tue, Dec 06, 2016 at 12:22:59PM +, Andre Przywara wrote: >> Hi, >> >> On 06/12/16 11:28, Maxime Ripard wrote: >>> On Mon, Dec 05, 2016 at 01:52:30AM +, Andre Przywara wrote: When compiling the SPL for the Allwinner A64 in AArch64 mode,

Re: [U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-12 Thread Maxime Ripard
On Tue, Dec 06, 2016 at 12:22:59PM +, Andre Przywara wrote: > Hi, > > On 06/12/16 11:28, Maxime Ripard wrote: > > On Mon, Dec 05, 2016 at 01:52:30AM +, Andre Przywara wrote: > >> When compiling the SPL for the Allwinner A64 in AArch64 mode, we can't > >> use the more compact Thumb2 encodin

Re: [U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-06 Thread Andre Przywara
Hi, On 06/12/16 11:28, Maxime Ripard wrote: > On Mon, Dec 05, 2016 at 01:52:30AM +, Andre Przywara wrote: >> When compiling the SPL for the Allwinner A64 in AArch64 mode, we can't >> use the more compact Thumb2 encoding, which only exists for AArch32 >> code. This makes the SPL rather big, up

Re: [U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-06 Thread Maxime Ripard
On Mon, Dec 05, 2016 at 01:52:30AM +, Andre Przywara wrote: > When compiling the SPL for the Allwinner A64 in AArch64 mode, we can't > use the more compact Thumb2 encoding, which only exists for AArch32 > code. This makes the SPL rather big, up to a point where any code > additions or even a di

Re: [U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-04 Thread Simon Glass
Hi Andre, On 4 December 2016 at 18:52, Andre Przywara wrote: > When compiling the SPL for the Allwinner A64 in AArch64 mode, we can't > use the more compact Thumb2 encoding, which only exists for AArch32 > code. This makes the SPL rather big, up to a point where any code > additions or even a dif

[U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-04 Thread Andre Przywara
When compiling the SPL for the Allwinner A64 in AArch64 mode, we can't use the more compact Thumb2 encoding, which only exists for AArch32 code. This makes the SPL rather big, up to a point where any code additions or even a different compiler may easily exceed the 32KB limit that the Allwinner BRO