Re: [U-Boot] [PATCH v3] armv8: spl: Call spl_relocate_stack_gd for ARMv8

2017-02-27 Thread Tom Rini
On Tue, Feb 28, 2017 at 02:13:21AM +, André Przywara wrote: > Hi Tom, Simon, > > can we merge this patch for 2017.03 still? > This fixes an SD card boot regression for arm64 SPLs for me, introduced > shortly before -rc1. This seems like a reasonable thing to bring in, yes. Thanks for the rem

Re: [U-Boot] [PATCH v3] armv8: spl: Call spl_relocate_stack_gd for ARMv8

2017-02-27 Thread André Przywara
Hi Tom, Simon, can we merge this patch for 2017.03 still? This fixes an SD card boot regression for arm64 SPLs for me, introduced shortly before -rc1. Commit b3d2861eb20a ("spl: Remove overwrite of relocated malloc limit"), introduced just a few commits before -rc1, broke MMC boot for arm64 (beca

Re: [U-Boot] [PATCH v3] armv8: spl: Call spl_relocate_stack_gd for ARMv8

2017-02-23 Thread Simon Glass
Hi, On 23 February 2017 at 02:25, Dr. Philipp Tomsich wrote: > Simon, > > On 23 Feb 2017, at 03:23, Simon Glass wrote: > > On 22 February 2017 at 11:01, Philipp Tomsich > wrote: > > As part of the startup process for boards using the SPL, we need to > call spl_relocate_stack_gd. This is needed

Re: [U-Boot] [PATCH v3] armv8: spl: Call spl_relocate_stack_gd for ARMv8

2017-02-23 Thread Dr. Philipp Tomsich
Simon, > On 23 Feb 2017, at 03:23, Simon Glass wrote: > > On 22 February 2017 at 11:01, Philipp Tomsich > > wrote: >> As part of the startup process for boards using the SPL, we need to >> call spl_relocate_stack_gd. This is needed to set up malloc

Re: [U-Boot] [PATCH v3] armv8: spl: Call spl_relocate_stack_gd for ARMv8

2017-02-22 Thread Simon Glass
On 22 February 2017 at 11:01, Philipp Tomsich wrote: > As part of the startup process for boards using the SPL, we need to > call spl_relocate_stack_gd. This is needed to set up malloc with its > DRAM buffer. > > Signed-off-by: Philipp Tomsich > Reviewed-by: Andre Przywara > Reviewed-by: Simon G

[U-Boot] [PATCH v3] armv8: spl: Call spl_relocate_stack_gd for ARMv8

2017-02-22 Thread Philipp Tomsich
As part of the startup process for boards using the SPL, we need to call spl_relocate_stack_gd. This is needed to set up malloc with its DRAM buffer. Signed-off-by: Philipp Tomsich Reviewed-by: Andre Przywara Reviewed-by: Simon Glass --- arch/arm/lib/crt0_64.S | 13 +++-- 1 file change