Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-26 | ARM: uniphier: remove SPL support for ARMv8 SoCs | Masahiro Yamada | |
It has been a while since ARM Trusted Firmware supported UniPhier SoC family. U-Boot SPL was intended as a temporary loader that runs in secure world. It is a maintenance headache to support two different boot mechanisms. Secure firmware is realm of ARM Trusted Firmware and now U-Boot only serves as a non-secure boot loader for UniPhier ARMv8 SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
2017-01-17 | ARM: uniphier: split out UMC clock enable | Masahiro Yamada | |
The clock enable bits for UMC are more SoC-specific than for the other hardware blocks. Separate the UMC clocks and the other clocks for better code reuse across SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |