Re: [PATCH 08/10] scripts: Add Barebox TLV Generator Tooling

2025-04-14 Thread Sascha Hauer
On Fri, Apr 11, 2025 at 09:40:43AM +0200, Ahmad Fatoum wrote: > From: Chris Fiege > > This host-tooling creates binaries in the Barebox TLV format. > It is intended to be used in the factory (either as script or library) > and creates a tlv binary from a given schema and data. > > For convenienc

[PATCH 08/10] scripts: Add Barebox TLV Generator Tooling

2025-04-11 Thread Ahmad Fatoum
From: Chris Fiege This host-tooling creates binaries in the Barebox TLV format. It is intended to be used in the factory (either as script or library) and creates a tlv binary from a given schema and data. For convenience an example schema and dataset are provided. Signed-off-by: Chris Fiege S