Re: [PATCH v2 6/7] hw/arm: Allwinner A10 enable SPL load from MMC

2022-12-18 Thread Strahinja Jankovic
Hi, On Sun, Dec 18, 2022 at 10:59 PM Philippe Mathieu-Daudé wrote: > > On 18/12/22 22:19, Strahinja Jankovic wrote: > > This patch enables copying of SPL from MMC if `-kernel` parameter is not > > passed when starting QEMU. SPL is copied to SRAM_A. > > > > The approach is reused from Allwinner H3

Re: [PATCH v2 6/7] hw/arm: Allwinner A10 enable SPL load from MMC

2022-12-18 Thread Philippe Mathieu-Daudé
On 18/12/22 22:19, Strahinja Jankovic wrote: This patch enables copying of SPL from MMC if `-kernel` parameter is not passed when starting QEMU. SPL is copied to SRAM_A. The approach is reused from Allwinner H3 implementation. Tested with Armbian and custom Yocto image. Signed-off-by: Strahinj

[PATCH v2 6/7] hw/arm: Allwinner A10 enable SPL load from MMC

2022-12-18 Thread Strahinja Jankovic
This patch enables copying of SPL from MMC if `-kernel` parameter is not passed when starting QEMU. SPL is copied to SRAM_A. The approach is reused from Allwinner H3 implementation. Tested with Armbian and custom Yocto image. Signed-off-by: Strahinja Jankovic Reviewed-by: Niek Linnenbank ---