Re: [PATCH 12/16] bootstd: cros: Add a function to read a kernel

2023-08-11 Thread Simon Glass
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 --- boot/bootm

[PATCH 12/16] bootstd: cros: Add a function to read a kernel

2023-07-30 Thread Simon Glass
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 --- boot/bootm