]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Add an NVMe bootdev
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:47 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:40 +0000 (18:11 -0500)
commit758c706c6873fda806e3ce70d08bbb8ef3b81707
tree5f23c46b4261dd0a022cc824bd1a0456b1beb769
parent0d77f8f1ca870f7ecd710e701d46c565ff72c68b
bootstd: Add an NVMe bootdev

Add a bootdev for NVMe so that these devices can be used with standard
boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/nvme/nvme-uclass.c
drivers/nvme/nvme.c
test/boot/bootdev.c