From: Heinrich Schuchardt Date: Tue, 12 Nov 2024 10:26:44 +0000 (+0100) Subject: configs: SiFive Unmatched: add 'nvme scan' to preboot X-Git-Tag: v2025.07-rc1~18^2~16^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8848bdd23781a389b9003f679792d8668c3b754;p=pandora-u-boot.git configs: SiFive Unmatched: add 'nvme scan' to preboot Without 'nvme scan' the ESP on the NVMe drive is not found early. EFI variables cannot be persisted. Hit any key to stop autoboot: 0 Cannot persist EFI variables without system partition ** Booting bootflow '' with efi_mgr Loading Boot0000 'mmc 0' failed EFI boot manager: Cannot load any image Boot failed (err=-14) scanning bus for devices... ** Booting bootflow 'nvme#1.blk#1.bootdev.part_1' with efi Booting /\EFI\BOOT\BOOTRISCV64.EFI error: no suitable video mode found. GNU GRUB version 2.12 With 'nmve scan' booting works as expected. Hit any key to stop autoboot: 0 ** Booting bootflow '' with efi_mgr Loading Boot0000 'mmc 0' failed Loading Boot0001 'nvme 0' failed Booting: nvme 1 error: no suitable video mode found. GNU GRUB version 2.12 Reported by Yuri Zaporozhets Signed-off-by: Heinrich Schuchardt Reviewed-by: Leo Yu-Chi Liang --- diff --git a/configs/sifive_unmatched_defconfig b/configs/sifive_unmatched_defconfig index 88a75c03259..f70e3db4441 100644 --- a/configs/sifive_unmatched_defconfig +++ b/configs/sifive_unmatched_defconfig @@ -27,7 +27,7 @@ CONFIG_FIT=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x84000000 CONFIG_BOOTSTD_DEFAULTS=y CONFIG_USE_PREBOOT=y -CONFIG_PREBOOT="setenv fdt_addr ${fdtcontroladdr};fdt addr ${fdtcontroladdr};" +CONFIG_PREBOOT="setenv fdt_addr ${fdtcontroladdr};fdt addr ${fdtcontroladdr};nvme scan" CONFIG_DEFAULT_FDT_FILE="sifive/hifive-unmatched-a00.dtb" CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=276