]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: nvme: coreboot: Enable NVMe
authorSimon Glass <sjg@chromium.org>
Thu, 4 May 2023 22:55:08 +0000 (16:55 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 11 May 2023 02:25:29 +0000 (10:25 +0800)
Enable support for NVMe storage devices. Update the driver to enable the
bus master bit, since coreboot does not do that automatically.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
configs/coreboot_defconfig

index 3030e5bf93b47c3f3b1cf0c129796a7e4e8b6837..f6ffb518042193f887048f4071db796aab826ee6 100644 (file)
@@ -59,6 +59,7 @@ CONFIG_SYS_ATA_ALT_OFFSET=0
 CONFIG_ATAPI=y
 CONFIG_LBA48=y
 CONFIG_SYS_64BIT_LBA=y
+CONFIG_NVME_PCI=y
 # CONFIG_PCI_PNP is not set
 CONFIG_SOUND=y
 CONFIG_SOUND_I8254=y