Re: [U-Boot] [PATCH 5/8] ARM: sunxi: Add sun6i specific PSCI implementation

2015-05-29 Thread Maxime Ripard
On Fri, May 29, 2015 at 11:08:43AM +0800, Chen-Yu Tsai wrote: > >> +.globl psci_fiq_enter > >> +psci_fiq_enter: > >> + push{r0-r12} > >> + > >> + @ Switch to secure > >> + mrc p15, 0, r7, c1, c1, 0 > >> + bic r8, r7, #1 > >> + mcr p15, 0, r8, c1, c1, 0 > >>

Re: [U-Boot] [PATCH 5/8] ARM: sunxi: Add sun6i specific PSCI implementation

2015-05-29 Thread Hans de Goede
Hi, On 29-05-15 05:08, Chen-Yu Tsai wrote: On Thu, May 28, 2015 at 11:22 PM, Maxime Ripard wrote: On Thu, May 28, 2015 at 09:25:31PM +0800, Chen-Yu Tsai wrote: This adds PSCI support for sun6i. So far it only supports the PWR_ON method. Signed-off-by: Chen-Yu Tsai --- arch/arm/cpu/armv7/s

Re: [U-Boot] [PATCH 5/8] ARM: sunxi: Add sun6i specific PSCI implementation

2015-05-28 Thread Chen-Yu Tsai
On Thu, May 28, 2015 at 11:22 PM, Maxime Ripard wrote: > On Thu, May 28, 2015 at 09:25:31PM +0800, Chen-Yu Tsai wrote: >> This adds PSCI support for sun6i. So far it only supports >> the PWR_ON method. >> >> Signed-off-by: Chen-Yu Tsai >> --- >> arch/arm/cpu/armv7/sunxi/Makefile | 1 + >>

Re: [U-Boot] [PATCH 5/8] ARM: sunxi: Add sun6i specific PSCI implementation

2015-05-28 Thread Maxime Ripard
On Thu, May 28, 2015 at 09:25:31PM +0800, Chen-Yu Tsai wrote: > This adds PSCI support for sun6i. So far it only supports > the PWR_ON method. > > Signed-off-by: Chen-Yu Tsai > --- > arch/arm/cpu/armv7/sunxi/Makefile | 1 + > arch/arm/cpu/armv7/sunxi/psci_sun6i.S | 276 > +

[U-Boot] [PATCH 5/8] ARM: sunxi: Add sun6i specific PSCI implementation

2015-05-28 Thread Chen-Yu Tsai
This adds PSCI support for sun6i. So far it only supports the PWR_ON method. Signed-off-by: Chen-Yu Tsai --- arch/arm/cpu/armv7/sunxi/Makefile | 1 + arch/arm/cpu/armv7/sunxi/psci_sun6i.S | 276 ++ 2 files changed, 277 insertions(+) create mode 100644 arch/