summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-06-17test/py: tests: gpt: add test_gpt_write_part_typePatrick Delaunay
2025-06-17lib/uuid.c: restore support of system partition type for ESPPatrick Delaunay
2025-06-12test/py: Correct handling of exceptionsSimon Glass
2025-06-12test/py: Use the correct fixture name in exception handlerSimon Glass
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-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
2025-05-02test: video: Export the video-checking functionsSimon Glass
2025-05-02video: Add a way to write a partial string to the consoleSimon Glass
2025-05-02video: truetype: Support a limit on the width of a lineSimon Glass
2025-05-02video: truetype: Support newlines in the measured stringSimon Glass
2025-05-02video: truetype: Fill in the measured lineSimon Glass
2025-05-02video: Begin support for measuring multiple lines of textSimon Glass
2025-05-02video: Add a test for font measurementSimon Glass
2025-05-01video: Use VIDEO_DAMAGE for VIDEO_COPYAlexander Graf
2025-05-01video: test: Test video damage tracking via vidconsoleAlper Nebi Yasak
2025-05-01video: test: Test partial updates of hardware frame bufferAlper Nebi Yasak
2025-05-01video: test: Support checking copy frame buffer contentsAlper Nebi Yasak
2025-05-01video: test: Split copy frame buffer check into a functionAlper Nebi Yasak
2025-04-28power-domain: Add support for refcounting (again)Miquel Raynal
2025-04-24test/py: spi: Prevent to overwrite the reserved memoryLove Kumar
2025-04-23Merge patch series "Uthreads"Tom Rini
2025-04-23test: cmd: add test for spawn and wait commandsJerome Forissier
2025-04-23dm: usb: initialize and scan multiple buses simultaneously with uthreadJerome Forissier
2025-04-23test: lib: add uthread_mutex testJerome Forissier
2025-04-23test: lib: add uthread testJerome Forissier
2025-04-23test: lib: add initjmp() testJerome Forissier
2025-04-23test: dm: eth, dsa: update tests for NET_LWIPJerome Forissier
2025-04-22Merge patch series "Enable UNIT_TEST for all qemu* generic targets"Tom Rini
2025-04-22Merge patch series "ut: fix print_guid() and enable UNIT_TEST for qemu_arm64"Tom Rini
2025-04-22lib/uuid.c: use unique name for PARTITION_SYSTEM_GUIDJerome Forissier
2025-04-22test: run some test commands only if HUSH_PARSER is enabledJerome Forissier
2025-04-21Merge patch series "fs: exfat: Flush node before put in read() callback"Tom Rini
2025-04-21test_fs: Test 'mv' command on exfat and fs_genericMarek Vasut
2025-04-21test_fs: Add test -e testMarek Vasut
2025-04-18Revert "power-domain: Add refcounting"Wadim Egorov
2025-04-14Merge patch series "Static initcalls"Tom Rini
2025-04-14common: board: make initcalls staticJerome Forissier