forked from OERV-BSP/u-boot
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 '<NULL>' 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 '<NULL>' 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 <yuriz@vodafonemail.de>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
69 lines
1.7 KiB
Plaintext
69 lines
1.7 KiB
Plaintext
CONFIG_RISCV=y
|
|
# CONFIG_SPL_USE_ARCH_MEMMOVE is not set
|
|
CONFIG_SYS_MALLOC_LEN=0x800000
|
|
CONFIG_SYS_MALLOC_F_LEN=0x3000
|
|
CONFIG_SPL_GPIO=y
|
|
CONFIG_NR_DRAM_BANKS=1
|
|
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
|
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80200000
|
|
CONFIG_SPL_DM_SPI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="hifive-unmatched-a00"
|
|
CONFIG_DM_RESET=y
|
|
CONFIG_SPL_MMC=y
|
|
CONFIG_SPL_STACK=0x81cfe60
|
|
CONFIG_SPL_BSS_START_ADDR=0x85000000
|
|
CONFIG_SYS_BOOTM_LEN=0x4000000
|
|
CONFIG_SYS_LOAD_ADDR=0x80200000
|
|
CONFIG_SPL=y
|
|
CONFIG_SPL_SPI_FLASH_SUPPORT=y
|
|
CONFIG_SPL_SPI=y
|
|
CONFIG_SYS_PCI_64BIT=y
|
|
CONFIG_PCI=y
|
|
CONFIG_AHCI=y
|
|
CONFIG_TARGET_SIFIVE_UNMATCHED=y
|
|
CONFIG_ARCH_RV64I=y
|
|
CONFIG_RISCV_SMODE=y
|
|
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};nvme scan"
|
|
CONFIG_DEFAULT_FDT_FILE="sifive/hifive-unmatched-a00.dtb"
|
|
CONFIG_SYS_CBSIZE=256
|
|
CONFIG_SYS_PBSIZE=276
|
|
CONFIG_DISPLAY_CPUINFO=y
|
|
CONFIG_DISPLAY_BOARDINFO=y
|
|
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
|
CONFIG_ID_EEPROM=y
|
|
CONFIG_PCI_INIT_R=y
|
|
CONFIG_SPL_MAX_SIZE=0x100000
|
|
# CONFIG_SPL_SHARES_INIT_SP_ADDR is not set
|
|
CONFIG_SPL_HAVE_INIT_STACK=y
|
|
CONFIG_SPL_SYS_MALLOC=y
|
|
CONFIG_SPL_DM_SPI_FLASH=y
|
|
CONFIG_SPL_DM_RESET=y
|
|
CONFIG_SPL_SPI_LOAD=y
|
|
CONFIG_CMD_ERASEENV=y
|
|
CONFIG_CMD_EEPROM=y
|
|
CONFIG_CMD_MEMINFO=y
|
|
CONFIG_CMD_PWM=y
|
|
CONFIG_CMD_GPT_RENAME=y
|
|
CONFIG_CMD_PCI=y
|
|
CONFIG_CMD_POWEROFF=y
|
|
CONFIG_CMD_USB=y
|
|
CONFIG_ENV_SPI_BUS=1
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_SCSI_AHCI=y
|
|
CONFIG_AHCI_PCI=y
|
|
CONFIG_SPL_CLK=y
|
|
CONFIG_SYS_I2C_EEPROM_ADDR=0x54
|
|
CONFIG_SPI_FLASH_ISSI=y
|
|
CONFIG_E1000=y
|
|
CONFIG_NVME_PCI=y
|
|
CONFIG_PCI_REGION_MULTI_ENTRY=y
|
|
CONFIG_PCIE_DW_SIFIVE=y
|
|
CONFIG_SCSI=y
|
|
CONFIG_USB=y
|
|
CONFIG_USB_XHCI_HCD=y
|
|
CONFIG_USB_XHCI_PCI=y
|