]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite9f5aca1be2274f57c7719e49e62d2c015091154
tree37ac75e41f1a0eee4857e449aee39a5c5ae5fbc6
parentb0b64b7bae4f09675e732000c201f3fd4760c4b7
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]