sunxi: Move remaining PSCI assembly code to C
authorChen-Yu Tsai <wens@csie.org>
Sun, 19 Jun 2016 04:38:32 +0000 (12:38 +0800)
committerHans de Goede <hdegoede@redhat.com>
Fri, 15 Jul 2016 13:54:56 +0000 (15:54 +0200)
commit94a389b257039511784b91a263913c845c8146e4
treeb2d4f5d3931228fb270463a6f8e42dff357fbb40
parentb52813239c10d857bd262dc850232ccccdbaa69e
sunxi: Move remaining PSCI assembly code to C

This patch finishes the rewrite of sunxi specific PSCI parts into C
code.

The assembly-only stack setup code has been factored out into a common
function for ARMv7. The GIC setup code can be renamed as psci_arch_init.
And we can use an empty stub function for psci_text_end.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
arch/arm/cpu/armv7/sunxi/Makefile
arch/arm/cpu/armv7/sunxi/psci.c
arch/arm/cpu/armv7/sunxi/psci_head.S [deleted file]