[RFC PATCH v1 0/3] SPL NVMe support

Mayuresh Chitale mchitale at ventanamicro.com
Thu Sep 29 11:56:36 CEST 2022


This patchset adds support to load images of the SPL's next booting stage from a NVMe device.

Mayuresh Chitale (3):
  spl: Add Kconfig options for NVME
  nvme: pci: Enable for SPL
  common: spl: Add spl NVMe boot support

 arch/riscv/include/asm/spl.h |  1 +
 common/spl/Kconfig           | 25 ++++++++++++++++++++
 common/spl/Makefile          |  1 +
 common/spl/spl_nvme.c        | 44 ++++++++++++++++++++++++++++++++++++
 drivers/Makefile             |  2 +-
 drivers/nvme/Makefile        |  2 +-
 drivers/nvme/nvme_pci.c      |  1 +
 drivers/pci/Kconfig          |  7 ++++++
 drivers/pci/pci-uclass.c     |  3 ++-
 9 files changed, 83 insertions(+), 3 deletions(-)
 create mode 100644 common/spl/spl_nvme.c

-- 
2.25.1



More information about the U-Boot mailing list