[PATCH 6/8] board: ibex_ast2700: Add FMC header support
Leo Liang
ycliang at andestech.com
Mon Sep 9 14:22:12 CEST 2024
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 at 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 at andestech.com>
More information about the U-Boot
mailing list