public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Mayuresh Chitale <mchitale@ventanamicro.com>
To: Bin Meng <bmeng.cn@gmail.com>, Simon Glass <sjg@chromium.org>
Cc: Mayuresh Chitale <mchitale@ventanamicro.com>,
	u-boot@lists.denx.de, Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Rick Chen <rick@andestech.com>, Leo <ycliang@andestech.com>
Subject: [RFC PATCH v1 0/3] SPL NVMe support
Date: Thu, 29 Sep 2022 15:26:36 +0530	[thread overview]
Message-ID: <20220929095639.355675-1-mchitale@ventanamicro.com> (raw)

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


             reply	other threads:[~2022-09-29 11:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-29  9:56 Mayuresh Chitale [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220929095639.355675-1-mchitale@ventanamicro.com \
    --to=mchitale@ventanamicro.com \
    --cc=bmeng.cn@gmail.com \
    --cc=rick@andestech.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    --cc=ycliang@andestech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox