Re: [U-Boot] [PATCH v5 3/8] ARMv7: PSCI: update the place of saving target PC

2016-06-28 Thread Chen-Yu Tsai
On Tue, Jun 28, 2016 at 5:23 PM, Hongbo Zhang wrote: > On Tue, Jun 28, 2016 at 11:24 AM, Chen-Yu Tsai wrote: >> On Tue, Jun 14, 2016 at 3:01 PM, wrote: >>> From: Hongbo Zhang >>> >>> The legacy code saves

Re: [U-Boot] [PATCH v5 3/8] ARMv7: PSCI: update the place of saving target PC

2016-06-28 Thread Hongbo Zhang
On Tue, Jun 28, 2016 at 11:24 AM, Chen-Yu Tsai wrote: > On Tue, Jun 14, 2016 at 3:01 PM, wrote: >> From: Hongbo Zhang >> >> The legacy code saves target PC at stack top, this patch changes it to stack >> bottom, because we will save

Re: [U-Boot] [PATCH v5 3/8] ARMv7: PSCI: update the place of saving target PC

2016-06-27 Thread Chen-Yu Tsai
On Tue, Jun 14, 2016 at 3:01 PM, wrote: > From: Hongbo Zhang > > The legacy code saves target PC at stack top, this patch changes it to stack > bottom, because we will save more contents for PSCI v1.0, by this way we don't > need to adjust the stack

[U-Boot] [PATCH v5 3/8] ARMv7: PSCI: update the place of saving target PC

2016-06-14 Thread macro . wave . z
From: Hongbo Zhang The legacy code saves target PC at stack top, this patch changes it to stack bottom, because we will save more contents for PSCI v1.0, by this way we don't need to adjust the stack pointer when more contents are saved. Signed-off-by: Hongbo Zhang