All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v1 0/3] SPL NVMe support
@ 2022-09-29  9:56 Mayuresh Chitale
  2022-09-29  9:56 ` [RFC PATCH v1 1/3] spl: Add Kconfig options for NVME Mayuresh Chitale
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Mayuresh Chitale @ 2022-09-29  9:56 UTC (permalink / raw)
  To: Bin Meng, Simon Glass
  Cc: Mayuresh Chitale, u-boot, Heinrich Schuchardt, Rick Chen, Leo

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-09-30 23:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29  9:56 [RFC PATCH v1 0/3] SPL NVMe support Mayuresh Chitale
2022-09-29  9:56 ` [RFC PATCH v1 1/3] spl: Add Kconfig options for NVME Mayuresh Chitale
2022-09-29 23:55   ` Simon Glass
2022-09-29  9:56 ` [RFC PATCH v1 2/3] nvme: pci: Enable for SPL Mayuresh Chitale
2022-09-29 23:55   ` Simon Glass
2022-09-30 16:58     ` Mayuresh Chitale
2022-09-30 23:49       ` Simon Glass
2022-09-29  9:56 ` [RFC PATCH v1 3/3] common: spl: Add spl NVMe boot support Mayuresh Chitale
2022-09-29 23:55   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.