
7 Jan
2021
7 Jan
'21
1:35 p.m.
On Thu, 31 Dec 2020 at 15:49, Sean Anderson sean.anderson@seco.com wrote:
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
configs/sandbox64_defconfig | 2 ++ configs/sandbox_defconfig | 2 ++ test/dm/Makefile | 3 ++ test/dm/fastboot.c | 64 +++++++++++++++++++++++++++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 test/dm/fastboot.c
Reviewed-by: Simon Glass sjg@chromium.org