commit | 766c22ecd7e4b6e4e47fb099699eb5a6962ac694 | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Sun Jun 19 12:38:32 2016 +0800 |
committer | Hans de Goede <hdegoede@redhat.com> | Fri Jul 15 15:54:56 2016 +0200 |
tree | b2d4f5d3931228fb270463a6f8e42dff357fbb40 | |
parent | 70617c717da3a794030f8633487d5f9d5f0b9604 [diff] |
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>