]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: cros: Decode some kernel preamble fields
authorSimon Glass <sjg@chromium.org>
Sun, 30 Jul 2023 17:16:51 +0000 (11:16 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 11 Aug 2023 00:34:54 +0000 (18:34 -0600)
commit3257835e5640d92a22581d38a97b918a89cd3783
tree6cd6bf88fa1bff795a96f926b23a5c4cff924494
parent4cfe4510f1e6e0cf2e346f5bd9de5d5be346238d
bootstd: cros: Decode some kernel preamble fields

Decode the kernel start and size using the structures provided. This
accesses the same data, just in a cleaner way.

Add some logging for some of the fields in the kernel preamble.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootmeth_cros.c