summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-03-30test: use truncate in mk_fs()Heinrich Schuchardt
2025-03-26test: lmb: fix the lmb_alloc_addr() based test casesSughosh Ganu
2025-03-24Merge tag 'v2025.04-rc5' into nextTom Rini
2025-03-24lmb: change the return code on lmb_alloc_addr()Ilias Apalodimas
2025-03-17Merge patch series "lmb: miscellaneous fixes and improvements"Tom Rini
2025-03-17lmb: check if a region can be reserved by lmb_reserve()Sughosh Ganu
2025-03-15test: Make net tests depend on CONFIG_CMD_NETSimon Glass
2025-03-15test/py: Show info about module-loadingSimon Glass
2025-03-15test/py: Drop assigning ubman to consSimon Glass
2025-03-15test/py: Drop importing utils as utilSimon Glass
2025-03-15test/py: Drop u_boot_ prefix on test filesSimon Glass
2025-03-15test/py: Shorten u_boot_consoleSimon Glass
2025-03-13test: event: Correct usage of IS_ENABLED() macro in test/common/event.cTom Rini
2025-03-12Merge branch 'graph' of https://source.denx.de/u-boot/custodians/u-boot-tegra...Tom Rini
2025-03-10common: clean up setjmp.hHeinrich Schuchardt
2025-03-08test: dm: add video bridge testsSvyatoslav Ryhel
2025-03-08test: dm: add ofnode_graph testsSvyatoslav Ryhel
2025-03-08sandbox: remap memory load addressesSvyatoslav Ryhel
2025-03-07Merge patch series "This series adds support for file renaming to EFI_FILE_PR...Tom Rini
2025-03-07fs: fat: add renameGabriel Dalimonte
2025-02-24Merge tag 'v2025.04-rc3' into nextTom Rini
2025-02-21test/py: Have test_usb.py raise an Exception with unsupported filesystemsTom Rini
2025-02-21test/py: Rework how test_ums.py handles (not) having write enabledTom Rini
2025-02-21test/py: Rework test_spi.py to assert we found outputTom Rini
2025-02-20efi_driver: create a parent device for all EFI block devicesHeinrich Schuchardt
2025-02-14Merge patch series "Rework requirements.txt files"Tom Rini
2025-02-14python: Recreate test/py and tools/buildman requirements.txt filesTom Rini
2025-02-12test: unit tests for strstr() and strnstr()Heinrich Schuchardt
2025-02-11test: Update documentationSimon Glass
2025-02-11test: Do flag-processing in the correct placeSimon Glass
2025-02-11test: Move code out of cmd_ut_category()Simon Glass
2025-02-11test: Allow running a selection of suitesSimon Glass
2025-02-11test: Drop suites.hSimon Glass
2025-02-11test: Make cmd_ut_category() staticSimon Glass
2025-02-11test: Drop support for test commandsSimon Glass
2025-02-11test: Rename optee test-fileSimon Glass
2025-02-11test: Drop the function for running optee testsSimon Glass
2025-02-11test: Split optee tests into three functionsSimon Glass
2025-02-11test: Update optee to do init and uninit from testsSimon Glass
2025-02-11test: Drop the function for running bootstd testsSimon Glass
2025-02-11test: Update bootstd to do init from testsSimon Glass
2025-02-11test: Drop the function for running fdt_overlay testsSimon Glass
2025-02-11test: Update fdt_overlay to do init from testsSimon Glass
2025-02-11test: Update fdt_overlay test to use fdtdec functionsSimon Glass
2025-02-11test: Move fdt_overlay init into a functionSimon Glass
2025-02-11test: Make all tests depend on UNIT_TESTSimon Glass
2025-02-11test: Move fdt-overlay-test rule into test/Simon Glass
2025-02-11test: Move optee-test rule into test/Simon Glass
2025-02-11test: Move env-test rule into test/Simon Glass
2025-02-11test: Tweak FDT-overlay testsSimon Glass