]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: cros: Add a function to read a kernel
authorSimon Glass <sjg@chromium.org>
Sun, 30 Jul 2023 17:16:58 +0000 (11:16 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 11 Aug 2023 00:34:54 +0000 (18:34 -0600)
commit074503c40a14f0e35b69bb3f06bb255b6881ca4e
treef82130830434baf51b7dfa5cf09bfe6064cd4299
parentf861b1ee70aafff68a9a1ecbffb0bc79b71d13eb
bootstd: cros: Add a function to read a kernel

The code to read the ChromiumOS information from the partition is
currently all in one function.

Create a new function which reads the kernel, assuming that the metadata
has been parsed.

For now this function is not used. Future work will plumb it in.

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