]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: JH7110: enable EFI_LOADER_BOUNCE_BUFFER
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 21 Nov 2024 14:25:22 +0000 (15:25 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 23 Nov 2024 22:37:00 +0000 (23:37 +0100)
Our MMC driver for JH7110 boards only supports reading to the low 4 GiB of
memory. Booting boards with more memory requires EFI_LOADER_BOUNCE_BUFFER.

Reported-by: E Shattow <lucent@gmail.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tested-by: Loic Devulder <ldevulder@suse.com>
configs/starfive_visionfive2_defconfig

index 1c70d1d4b70e0d3ceef87cd23e9043c545612c23..20f89ae67963b68c33d65a3c0cfd84559a0a0cd3 100644 (file)
@@ -32,6 +32,7 @@ CONFIG_CMODEL_MEDANY=y
 CONFIG_RISCV_SMODE=y
 # CONFIG_OF_BOARD_FIXUP is not set
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
 CONFIG_FIT=y
 CONFIG_BOOTSTD_DEFAULTS=y
 CONFIG_BOOTSTAGE=y