Re: [PATCH v4 14/16] nvme: Enable PCI bus mastering

2023-05-05 Thread Bin Meng
On Fri, May 5, 2023 at 6:55 AM Simon Glass wrote: > > 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 > --- > > Changes in v4: > - Split out patch to enable bus mastering > > drivers/nvme/nvme_pci.c |

[PATCH v4 14/16] nvme: Enable PCI bus mastering

2023-05-04 Thread Simon Glass
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 --- Changes in v4: - Split out patch to enable bus mastering drivers/nvme/nvme_pci.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/nvme/nv