]> git.dujemihanovic.xyz Git - u-boot.git/commit
zboot: Add debugging for booting
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jun 2024 12:34:51 +0000 (06:34 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 26 Jun 2024 19:17:52 +0000 (13:17 -0600)
commitbce4c15f26e164d1c96bf0f1c4d33bf0f0dc8a90
treeec7da1b299dda939e4e328dafb8b58599875fd80
parent6e5e713e8125bbc0efb71cc81e7d68654aff0608
zboot: Add debugging for booting

Show the boot arguments and the state mask, to aid debugging.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/x86/zboot.c