
9 Sep
2024
9 Sep
'24
2:22 p.m.
On Mon, Aug 19, 2024 at 06:17:02PM +0800, Chia-Wei Wang wrote:
Define and parse the header of the First Mutable Code (FMC) of AST2700 SoCs at runtime phase.
The FMC header contains the information to load prebuilt binaries required for device initialization such as DRAM and VGA.
Signed-off-by: Chia-Wei Wang chiawei_wang@aspeedtech.com
arch/riscv/include/asm/arch-ast2700/fmc_hdr.h | 52 +++++++++++++++ board/aspeed/ibex_ast2700/Makefile | 1 + board/aspeed/ibex_ast2700/fmc_hdr.c | 64 +++++++++++++++++++ 3 files changed, 117 insertions(+) create mode 100644 arch/riscv/include/asm/arch-ast2700/fmc_hdr.h create mode 100644 board/aspeed/ibex_ast2700/fmc_hdr.c
Reviewed-by: Leo Yu-Chi Liang ycliang@andestech.com