cmd: Add MBR partition layout control utility 40/248840/2
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 26 Nov 2020 14:27:00 +0000 (15:27 +0100)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 3 Dec 2020 16:53:18 +0000 (17:53 +0100)
commit02d51715c971671b6de001e184ad71ecf97a228f
treedf674622655ff735ef22b0712bd480ea8e241cfa
parent4e6b41040b5d43ab2d9a154f1f28839b07b61e4b
cmd: Add MBR partition layout control utility

Add a 'mbr' command to let user create or verify MBR partition layout
based on the provided text description. The partition layout is
altearnatively read from 'mbr_parts' environment variable. This can be
used in scripts to help system image flashing tools to ensure proper
partition layout.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I8fd4d79a630296d41567e6288b6b4e4d083f7648
cmd/Kconfig
cmd/Makefile
cmd/mbr.c [new file with mode: 0644]