commit | 074503c40a14f0e35b69bb3f06bb255b6881ca4e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 30 11:16:58 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Aug 10 18:34:54 2023 -0600 |
tree | f82130830434baf51b7dfa5cf09bfe6064cd4299 | |
parent | f861b1ee70aafff68a9a1ecbffb0bc79b71d13eb [diff] |
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>