Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARM: uniphier: add PLL init code for LD20 SoC | Masahiro Yamada | 2016-09-19 | -1/+21 |
| | | | | | | | | Initialize the DPLL (PLL for DRAM) in SPL, and others in U-Boot proper. Split the common code into pll-base-ld20.c for easier re-use. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
* | ARM: uniphier: add System Control register macros for ARMv8 SoCs | Masahiro Yamada | 2016-03-24 | -0/+44 |
The System Control block moved to a completely different register map for ARMv8 SoCs, so it cannot be shared with the ARM 32-bit ones. Define register macros in a new header file. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |