summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-3/+3
2022-12-05test: dm: eth: Add ip6_make_lladdr testViacheslav Mitrofanov1-0/+18
2022-12-05test: dm: eth: Add ip6_make_snma testViacheslav Mitrofanov1-0/+20
2022-12-05test: dm: eth: Add ip6_addr_in_subnet testViacheslav Mitrofanov1-0/+25
2022-12-05test: dm: eth: Add csum_ipv6_magic testViacheslav Mitrofanov1-0/+29
2022-12-05test: dm: eth: Add string_to_ip6 testViacheslav Mitrofanov1-0/+55
2022-11-28test: cmd: add test for wget command.Ying-Chun Liu (PaulLiu)2-0/+207
2022-11-23test: Disable part of the setexpr test for nowSimon Glass1-1/+5
2022-11-23test: cmd: fdt: Add fdt get value test caseMarek Vasut1-0/+53
2022-11-22eficonfig: refactor file selection handlingMasahisa Kojima1-0/+1
2022-11-08dm: Add tests for the sandbox host driverSimon Glass4-2/+206
2022-11-08dm: sandbox: Switch over to using the new host uclassSimon Glass2-22/+28
2022-11-08dm: blk: Tidy up obtaining a block device from its parentSimon Glass1-1/+1
2022-11-08test: Add a way to detect a test that breaks anotherSimon Glass2-7/+41
2022-11-08test: Allow showing basic information about testsSimon Glass1-1/+15
2022-11-08test: Tidy up help for ut commandSimon Glass1-26/+33
2022-11-08test: Drop an unused parameter to ut_run_test_live_flat()Simon Glass1-3/+2
2022-11-08dm: test: Clear the block cache after running a testSimon Glass1-0/+3
2022-11-08dm: test: Drop the special function for running DM testsSimon Glass1-45/+4
2022-11-08test: Correct pylint warnings in fs_helperSimon Glass1-13/+25
2022-11-08test: Split out mk_fs function into a helperSimon Glass2-52/+60
2022-11-06test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list optionMasahisa Kojima1-4/+4
2022-11-02cyclic: get rid of cyclic_init()Rasmus Villemoes1-2/+1
2022-10-31test: dm: Add test cases for FWU Metadata uclassSughosh Ganu5-2/+260
2022-10-31vbe: Add a test for the VBE flow into U-Boot properSimon Glass1-0/+38
2022-10-31vbe: Use a manual testSimon Glass2-16/+10
2022-10-31vbe: Add info about the VBE device to the fwupd nodeSimon Glass1-1/+6
2022-10-31vbe: Add Kconfig options for VPLSimon Glass1-0/+1
2022-10-31vbe: Drop the U-Boot prefix from the versionSimon Glass1-1/+1
2022-10-31vbe: Move OS implementation into a separate fileSimon Glass1-1/+0
2022-10-31vbe: Rename vbe_fixup to vbe_requestSimon Glass1-1/+1
2022-10-31image: Add the concept of a phase to FITSimon Glass2-0/+37
2022-10-31usb: Update the test to cover reading and writingSimon Glass1-1/+18
2022-10-31dm: blk: Add udevice functionsSimon Glass1-3/+8
2022-10-31test: Support tests which can only be run manuallySimon Glass4-6/+47
2022-10-31test: Update tests to use the skip featureSimon Glass5-17/+29
2022-10-31test: Report skippped testsSimon Glass1-3/+20
2022-10-31Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini4-2/+86
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-2/+2
2022-10-30video: Add commands to list and change fontsSimon Glass3-0/+84
2022-10-29dm: core: Do not stop uclass iteration on errorMichal Suchanek2-13/+24
2022-10-29event: Drop the path when checking event-list filenamesSimon Glass1-3/+3
2022-10-26dm: memory: Introduce new uclassRoger Quadros2-0/+22
2022-10-26test: Move to a working version of setuptoolsSimon Glass1-0/+1
2022-10-22test: Fix typo in test nameMichal Suchanek1-2/+2
2022-10-20k210: fix k210_pll_calc_config()Heinrich Schuchardt1-1/+1
2022-10-18vbe: Add a test for VBE device tree fixupsSimon Glass5-1/+189
2022-10-18vbe: Add fixups for a basic set of OS requestsSimon Glass1-0/+1
2022-10-18test: Move common FIT code into a separate fit_util fileSimon Glass3-80/+110
2022-10-18bootstd: Move VBE setup into a shared functionSimon Glass3-30/+68