Re: [PATCH v8 01/23] binman: ti-board-config: Add support for TI board config binaries

2023-07-24 Thread Tom Rini
On Sat, Jul 22, 2023 at 12:14:24AM +0530, Neha Malcom Francis wrote: > The ti-board-config entry loads and validates a given YAML config file > against a given schema, and generates the board config binary. K3 > devices require these binaries to be packed into the final system > firmware images. >

[PATCH v8 01/23] binman: ti-board-config: Add support for TI board config binaries

2023-07-21 Thread Neha Malcom Francis
The ti-board-config entry loads and validates a given YAML config file against a given schema, and generates the board config binary. K3 devices require these binaries to be packed into the final system firmware images. Reviewed-by: Simon Glass Signed-off-by: Neha Malcom Francis --- tools/binma