commit | e40802e2e637899ddcb9ed95b8fafb83c985c3be | [log] [tgz] |
---|---|---|
author | Joshua Watt <jpewhacker@gmail.com> | Mon Jul 03 08:39:55 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 17 16:19:47 2023 -0400 |
tree | af35a23a8b9613b898edbd6d21a61c96b70835fa | |
parent | aa62d508abbd8a2af1a73d9ceeb5c2252bbf445e [diff] |
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>