Re: [U-Boot] [PATCH 00/15] ARM: PSCI: Add secure stack and data sections

2016-07-05 Thread Chen-Yu Tsai
On Sun, Jul 3, 2016 at 5:05 PM, Hans de Goede wrote: > Hi, > > On 03-07-16 02:35, Chen-Yu Tsai wrote: >> >> Hi, >> >> On Sat, Jul 2, 2016 at 8:00 PM, Hans de Goede wrote: >>> >>> Hi, >>> >>> On 19-06-16 06:38, Chen-Yu Tsai wrote: Hi everyone, This is ARM PSCI improvements

Re: [U-Boot] [PATCH 00/15] ARM: PSCI: Add secure stack and data sections

2016-07-04 Thread Hongbo Zhang
On Sun, Jul 3, 2016 at 8:35 AM, Chen-Yu Tsai wrote: > Hi, > > On Sat, Jul 2, 2016 at 8:00 PM, Hans de Goede wrote: >> Hi, >> >> On 19-06-16 06:38, Chen-Yu Tsai wrote: >>> >>> Hi everyone, >>> >>> This is ARM PSCI improvements part 2. This series cleans up PSCI stack >>> allocation and target PC s

Re: [U-Boot] [PATCH 00/15] ARM: PSCI: Add secure stack and data sections

2016-07-03 Thread Hans de Goede
Hi, On 03-07-16 02:35, Chen-Yu Tsai wrote: Hi, On Sat, Jul 2, 2016 at 8:00 PM, Hans de Goede wrote: Hi, On 19-06-16 06:38, Chen-Yu Tsai wrote: Hi everyone, This is ARM PSCI improvements part 2. This series cleans up PSCI stack allocation and target PC storage by introducing a secure stack

Re: [U-Boot] [PATCH 00/15] ARM: PSCI: Add secure stack and data sections

2016-07-02 Thread Chen-Yu Tsai
Hi, On Sat, Jul 2, 2016 at 8:00 PM, Hans de Goede wrote: > Hi, > > On 19-06-16 06:38, Chen-Yu Tsai wrote: >> >> Hi everyone, >> >> This is ARM PSCI improvements part 2. This series cleans up PSCI stack >> allocation and target PC storage by introducing a secure stack section >> and a secure data

Re: [U-Boot] [PATCH 00/15] ARM: PSCI: Add secure stack and data sections

2016-07-02 Thread Hans de Goede
Hi, On 19-06-16 06:38, Chen-Yu Tsai wrote: Hi everyone, This is ARM PSCI improvements part 2. This series cleans up PSCI stack allocation and target PC storage by introducing a secure stack section and a secure data section. I've added this series to my personal repo sunxi-wip branch for test

Re: [U-Boot] [PATCH 00/15] ARM: PSCI: Add secure stack and data sections

2016-07-01 Thread Hongbo Zhang
I applied all these patches and had a test. Patch 13/15 needs a manual merge, all the others apply well. There is no compiling warnings or errors. The PSCI function runs well after applying these patches. I will leave my Tested-by: tags in each patch touched separately. On Thu, Jun 30, 2016 at 5:5

Re: [U-Boot] [PATCH 00/15] ARM: PSCI: Add secure stack and data sections

2016-06-30 Thread Hongbo Zhang
I like the idea of secure stack and secure data section. I'd like to test this patch set, but only the psci common part and freescale platform's changes will be covered. On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote: > Hi everyone, > > This is ARM PSCI improvements part 2. This series cle

[U-Boot] [PATCH 00/15] ARM: PSCI: Add secure stack and data sections

2016-06-18 Thread Chen-Yu Tsai
Hi everyone, This is ARM PSCI improvements part 2. This series cleans up PSCI stack allocation and target PC storage by introducing a secure stack section and a secure data section. The series got larger than I planned. Some patches are just moving or consolidating code, and a few are adding miss