Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-23 | ARM: uniphier: deassert RST_n of eMMC device for LD11/LD20 | Masahiro Yamada | |
For LD11 and LD20 SoCs, the RST_n pin is asserted by default. If the EXT_CSD[162], bit[1:0] (RST_n_ENABLE) is fused, the eMMC device would stay in the reset state until its RST_n pin is deasserted by software. Currently, this is cared by an ad-hoc way because the eMMC hardware reset provider is not supported in U-Boot for now. This code should be re-written once the "mmc-pwrseq-emmc" binding is supported. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
2017-01-18 | ARM: uniphier: refactor board_init() | Masahiro Yamada | |
The code here is cluttered due to the switch statement. Introduce a table of callbacks to clean up the initialization code across SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
2016-04-24 | ARM: uniphier: add PH1-LD20 SoC support | Masahiro Yamada | |
This is the first ARMv8 SoC from Socionext Inc. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |