Re: [PATCH 03/16] bootstd: cros: Bring in some ChromiumOS structures

2023-08-11 Thread Simon Glass
Add a header file with structures for booting ChromiumOS, taken from the vboot tree. Using these makes it easier to understand the code. Note that the code style has not been updated for U-Boot, with use of uint64_t, __attribute__((packed)) and one comment-style nit. This should make it easier to

[PATCH 03/16] bootstd: cros: Bring in some ChromiumOS structures

2023-07-30 Thread Simon Glass
Add a header file with structures for booting ChromiumOS, taken from the vboot tree. Using these makes it easier to understand the code. Note that the code style has not been updated for U-Boot, with use of uint64_t, __attribute__((packed)) and one comment-style nit. This should make it easier to