commit | 9f64d1d5d59d644a3d5cc9d94df5b154efb37ecc | [log] [tgz] |
---|---|---|
author | Naresh Solanki <naresh.solanki@9elements.com> | Wed Mar 12 14:31:15 2025 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri May 09 12:57:09 2025 -0600 |
tree | 1343663d197553766dd3eabb2ef32a5b256db2f4 | |
parent | 1ac8f6a1643f6fde86f91dc038401d9ecfa97823 [diff] |
x86: spl: Add support for NVMe boot device 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 + U-Boot payload. Verified successful boot to NVMe drive. Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com> Reviewed-by: Simon Glass <sjg@chromium.org>