[PATCH 3/3] configs: enable NVMe

Torsten Duwe duwe at lst.de
Fri May 8 17:42:48 CEST 2026


From: Torsten Duwe <duwe at suse.de>

Enable NVMe in the Raspberry Pi 64-Bit default config

Signed-off-by: Torsten Duwe <duwe at suse.de>
---

Thanks to this series, U-Boot now supports the 64GiB address offset
used on the Raspberry Pi 5 for those inbound accesses.

Remember that the other prerequisite on Rpi5 is the PCIe support
for bcm2712.

---
 configs/rpi_arm64_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig
index 38af5029403..18f8213f3b3 100644
--- a/configs/rpi_arm64_defconfig
+++ b/configs/rpi_arm64_defconfig
@@ -41,6 +41,7 @@ CONFIG_MMC_SDHCI_SDMA=y
 CONFIG_MMC_SDHCI_BCM2835=y
 CONFIG_MMC_SDHCI_BCMSTB=y
 CONFIG_BCMGENET=y
+CONFIG_NVME_PCI=y
 CONFIG_PCI_BRCMSTB=y
 CONFIG_PINCTRL=y
 # CONFIG_PINCTRL_GENERIC is not set
-- 
2.54.0



More information about the U-Boot mailing list