commit | 26279263790aeebe10208f6616b33a31d83fb3a0 | [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 | 37b61c124edd16bdc96a139370ae7c0ec590b094 [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>