commit | 87a6b586fe700349f26fbec07957dcea4d428eab | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Feb 20 18:34:20 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Feb 23 09:00:16 2017 +0900 |
tree | 8f2510bad414f7eeb9c122b872d19bea2d315627 | |
parent | 0a7ca9286a24a7f125abbcd6b9aed0b660d6d2b3 [diff] |
ARM: uniphier: add simple eMMC load APIs instead of ROM API 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>