test: dm: Add test for fastboot mmc partition naming
authorSean Anderson <sean.anderson@seco.com>
Fri, 5 Feb 2021 14:38:54 +0000 (09:38 -0500)
committerMarek Vasut <marex@denx.de>
Fri, 26 Feb 2021 14:30:55 +0000 (15:30 +0100)
commitd4f22cb39e92ebfce74003b5779d6d6addc797e2
tree37ac75e41f1a0eee4857e449aee39a5c5ae5fbc6
parent3f6fb771751e560931c05b845fcb305a9b8eb071
test: dm: Add test for fastboot mmc partition naming

This test verifies the mapping between fastboot partitions and partitions
as understood by U-Boot. It also tests the creation of GPT partitions,
though that is not the primary goal.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/sandbox64_defconfig
configs/sandbox_defconfig
test/dm/Makefile
test/dm/fastboot.c [new file with mode: 0644]