]> git.dujemihanovic.xyz Git - u-boot.git/commit
nvme: Enable PCI bus mastering
authorSimon Glass <sjg@chromium.org>
Thu, 4 May 2023 22:55:07 +0000 (16:55 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 11 May 2023 02:25:29 +0000 (10:25 +0800)
commit38534712cd4c4d8acdf760ee87ba219f82d738c9
treea8b2c23e8b7cd7fec04846d55862adc86e9a154d
parent2f5210b703355ba8f8d9c441a9b4f23ce3e93133
nvme: Enable PCI bus mastering

U-Boot sets up devices ready for use, but coreboot does not. Enable this
so that NVMe works OK from coreboot.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/nvme/nvme_pci.c