summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-06-20 09:35:16 -0400
committerTom Rini <trini@konsulko.com>2023-06-20 09:35:16 -0400
commit571d8e57345dd35525bab2b3b47638792b960252 (patch)
tree9074635ccd9362356f04ab59bcf23bb1867c1ea5 /include
parentbb922ca3eb4b92a27e98fb5d81bf22242e9d4f0e (diff)
parent02d9c0b0e5c95b0c8af475c4b8821abe62478419 (diff)
Merge branch '2023-06-19-spl-nvme-support' into next
To quote the author: This patchset adds support to load images of the SPL's next booting stage from a NVMe device
Diffstat (limited to 'include')
-rw-r--r--include/spl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/spl.h b/include/spl.h
index 7e0f5ac63b0..20e1eb32a44 100644
--- a/include/spl.h
+++ b/include/spl.h
@@ -672,6 +672,9 @@ int spl_load_image_ext(struct spl_image_info *spl_image,
int spl_load_image_ext_os(struct spl_image_info *spl_image,
struct spl_boot_device *bootdev,
struct blk_desc *block_dev, int partition);
+int spl_blk_load_image(struct spl_image_info *spl_image,
+ struct spl_boot_device *bootdev,
+ enum uclass_id uclass_id, int devnum, int partnum);
/**
* spl_early_init() - Set up device tree and driver model in SPL if enabled