summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* dm: sandbox: Switch over to using the new host uclassSimon Glass2022-11-072-22/+28
* dm: blk: Tidy up obtaining a block device from its parentSimon Glass2022-11-071-1/+1
* test: Add a way to detect a test that breaks anotherSimon Glass2022-11-072-7/+41
* test: Allow showing basic information about testsSimon Glass2022-11-071-1/+15
* test: Tidy up help for ut commandSimon Glass2022-11-071-26/+33
* test: Drop an unused parameter to ut_run_test_live_flat()Simon Glass2022-11-071-3/+2
* dm: test: Clear the block cache after running a testSimon Glass2022-11-071-0/+3
* dm: test: Drop the special function for running DM testsSimon Glass2022-11-071-45/+4
* test: Correct pylint warnings in fs_helperSimon Glass2022-11-071-13/+25
* test: Split out mk_fs function into a helperSimon Glass2022-11-072-52/+60
* test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list optionMasahisa Kojima2022-11-061-4/+4
* cyclic: get rid of cyclic_init()Rasmus Villemoes2022-11-021-2/+1
* test: dm: Add test cases for FWU Metadata uclassSughosh Ganu2022-10-315-2/+260
* vbe: Add a test for the VBE flow into U-Boot properSimon Glass2022-10-311-0/+38
* vbe: Use a manual testSimon Glass2022-10-312-16/+10
* vbe: Add info about the VBE device to the fwupd nodeSimon Glass2022-10-311-1/+6
* vbe: Add Kconfig options for VPLSimon Glass2022-10-311-0/+1
* vbe: Drop the U-Boot prefix from the versionSimon Glass2022-10-311-1/+1
* vbe: Move OS implementation into a separate fileSimon Glass2022-10-311-1/+0
* vbe: Rename vbe_fixup to vbe_requestSimon Glass2022-10-311-1/+1
* image: Add the concept of a phase to FITSimon Glass2022-10-312-0/+37
* usb: Update the test to cover reading and writingSimon Glass2022-10-311-1/+18
* dm: blk: Add udevice functionsSimon Glass2022-10-311-3/+8
* test: Support tests which can only be run manuallySimon Glass2022-10-314-6/+47
* test: Update tests to use the skip featureSimon Glass2022-10-315-17/+29
* test: Report skippped testsSimon Glass2022-10-311-3/+20
* Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini2022-10-304-2/+86
|\
| * video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-301-2/+2
| * video: Add commands to list and change fontsSimon Glass2022-10-303-0/+84
* | dm: core: Do not stop uclass iteration on errorMichal Suchanek2022-10-292-13/+24
* | event: Drop the path when checking event-list filenamesSimon Glass2022-10-291-3/+3
|/
* dm: memory: Introduce new uclassRoger Quadros2022-10-262-0/+22
* test: Move to a working version of setuptoolsSimon Glass2022-10-261-0/+1
* test: Fix typo in test nameMichal Suchanek2022-10-211-2/+2
* k210: fix k210_pll_calc_config()Heinrich Schuchardt2022-10-201-1/+1
* vbe: Add a test for VBE device tree fixupsSimon Glass2022-10-175-1/+189
* vbe: Add fixups for a basic set of OS requestsSimon Glass2022-10-171-0/+1
* test: Move common FIT code into a separate fit_util fileSimon Glass2022-10-173-80/+110
* bootstd: Move VBE setup into a shared functionSimon Glass2022-10-173-30/+68
* fdt: Show a message when the working FDT changesSimon Glass2022-10-171-1/+10
* dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek2022-10-178-21/+21
* dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek2022-10-172-24/+4
* dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek2022-10-171-4/+15
* test: run setexpr test only on sandboxHeinrich Schuchardt2022-10-122-1/+3
* test: cmd: add test for temperature commandRobert Marko2022-10-112-0/+40
* cmd: xxd: add new commandRoger Knecht2022-10-112-0/+58
* cmd: cat: add new commandRoger Knecht2022-10-112-0/+55
* Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custo...Tom Rini2022-10-112-0/+21
|\
| * dm: fpga: Introduce new uclassAlexander Dahl2022-10-052-0/+21
* | test: fix some pylint errors in test_efi_secbootHeinrich Schuchardt2022-10-061-9/+3
|/