]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ibex_ast2700: Add FMC header support
authorChia-Wei Wang <chiawei_wang@aspeedtech.com>
Tue, 10 Sep 2024 09:39:18 +0000 (17:39 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 11 Sep 2024 12:35:03 +0000 (20:35 +0800)
commit73f802ac95ede0324f54852088c1ea1f7cb9e55a
tree3f558330260d0d6b8fef2a0eecc193d63eea485a
parent4b0129e8103dab9887d495d9c4dface8eeefb10b
board: ibex_ast2700: Add FMC header support

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>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/include/asm/arch-ast2700/fmc_hdr.h [new file with mode: 0644]
board/aspeed/ibex_ast2700/Makefile
board/aspeed/ibex_ast2700/fmc_hdr.c [new file with mode: 0644]