Re: [U-Boot] [PATCH V4 1/3] arm: discard relocation entries for secure text

2015-11-12 Thread Stefano Babic
On 11/11/2015 18:05, Stefano Babic wrote: > On 11/11/2015 02:14, Peng Fan wrote: >> Hi Stefano, >> >> On Tue, Nov 10, 2015 at 02:14:10PM +0100, Albert ARIBAUD wrote: >>> Hello Peng, >>> >>> On Fri, 23 Oct 2015 10:13:03 +0800, Peng Fan >>> wrote: The code such as PSCI

Re: [U-Boot] [PATCH V4 1/3] arm: discard relocation entries for secure text

2015-11-11 Thread Stefano Babic
On 11/11/2015 02:14, Peng Fan wrote: > Hi Stefano, > > On Tue, Nov 10, 2015 at 02:14:10PM +0100, Albert ARIBAUD wrote: >> Hello Peng, >> >> On Fri, 23 Oct 2015 10:13:03 +0800, Peng Fan >> wrote: >>> The code such as PSCI in section named secure is bundled with >>> u-boot

Re: [U-Boot] [PATCH V4 1/3] arm: discard relocation entries for secure text

2015-11-10 Thread Peng Fan
Hi Stefano, On Tue, Nov 10, 2015 at 02:14:10PM +0100, Albert ARIBAUD wrote: >Hello Peng, > >On Fri, 23 Oct 2015 10:13:03 +0800, Peng Fan >wrote: >> The code such as PSCI in section named secure is bundled with >> u-boot image, and when bootm, the code will be copied to

Re: [U-Boot] [PATCH V4 1/3] arm: discard relocation entries for secure text

2015-11-10 Thread Peng Fan
On Fri, Oct 30, 2015 at 04:23:49PM +0800, Peng Fan wrote: >Hi Albert, > >Are you fine with this patch? > >I'd like the patch go through i.MX tree, since the other two patches >needs this patch to work. Ping.. Thanks, Peng. > >Thanks, >Peng. > >On Fri, Oct 23, 2015 at 10:13:03AM +0800, Peng Fan

Re: [U-Boot] [PATCH V4 1/3] arm: discard relocation entries for secure text

2015-11-10 Thread Albert ARIBAUD
Hello Peng, On Fri, 23 Oct 2015 10:13:03 +0800, Peng Fan wrote: > The code such as PSCI in section named secure is bundled with > u-boot image, and when bootm, the code will be copied to their > runtime address same to compliation/linking address - >

Re: [U-Boot] [PATCH V4 1/3] arm: discard relocation entries for secure text

2015-10-30 Thread Peng Fan
Hi Albert, Are you fine with this patch? I'd like the patch go through i.MX tree, since the other two patches needs this patch to work. Thanks, Peng. On Fri, Oct 23, 2015 at 10:13:03AM +0800, Peng Fan wrote: >The code such as PSCI in section named secure is bundled with >u-boot image, and when

[U-Boot] [PATCH V4 1/3] arm: discard relocation entries for secure text

2015-10-22 Thread Peng Fan
The code such as PSCI in section named secure is bundled with u-boot image, and when bootm, the code will be copied to their runtime address same to compliation/linking address - CONFIG_ARMV7_SECURE_BASE. When compile the PSCI code and link it into the u-boot image, there will be relocation

[U-Boot] [PATCH V4 1/3] arm: discard relocation entries for secure text

2015-10-22 Thread Peng Fan
The code such as PSCI in section named secure is bundled with u-boot image, and when bootm, the code will be copied to their runtime address same to compliation/linking address - CONFIG_ARMV7_SECURE_BASE. When compile the PSCI code and link it into the u-boot image, there will be relocation