Re: [PATCH v4 6/6] hw/arm/aspeed_ast27x0.c Fix boot issue for AST2700

2025-03-03 Thread Cédric Le Goater
On 3/3/25 08:35, Jamin Lin wrote: Currently, ASPEED_DEV_SPI_BOOT is set to "0x4", which is the DRAM start address, and the QEMU loader is used to load the U-Boot binary into this address. However, if users want to install FMC flash contents as a boot ROM, the DRAM address 0x4 wo

[PATCH v4 6/6] hw/arm/aspeed_ast27x0.c Fix boot issue for AST2700

2025-03-02 Thread Jamin Lin via
Currently, ASPEED_DEV_SPI_BOOT is set to "0x4", which is the DRAM start address, and the QEMU loader is used to load the U-Boot binary into this address. However, if users want to install FMC flash contents as a boot ROM, the DRAM address 0x4 would be overwritten with Boot ROM dat