On Thu, 4 May 2023 at 03:53, Mayuresh Chitale <[email protected]> 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 <[email protected]>
> ---
>  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 <[email protected]>

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

Reply via email to