]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit488aea45c8cf56086a77981ef8bfedcf0b8a7b72
tree203636401a0370414a4ec1074ae69cde649b6d63
parent6830ec815b4ca0d9d40f9e3db40af351e9706157
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