]> git.ipfire.org Git - thirdparty/u-boot.git/commit - cmd/bootm.c
cmd: bootm: add a stage pre-load
authorPhilippe Reynes <philippe.reynes@softathome.com>
Mon, 28 Mar 2022 20:57:00 +0000 (22:57 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 31 Mar 2022 18:12:01 +0000 (14:12 -0400)
commit9d46e63d9771c789c2c934bb6f5f6af042f1bba0
tree203636401a0370414a4ec1074ae69cde649b6d63
parent982207435a7b96d594336a88c08cb5b09e5f2963
cmd: bootm: add a stage pre-load

Add a stage pre-load to the command bootm.
Right now, this stage may be used to read a
header and check the signature of the full
image.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
boot/bootm.c
cmd/Kconfig
cmd/bootm.c
include/image.h