summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
6 daystest: cmd: Add simple test for i3cDinesh Maniyam
6 daysdrivers: i3c: Add i3c sandbox simple test.Dinesh Maniyam
7 daystest: py: test_fit_mkimage_validate: Only run either test on sandboxTom Rini
2025-07-24uclass: Cleanup uclass_find_next_deviceAndrew Goodbody
2025-07-23block: Remove blk_find_first/nextGreg Malysa
2025-07-23abuf: Remove code that prevented test code runningAndrew Goodbody
2025-07-23test: fit: add test case for invalid default configuration referenceAristo Chen
2025-07-11Merge patch series "Create uclass for HW AES cryptographic devices"Tom Rini
2025-07-11test: dm: add AES engine testSvyatoslav Ryhel
2025-07-10post: Add dependency on ARM || PPCTom Rini
2025-07-08cmd: Introduce CMD_HELPMichal Simek
2025-07-03test: wget: add a test case for validating URISughosh Ganu
2025-06-27test/py/test_mmc: wrap multi-argument printf-style stringsBryan Brattlof
2025-06-26Merge patch series "sandbox: enable CONFIG_CMD_BOOTEFI_SELFTEST by default"Tom Rini
2025-06-26test: disable TCG test on sandboxHeinrich Schuchardt
2025-06-26Merge patch series "sandbox: align LMB memory"Tom Rini
2025-06-26test: unit test for efi_alloc_aligned_pages()Heinrich Schuchardt
2025-06-26Merge patch series "mkimage: validate image references in FIT configurations"Tom Rini
2025-06-26test: py: add mkimage test for undefined image references in FIT configsAristo Chen
2025-06-25Merge patch series "lmb: use a single API for all allocations"Tom Rini
2025-06-25lmb: use a single function to free up memorySughosh Ganu
2025-06-25lmb: replace the lmb_alloc() and lmb_alloc_base() API'sSughosh Ganu
2025-06-25lmb: replace lmb_reserve() and lmb_alloc_addr() API'sSughosh Ganu
2025-06-23Merge tag 'v2025.07-rc5' into nextTom Rini
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-16Merge tag 'u-boot-dfu-next-20250616' of https://source.denx.de/u-boot/custodi...Tom Rini
2025-06-12test/py: Correct handling of exceptionsSimon Glass
2025-06-12test/py: Use the correct fixture name in exception handlerSimon Glass
2025-06-11Merge tag 'u-boot-stm32-20250611' of https://source.denx.de/u-boot/custodians...Tom Rini
2025-06-11sandbox: test: update for CONFIG_CLK_AUTO_ID supportPatrick Delaunay
2025-06-10test: tpm: Skip failing tests on coralSimon Glass
2025-06-10tpm: Drop unwanted special cases for sandboxSimon Glass
2025-06-10tpm: Convert sandbox-focussed tests to CSimon 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