bootctl: Bring in some additional images

Provide some sample images for use with the 'multi' theme.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-10-16 11:43:29 +01:00
parent 9958f7779d
commit b54d2ae5b9
7 changed files with 11 additions and 1 deletions

View File

@@ -10,3 +10,8 @@ endif
ifdef CONFIG_$(PHASE_)GENERATE_ACPI_TABLE
obj-y += bgrt.o
endif
obj-$(CONFIG_BOOTCTL) += canonical.o
obj-$(CONFIG_BOOTCTL) += tick.o
obj-$(CONFIG_BOOTCTL) += multipass.o settings.o
obj-$(CONFIG_BOOTCTL) += help.o

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

View File

@@ -1303,10 +1303,15 @@ static int dm_test_video_images(struct unit_test_state *uts)
ut_assert_nextline("Name Size");
ut_assert_nextline("-------------------- ----------");
ut_assert_nextline("bgrt 43926");
ut_assert_nextline("canonical 14258");
ut_assert_nextline("help 1782");
ut_assert_nextline("multipass 4378");
ut_assert_nextline("riscos_arrow 3798");
ut_assert_nextline("settings 1782");
ut_assert_nextline("tick 822");
ut_assert_nextline("u_boot 6932");
ut_assert_skip_to_line("");
ut_assert_nextline("Total images: 3");
ut_assert_nextline("Total images: 8");
ut_assert_console_end();
return 0;