Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-24 | Kconfig: Migrate BOARD_LATE_INIT to a select | Tom Rini | |
This option should not really be user selectable. Note that on PowerPC we currently only need BOARD_LATE_INIT when CHAIN_OF_TRUST is enabled so be conditional on that. Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com> (for UniPhier) | |||
2017-01-22 | ARM: uniphier: add uniphier_v8_defconfig | Masahiro Yamada | |
This defconfig does not support SPL. If you use this, the basic SoC initialization must be done in firmware that runs before U-Boot. (Generally, ARM Trusted Firmware is expected to do this job). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |