Re: [PATCH v4 15/16] x86: nvme: coreboot: Enable NVMe

2023-05-05 Thread Bin Meng
On Fri, May 5, 2023 at 6:55 AM Simon Glass 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 > --- > > Changes in v4: > - Drop unnecessary CONFIG options > - Drop

[PATCH v4 15/16] x86: nvme: coreboot: Enable NVMe

2023-05-04 Thread Simon Glass
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 --- Changes in v4: - Drop unnecessary CONFIG options - Drop patch to allow locating UARTs by device ID Changes in v2: - Drop patch