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

2023-05-04 Thread Simon Glass
On Thu, 4 May 2023 at 03:53, Mayuresh Chitale 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 > --- > arch/riscv/include/asm/spl.h | 1 + > common/spl/Kconfig | 10

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

2023-05-04 Thread Mayuresh Chitale
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 --- arch/riscv/include/asm/spl.h | 1 + common/spl/Kconfig | 10 ++ common/spl/Makefile | 1 + common/spl/spl_nvme.c