]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: cros: Add a function to read info from partition
authorSimon Glass <sjg@chromium.org>
Sun, 30 Jul 2023 17:16:57 +0000 (11:16 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 11 Aug 2023 00:34:54 +0000 (18:34 -0600)
commitf861b1ee70aafff68a9a1ecbffb0bc79b71d13eb
tree1e40a760cc76fc45f296fcc2f39fd26904f2c296
parent76bd6844dcfeb1a7d2f529c2f715b34f4e574229
bootstd: cros: Add a function to read info from partition

The code to read the ChromiumOS information from the partition is
currently all in one function. It reads the entire kernel, which is
unnecessary unless it is to be booted.

Create a new function which reads just the minimum required data from the
disk, then obtains what it needs from there.

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