On Wed, 12 Mar 2025 at 09:01, Naresh Solanki <[email protected]> wrote: > > This change adds `BOOT_DEVICE_NVME` to the `enum` list in > `arch/x86/include/asm/spl.h`, > enabling NVMe as a recognized boot device for SPL (Secondary Program > Loader). > > Tested x86 hardware with Coreboot + uboot payload.
I believe the correct names are: coreboot U-Boot > Verified successful boot to NVMe drive. > > Signed-off-by: Naresh Solanki <[email protected]> > --- > > arch/x86/include/asm/spl.h | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass <[email protected]>

