[PATCH v3 5/5] common: spl: Add spl NVMe boot support

Simon Glass sjg at chromium.org
Fri May 5 02:40:46 CEST 2023


On Thu, 4 May 2023 at 03:53, Mayuresh Chitale <mchitale at ventanamicro.com> wrote:
>
> Add support to load the next stage image from an NVMe disk which may
> be formatted as an EXT or FAT filesystem.
>
> Signed-off-by: Mayuresh Chitale <mchitale at ventanamicro.com>
> ---
>  arch/riscv/include/asm/spl.h |  1 +
>  common/spl/Kconfig           | 10 ++++++++++
>  common/spl/Makefile          |  1 +
>  common/spl/spl_nvme.c        | 34 ++++++++++++++++++++++++++++++++++
>  4 files changed, 46 insertions(+)
>  create mode 100644 common/spl/spl_nvme.c
>

Reviewed-by: Simon Glass <sjg at chromium.org>

BTW you should also be able to add a test for this using sandbox_spl


More information about the U-Boot mailing list