summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-01-24lib: Add a function to split a string into substringsSimon Glass1-0/+82
2023-01-24dm: test: Correct assertion in dm_test_part()Simon Glass1-8/+4
2023-01-24dm: core: Support sorting devices with dm treeSimon Glass1-0/+38
2023-01-19test: compression: add zstd uncompression testBrandon Maier2-1/+72
2023-01-18test/py: gpt: add test for the gpt partition type GUID identifierEnric Balletbo i Serra1-0/+23
2023-01-18test: compression: use sizeof() instead of magic numbersBrandon Maier1-4/+4
2023-01-17bootstd: Support setting a theme for the menuSimon Glass1-3/+80
2023-01-17bootstd: Add a test for the bootstd menuSimon Glass4-19/+250
2023-01-17expo: Add basic testsSimon Glass2-0/+541
2023-01-17bootstd: Allow reading a logo for the OSSimon Glass1-0/+1
2023-01-17bootstd: Read the Operating System name for distro/scriptsSimon Glass1-0/+1
2023-01-17video: 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-06test: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 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...Tom Rini1-0/+11
2022-12-06post: Migrate to KconfigTom Rini1-0/+5
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-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-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