u-boot/drivers/nvme
Mark Kettenis 045474be5e nvme: Split out PCI support
Apple SoCs have an integrated NVMe controller that isn't connected
over a PCIe bus. In preparation for adding support for this NVMe
controller, split out the PCI support into its own file. This file
is selected through a new CONFIG_NVME_PCI Kconfig option, so do
a wholesale replacement of CONFIG_NVME with CONFIG_NVME_PCI.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested on: Macbook Air M1
Tested-by: Simon Glass <sjg@chromium.org>
2022-02-10 16:44:23 -05:00
..
Kconfig nvme: Split out PCI support 2022-02-10 16:44:23 -05:00
Makefile nvme: Split out PCI support 2022-02-10 16:44:23 -05:00
nvme_pci.c nvme: Split out PCI support 2022-02-10 16:44:23 -05:00
nvme_show.c nvme: Do not allocate 8kB buffer on stack 2022-01-14 13:16:10 -05:00
nvme-uclass.c dm: define LOG_CATEGORY for all uclass 2021-07-06 10:38:03 -06:00
nvme.c nvme: Split out PCI support 2022-02-10 16:44:23 -05:00
nvme.h nvme: Split out PCI support 2022-02-10 16:44:23 -05:00