Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-23 | ARM: uniphier: add simple eMMC load APIs instead of ROM API | Masahiro Yamada | |
Re-use of routines embedded in the Boot ROM requires a function pointer table for each SoC. This is not nice in terms of the maintainability in a long run. Implement simple eMMC load APIs that are commonly used for LD11, LD20, and hopefully future SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
2017-02-23 | ARM: uniphier: rework spl_boot_device() and related code | Masahiro Yamada | |
The current implementation has ugly switch statements here and there, and duplicates similar code. Rework it using table lookups for SoC data and reduce code duplication. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |