Re: [U-Boot] [PATCH 2/2] arm: add spl relocation support for armv8

2019-04-29 Thread Marek Vasut
On 4/29/19 1:58 PM, Andy Yan wrote: > Hi Marek, Fabio: > > On 2019/4/29 下午7:46, Marek Vasut wrote: >> On 4/29/19 1:38 PM, Andy Yan wrote: >>> Hi Fabio: >>> >>> On 2019/4/29 下午7:08, Fabio Estevam wrote: Hi Andy, On Mon, Apr 29, 2019 at 6:06 AM Andy Yan wrote: > Relocate

Re: [U-Boot] [PATCH 2/2] arm: add spl relocation support for armv8

2019-04-29 Thread Andy Yan
Hi Marek, Fabio: On 2019/4/29 下午7:46, Marek Vasut wrote: On 4/29/19 1:38 PM, Andy Yan wrote: Hi Fabio: On 2019/4/29 下午7:08, Fabio Estevam wrote: Hi Andy, On Mon, Apr 29, 2019 at 6:06 AM Andy Yan wrote: Relocate spl itself to a high memory. Please improve the commit message and explain

Re: [U-Boot] [PATCH 2/2] arm: add spl relocation support for armv8

2019-04-29 Thread Marek Vasut
On 4/29/19 1:38 PM, Andy Yan wrote: > Hi Fabio: > > On 2019/4/29 下午7:08, Fabio Estevam wrote: >> Hi Andy, >> >> On Mon, Apr 29, 2019 at 6:06 AM Andy Yan wrote: >>> Relocate spl itself to a high memory. >> Please improve the commit message and explain the reason for doing this. >> >> > > The

Re: [U-Boot] [PATCH 2/2] arm: add spl relocation support for armv8

2019-04-29 Thread Andy Yan
Hi Fabio: On 2019/4/29 下午7:08, Fabio Estevam wrote: Hi Andy, On Mon, Apr 29, 2019 at 6:06 AM Andy Yan wrote: Relocate spl itself to a high memory. Please improve the commit message and explain the reason for doing this. The detail reason I described in [PATCH 1/2],  you are in the list.

Re: [U-Boot] [PATCH 2/2] arm: add spl relocation support for armv8

2019-04-29 Thread Fabio Estevam
Hi Andy, On Mon, Apr 29, 2019 at 6:06 AM Andy Yan wrote: > > Relocate spl itself to a high memory. Please improve the commit message and explain the reason for doing this. ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH 2/2] arm: add spl relocation support for armv8

2019-04-29 Thread Andy Yan
Relocate spl itself to a high memory. Signed-off-by: Andy Yan --- arch/arm/config.mk| 6 ++ arch/arm/cpu/armv8/start.S| 4 arch/arm/cpu/armv8/u-boot-spl.lds | 17 + arch/arm/lib/Makefile | 2 +- arch/arm/lib/crt0_64.S|