public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v3 0/5] SPL NVMe support
@ 2023-05-04  9:53 Mayuresh Chitale
  2023-05-04  9:53 ` [PATCH v3 1/5] spl: Add Kconfig options for NVME Mayuresh Chitale
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Mayuresh Chitale @ 2023-05-04  9:53 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 v3:
- Add generic API to fetch payload from Ext or FAT filesystems
- Remove reduntant SPL_PCI_PNP config check

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 (5):
  spl: Add Kconfig options for NVME
  spl: blk: Support loading images from fs
  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           | 31 +++++++++++++++++++++
 common/spl/Makefile          |  2 ++
 common/spl/spl_blk_fs.c      | 54 ++++++++++++++++++++++++++++++++++++
 common/spl/spl_ext.c         | 33 ++++++++++++++++++++++
 common/spl/spl_nvme.c        | 34 +++++++++++++++++++++++
 drivers/Makefile             |  1 +
 drivers/block/Kconfig        |  7 +++++
 drivers/nvme/Makefile        |  2 +-
 drivers/pci/Kconfig          |  7 +++++
 include/spl.h                |  3 ++
 11 files changed, 174 insertions(+), 1 deletion(-)
 create mode 100644 common/spl/spl_blk_fs.c
 create mode 100644 common/spl/spl_nvme.c

-- 
2.34.1


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

end of thread, other threads:[~2023-06-03  8:22 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-04  9:53 [PATCH v3 0/5] SPL NVMe support Mayuresh Chitale
2023-05-04  9:53 ` [PATCH v3 1/5] spl: Add Kconfig options for NVME Mayuresh Chitale
2023-05-05  0:41   ` Simon Glass
2023-05-04  9:53 ` [PATCH v3 2/5] spl: blk: Support loading images from fs Mayuresh Chitale
2023-05-05  0:41   ` Simon Glass
2023-06-03  8:19     ` Mayuresh Chitale
2023-05-04  9:53 ` [PATCH v3 3/5] nvme: pci: Enable for SPL Mayuresh Chitale
2023-05-05  0:41   ` Simon Glass
2023-06-03  8:19     ` Mayuresh Chitale
2023-05-04  9:53 ` [PATCH v3 4/5] spl: Support loading a FIT from ext FS Mayuresh Chitale
2023-05-05  0:40   ` Simon Glass
2023-06-03  8:21     ` Mayuresh Chitale
2023-05-17 14:41   ` Tom Rini
2023-05-17 14:58     ` Heinrich Schuchardt
2023-06-03  8:22     ` Mayuresh Chitale
2023-05-04  9:53 ` [PATCH v3 5/5] common: spl: Add spl NVMe boot support Mayuresh Chitale
2023-05-05  0:40   ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox