]> git.baikalelectronics.ru Git - uboot.git/commit
dm: test: Add test for part_get_info_by_type
authorJoshua Watt <jpewhacker@gmail.com>
Mon, 3 Jul 2023 13:39:55 +0000 (08:39 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 17 Jul 2023 20:19:47 +0000 (16:19 -0400)
commit51e6301e0b741d15bd783fd52aae1d739216731f
treeaf35a23a8b9613b898edbd6d21a61c96b70835fa
parent25e53feef1fd6504d429e991f0a7230427f13837
dm: test: Add test for part_get_info_by_type

Adds a test suite to ensure that part_get_info_by_type works correctly
by creating a hybrid GPT/MBR partition table and reading both.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
[trini: Add this on the other sandbox configs]
Signedd-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig
configs/sandbox_noinst_defconfig
configs/sandbox_spl_defconfig
configs/sandbox_vpl_defconfig
test/dm/part.c