Re: [PATCH 13/16] bootstd: cros: Split up reading info and kernel

2023-08-11 Thread Simon Glass
Use the two new functions to separate reading of the ChromiumOS info from the partition from actually reading the kernel and booting it. Signed-off-by: Simon Glass --- boot/bootmeth_cros.c | 96 +++- 1 file changed, 23 insertions(+), 73 deletions(-) Appl

[PATCH 13/16] bootstd: cros: Split up reading info and kernel

2023-07-30 Thread Simon Glass
Use the two new functions to separate reading of the ChromiumOS info from the partition from actually reading the kernel and booting it. Signed-off-by: Simon Glass --- boot/bootmeth_cros.c | 96 +++- 1 file changed, 23 insertions(+), 73 deletions(-) diff