
4 May
2023
4 May
'23
3:26 p.m.
On Thu, May 4, 2023 at 9:18 PM Bin Meng bmeng.cn@gmail.com wrote:
Hi Simon,
On Mon, Mar 27, 2023 at 12:17 PM Simon Glass sjg@chromium.org wrote:
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
(no changes since v2)
Changes in v2:
- Drop patch 'usb: Quieten a debug message' since it was fixed elsewhere
- Drop patch 'x86: coreboot: Use a memory-mapped UART' (not needed)
configs/coreboot_defconfig | 3 +++ drivers/nvme/nvme_pci.c | 8 ++++++++
The nvme_pci change should go in a separate patch
2 files changed, 11 insertions(+)
Regards, Bin