aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-01-16bootstd: Support setting a theme for the menuSimon Glass1-3/+80
2023-01-16bootstd: Add a test for the bootstd menuSimon Glass4-19/+250
2023-01-16expo: Add basic testsSimon Glass2-0/+541
2023-01-16bootstd: Allow reading a logo for the OSSimon Glass1-0/+1
2023-01-16bootstd: Read the Operating System name for distro/scriptsSimon Glass1-0/+1
2023-01-16video: Add font functions to the vidconsole APISimon Glass1-3/+3
2023-01-16sandbox: Enable mmc command and legacy imagesSimon Glass1-0/+2
2023-01-11Use `grep -E` or plain `grep` instead of `egrep`Ville Skyttä1-5/+5
2023-01-11test: compression: use ut_assert for errorsBrandon Maier1-31/+25
2023-01-11test: compression: check with trailing garbage in inputBrandon Maier1-0/+9
2023-01-11test: cmd: exit: Add unit test for exit and partly run commandsMarek Vasut3-1/+137
2023-01-11test: env: add test for u-boot-initial-env creationMax Krummenacher1-0/+24
2023-01-09Merge branch 'next'Tom Rini13-19/+101
2023-01-05test:dm:fix typoYuepeng Xing8-10/+10
2023-01-04test: unit test for u16_strcasecmp()Heinrich Schuchardt1-0/+25
2022-12-31cmd: source: Support specifying config nameWIP/2022-12-31-cmd-source-support-specifying-config-nameSean Anderson1-1/+10
2022-12-31test: Add test for source commandSean Anderson2-0/+71
2022-12-23log: Remove some places where we redefine LOGLEVELTom Rini1-3/+0
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini1-0/+11
2022-12-20test: add unit test for u16_strnlen()Heinrich Schuchardt1-0/+11
2022-12-06event: Re-add file paths to the testsTom Rini1-3/+3
2022-12-06Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-b...WIP/06Dec2022Tom Rini1-0/+11
2022-12-05post: Migrate to KconfigTom Rini1-0/+5
2022-12-05global: 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-12-05test: test sandbox sound driver more rigorouslyHeinrich Schuchardt1-0/+11
2022-11-28test: cmd: add test for wget command.Ying-Chun Liu (PaulLiu)2-0/+207
2022-11-22test: Disable part of the setexpr test for nowSimon Glass1-1/+5
2022-11-22test: cmd: fdt: Add fdt get value test caseMarek Vasut1-0/+53
2022-11-22eficonfig: refactor file selection handlingMasahisa Kojima1-0/+1
2022-11-07dm: Add tests for the sandbox host driverSimon Glass4-2/+206
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass2-22/+28
2022-11-07dm: blk: Tidy up obtaining a block device from its parentSimon Glass1-1/+1
2022-11-07test: Add a way to detect a test that breaks anotherSimon Glass2-7/+41
2022-11-07test: Allow showing basic information about testsSimon Glass1-1/+15
2022-11-07test: Tidy up help for ut commandSimon Glass1-26/+33
2022-11-07test: Drop an unused parameter to ut_run_test_live_flat()Simon Glass1-3/+2
2022-11-07dm: test: Clear the block cache after running a testSimon Glass1-0/+3
2022-11-07dm: test: Drop the special function for running DM testsSimon Glass1-45/+4
2022-11-07test: Correct pylint warnings in fs_helperSimon Glass1-13/+25
2022-11-07test: 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 properWIP/2022-10-31-vbe-implement-the-full-firmware-flowSimon Glass1-0/+38
2022-10-31vbe: Use a manual testSimon Glass2-16/+10