[PATCH] x86: spl: Add support for NVMe boot device

Simon Glass sjg at chromium.org
Thu Mar 13 13:51:43 CET 2025


On Wed, 12 Mar 2025 at 09:01, Naresh Solanki
<naresh.solanki at 9elements.com> 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 <naresh.solanki at 9elements.com>
> ---
>
>  arch/x86/include/asm/spl.h | 1 +
>  1 file changed, 1 insertion(+)

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


More information about the U-Boot mailing list