Re: [U-Boot] [PATCH v4 2/9] ARMv7: PSCI: update function psci_get_cpu_stack_top

2016-06-05 Thread Hongbo Zhang
On Mon, Jun 6, 2016 at 11:43 AM, Chen-Yu Tsai wrote: > Hi, > > On Mon, Jun 6, 2016 at 11:27 AM, Hongbo Zhang wrote: >> Hi York, >> Which version of u-boot do you use? I don't have such problem. >> I was using the latest u-boot (when I re-worked this patch

Re: [U-Boot] [PATCH v4 2/9] ARMv7: PSCI: update function psci_get_cpu_stack_top

2016-06-05 Thread Chen-Yu Tsai
Hi, On Mon, Jun 6, 2016 at 11:27 AM, Hongbo Zhang wrote: > Hi York, > Which version of u-boot do you use? I don't have such problem. > I was using the latest u-boot (when I re-worked this patch set), it was > e4a94ce Merge git://git.denx.de/u-boot-dm > but there is some

Re: [U-Boot] [PATCH v4 2/9] ARMv7: PSCI: update function psci_get_cpu_stack_top

2016-06-05 Thread Hongbo Zhang
Hi York, Which version of u-boot do you use? I don't have such problem. I was using the latest u-boot (when I re-worked this patch set), it was e4a94ce Merge git://git.denx.de/u-boot-dm but there is some thing wrong that this version of u-boot cannot load my kernel properly, so I went a little

Re: [U-Boot] [PATCH v4 2/9] ARMv7: PSCI: update function psci_get_cpu_stack_top

2016-06-03 Thread York Sun
On 06/02/2016 01:07 AM, macro.wav...@gmail.com wrote: > From: Hongbo Zhang > > There are issues of legacy fuction psci_get_cpu_stack_top: > > First, the current algorithm arranges stacks from an fixed adress towards > psci_text_end, if there are more CPUs, the stacks will

[U-Boot] [PATCH v4 2/9] ARMv7: PSCI: update function psci_get_cpu_stack_top

2016-06-02 Thread macro . wave . z
From: Hongbo Zhang There are issues of legacy fuction psci_get_cpu_stack_top: First, the current algorithm arranges stacks from an fixed adress towards psci_text_end, if there are more CPUs, the stacks will overlap with psci text segment and even other segments. This patch