boot: Support booti format in bootm
authorSimon Glass <sjg@chromium.org>
Thu, 6 Mar 2025 00:25:10 +0000 (17:25 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 19:12:15 +0000 (13:12 -0600)
commitd6bb0ea535e4384ed1975ee9c755488f5036a79e
tree624c096808bd48231ecc22ea345ecb1d462f7a2e
parent098407e67390ed0c369029bab0777a51e5a7bad2
boot: Support booti format in bootm

At present the booti format is handled separately, in its own command.
Provide a way to boot uncompressed booti images within the bootm code,
so that eventually we can boot these images without CONFIG_CMDLINE

Update bootm_init() to attach the images for all formats which use them.

Add some debugging while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootm.c
include/image.h