]> git.dujemihanovic.xyz Git - u-boot.git/commit
common: spl: Add spl NVMe boot support
authorMayuresh Chitale <mchitale@ventanamicro.com>
Sat, 3 Jun 2023 14:02:56 +0000 (19:32 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 19 Jun 2023 21:47:41 +0000 (17:47 -0400)
commit02d9c0b0e5c95b0c8af475c4b8821abe62478419
tree9074635ccd9362356f04ab59bcf23bb1867c1ea5
parent32f5e9e5c1a787b351ab087ebe284182cfd83188
common: spl: Add spl NVMe boot support

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 <mchitale@ventanamicro.com>
[trini: Drop hunk changing disk/part.c as that breaks other users]
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/riscv/include/asm/spl.h
common/spl/Makefile
common/spl/spl_nvme.c [new file with mode: 0644]