summaryrefslogtreecommitdiff
path: root/test/boot
AgeCommit message (Expand)Author
2025-11-03Merge patch series "Convert extension support to UCLASS and adds its support ...Tom Rini
2025-11-03boot: Remove legacy extension board supportKory Maincent (TI.com)
2025-10-22boot: Run the EFI bootmgr just before network devicesSimon Glass
2025-10-22boot: Don't change the method count after global bootmethsSimon Glass
2025-10-22boot: Keep track of which bootmeths have been usedSimon Glass
2025-10-22boot: Add a flag for whether there are global bootmethsSimon Glass
2025-10-22boot: Update first_glob_method when dropping a bootmethSimon Glass
2025-10-22boot: Add a new test for global bootmethsSimon Glass
2025-10-15test: Do not build expo and cedit test if no SDLKory Maincent
2025-10-14boot: Improve comments related to global bootmethsSimon Glass
2025-05-30expo: Drop the special theme code for bootflow_menuSimon Glass
2025-05-30expo: Improve the visual appearance of the menuSimon Glass
2025-05-30expo: Support highlighting menu itemsSimon Glass
2025-05-30expo: Begin implementation of a text editorSimon Glass
2025-05-30expo: Support object alignmentSimon Glass
2025-05-30expo: Implement a boxSimon Glass
2025-05-30expo: Support rendering multiple lines of textSimon Glass
2025-05-30expo: Check the screen contents after renderingSimon Glass
2025-05-30expo: Allow strings to be editableSimon Glass
2025-05-30expo: Create a struct for generic text attributesSimon Glass
2025-05-30expo: Line up all menu objectsSimon Glass
2025-05-30expo: Support setting the size and bounds of an objectSimon Glass
2025-05-30expo: Separate dimensions from the bounding boxSimon Glass
2025-05-30expo: Rename x and y in struct scene_obj_bboxSimon Glass
2025-05-30expo: Rename scene_dim to scene_obj_bboxSimon Glass
2025-05-30expo: Split bootflow_menu_new() into two piecesSimon Glass
2025-05-30expo: Test editing a lineeditSimon Glass
2025-05-30expo: Adjust how menu items are highlightedSimon Glass
2025-05-30expo: Provide access to the current menu itemSimon Glass
2025-05-30expo: Test rendering a lineeditSimon Glass
2025-05-30expo: Pass in the video device for cedit_prepare()Simon Glass
2025-05-30expo: Test some cedit actionsSimon Glass
2025-05-30expo: Create a rendering test for ceditSimon Glass
2025-05-29global: Avoid indirect inclusion of <env.h> from <command.h>Tom Rini
2025-04-23dm: usb: initialize and scan multiple buses simultaneously with uthreadJerome Forissier
2025-04-11Merge patch series "Switch to using $(PHASE_) in Makefiles"Tom Rini
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-04-03boot: Consider non-bootable partitionsSimon Glass
2025-02-11test: Drop suites.hSimon Glass
2025-02-11test: Drop the function for running bootstd testsSimon Glass
2025-02-11test: Update bootstd to do init from testsSimon Glass
2025-01-24test: Pass the test state to cmd_ut_category()Simon Glass
2025-01-24test: Drop the function for running upl testsSimon Glass
2025-01-24test: Drop the function for running bootm testsSimon Glass
2025-01-24test: Drop the function for running measurement testsSimon Glass
2025-01-24test: Drop the _test suffix on linker listsSimon Glass
2025-01-24test: Rename test suites to match their linker-list nameSimon Glass
2025-01-15Merge patch series "bootstd: Support recording images"Tom Rini
2025-01-15bootstd: Add a simple command to list imagesSimon Glass
2024-11-26bootstd: Add test for Android boot image v2Guillaume La Roque