u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] SPL NVme support
@ 2023-05-02 16:18 Mayuresh Chitale
  2023-05-02 16:18 ` [PATCH v2 1/4] spl: Add Kconfig options for NVME Mayuresh Chitale
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Mayuresh Chitale @ 2023-05-02 16:18 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.

Changes in v2:
- Rebase on v2023.07-rc1
- Use uclass ID for blk APIs
- Add support to load FIT images from ext filesystem

Mayuresh Chitale (4):
  spl: Add Kconfig options for NVME
  nvme: pci: Enable for SPL
  spl: Support loading a FIT from ext FS
  common: spl: Add spl NVMe boot support

 arch/riscv/include/asm/spl.h |  1 +
 common/spl/Kconfig           | 30 +++++++++++++++++++++
 common/spl/Makefile          |  1 +
 common/spl/spl_ext.c         | 33 +++++++++++++++++++++++
 common/spl/spl_nvme.c        | 52 ++++++++++++++++++++++++++++++++++++
 drivers/Makefile             |  1 +
 drivers/nvme/Makefile        |  2 +-
 drivers/pci/Kconfig          |  7 +++++
 drivers/pci/pci-uclass.c     |  3 ++-
 9 files changed, 128 insertions(+), 2 deletions(-)
 create mode 100644 common/spl/spl_nvme.c

-- 
2.34.1


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

end of thread, other threads:[~2023-05-04  8:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-02 16:18 [PATCH v2 0/4] SPL NVme support Mayuresh Chitale
2023-05-02 16:18 ` [PATCH v2 1/4] spl: Add Kconfig options for NVME Mayuresh Chitale
2023-05-02 16:19 ` [PATCH v2 2/4] nvme: pci: Enable for SPL Mayuresh Chitale
2023-05-03  1:28   ` Simon Glass
2023-05-04  8:27     ` Mayuresh Chitale
2023-05-02 16:19 ` [PATCH v2 3/4] spl: Support loading a FIT from ext FS Mayuresh Chitale
2023-05-02 16:19 ` [PATCH v2 4/4] common: spl: Add spl NVMe boot support Mayuresh Chitale
2023-05-03  1:28   ` Simon Glass
2023-05-04  8:28     ` Mayuresh Chitale

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).