Searched hist:"94 a389b257039511784b91a263913c845c8146e4" (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/ |
H A D | psci.c | diff 94a389b257039511784b91a263913c845c8146e4 Sat Jun 18 23:38:32 CDT 2016 Chen-Yu Tsai <wens@csie.org> 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>
|
H A D | Makefile | diff 94a389b257039511784b91a263913c845c8146e4 Sat Jun 18 23:38:32 CDT 2016 Chen-Yu Tsai <wens@csie.org> 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>
|