Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-20 | ARMv7: Factor out reusable timer_wait from sunxi/psci_sun7i.S | Wang Dongsheng | |
timer_wait is moved from sunxi/psci_sun7i.S, and it can be converted completely into a reusable armv7 generic timer. LS1021A will use it as well. Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: York Sun <yorksun@freescale.com> | |||
2015-05-29 | ARM: sunxi: Make PSCI code sun7i specific | Chen-Yu Tsai | |
The PSCI code only works for sun7i. Rename it with _sun7i suffix, and build only if building for sun7i. This paves the way for adding PSCI support for other platforms. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> |