summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-30abuf: Add a way to printf() into a bufferSimon Glass
2025-05-30abuf: Add a function to copy a bufferSimon Glass
2025-05-30abuf: Add a helper for initing and allocating a bufferSimon Glass
2025-05-29Merge patch series "Remove <env.h> from <net.h>"Tom Rini
2025-05-29global: Avoid indirect inclusion of <env.h> from <net.h>Tom Rini
2025-05-29Merge patch series "Start removing <env.h> from headers when not required"Tom Rini
2025-05-29global: Avoid indirect inclusion of <env.h> from <command.h>Tom Rini
2025-05-29cmd/mem.c, test/cmd/mem_copy.c: Add <compiler.h>Tom Rini
2025-05-29Merge patch series "regex patches"Tom Rini
2025-05-29test: slre: add tests for regex libraryRasmus Villemoes
2025-05-29test: slre: add tests for character rangesRasmus Villemoes
2025-05-29test: slre: add test cases for escape char in character classRasmus Villemoes
2025-05-29test: slre: add some (negative) character class testsRasmus Villemoes
2025-05-29test: slre: add more test casesRasmus Villemoes
2025-05-26Merge tag 'v2025.07-rc3' into nextTom Rini
2025-05-25efi_loader: Separate device path into its own headerSimon Glass
2025-05-18test: allow testing with NET_LWIP=yHeinrich Schuchardt
2025-05-18test: allow multiple config options in buildconfigspecHeinrich Schuchardt
2025-05-16test: Add a test for strim()Simon Glass
2025-05-14global: Avoid indirect inclusion of <env.h> from <command.h>Tom Rini
2025-05-14cmd/mem.c, test/cmd/mem_copy.c: Add <compiler.h>Tom Rini
2025-05-11test/py/test_efi_fit: test fdt and initrdAdriano Cordova
2025-05-11doc: pytest: Document the test_button testTom Rini
2025-05-11doc: pytest: Document the test_bootmenu testTom Rini
2025-05-11doc: pytest: Document the test_bind testTom Rini
2025-05-11doc: pytest: Document the test_efi_loader testTom Rini
2025-05-11doc: pytest: Document the test_bootstage testTom Rini
2025-05-11doc: pytest: Document the test_net testTom Rini
2025-05-11test: test_net_boot: Add more commentsTom Rini
2025-05-11doc: pytest: Document the test_net_boot testTom Rini
2025-05-11doc: pytest: Framework for documenting tests and document test_000_versionTom Rini
2025-05-02video: Add a function to draw a rectangleSimon Glass
2025-05-02video: Allow console output to be silencedSimon Glass