[PATCH 2/2] vexpress64: Add MMC card to the BOOT_TARGET_DEVICES of FVP

2023-10-18 Thread Qi Feng
From: Wei Chen Add MMC disk to FVP's BOOT_TARGET_DEVICES. This allows the user to boot from MMC devices. Signed-off-by: Wei Chen Signed-off-by: Qi Feng --- include/configs/vexpress_aemv8.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/configs/vexpress_aemv8.h b/include

[PATCH 1/2] misc: vexpress_config: Use member .priv_auto to set the private data

2023-10-18 Thread Qi Feng
; | ^ In this patch we set the uclass private data through struct member .priv_auto, and this compilation error disappears. Signed-off-by: Wei Chen Signed-off-by: Qi Feng --- drivers/misc/vexpress_config.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/misc

[PATCH 0/2] vexpress64: Add MMC card to the BOOT_TARGET_DEVICES of FVP

2023-10-18 Thread Qi Feng
Add MMC disk to FVP's BOOT_TARGET_DEVICES. This allows the user to boot from MMC devices. While working on that, one compilation error has been observed and fixed. Wei Chen (2): misc: vexpress_config: Use member .priv_auto to set the private data vexpress64: Add MMC card to the