[PATCH v3 6/6] cmd: Add MBR partition layout control utility

2020-12-23 Thread Marek Szyprowski
Add a 'mbr' command to let users create or verify MBR partition layout based on the provided text description. The partition layout is alternatively read from the 'mbr_parts' environment variable. This can be used in scripts to help system image flashing tools to ensure proper partition layout. Th

Re: [PATCH v3 6/6] cmd: Add MBR partition layout control utility

2021-01-16 Thread Tom Rini
On Wed, Dec 23, 2020 at 01:55:15PM +0100, Marek Szyprowski wrote: > Add a 'mbr' command to let users create or verify MBR partition layout > based on the provided text description. The partition layout is > alternatively read from the 'mbr_parts' environment variable. This can be > used in scripts