summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-01-23bootstd: Include the device tree in the bootflowSimon Glass
2023-01-23bootstd: Add a virtio bootdevSimon Glass
2023-01-23virtio: Avoid strange behaviour on removalSimon Glass
2023-01-23bootstd: Add an NVMe bootdevSimon Glass
2023-01-23bootstd: Add an IDE bootdevSimon Glass
2023-01-23bootstd: Add a SCSI bootdevSimon Glass
2023-01-23bootstd: Only scan bootable partitionsSimon Glass
2023-01-23part: Add a function to find the first bootable partitionSimon Glass
2023-01-23bootstd: Add a hunter for ethernetSimon Glass
2023-01-23bootstd: Add an MMC hunterSimon Glass
2023-01-23bootstd: Add a USB hunterSimon Glass
2023-01-23bootstd: Support running bootdev huntersSimon Glass
2023-01-23bootstd: Add the concept of a bootdev hunterSimon Glass
2023-01-23sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass
2023-01-23dm: test: Correct ordering of DM setupSimon Glass
2023-01-23dm: part: Update test to use mmc2Simon Glass
2023-01-23test: Drop duplicate restore of DM stateSimon Glass
2023-01-23test: Fix the help for the ut commandSimon Glass
2023-01-23lib: Add a function to split a string into substringsSimon Glass
2023-01-23dm: test: Correct assertion in dm_test_part()Simon Glass
2023-01-23dm: core: Support sorting devices with dm treeSimon Glass
2023-01-18test: compression: add zstd uncompression testBrandon Maier
2023-01-18test/py: gpt: add test for the gpt partition type GUID identifierEnric Balletbo i Serra
2023-01-18test: compression: use sizeof() instead of magic numbersBrandon Maier
2023-01-16bootstd: Support setting a theme for the menuSimon Glass
2023-01-16bootstd: Add a test for the bootstd menuSimon Glass
2023-01-16expo: Add basic testsSimon Glass
2023-01-16bootstd: Allow reading a logo for the OSSimon Glass
2023-01-16bootstd: Read the Operating System name for distro/scriptsSimon Glass
2023-01-16video: Add font functions to the vidconsole APISimon Glass
2023-01-16sandbox: Enable mmc command and legacy imagesSimon Glass
2023-01-11Use `grep -E` or plain `grep` instead of `egrep`Ville Skyttä
2023-01-11test: compression: use ut_assert for errorsBrandon Maier
2023-01-11test: compression: check with trailing garbage in inputBrandon Maier
2023-01-11test: cmd: exit: Add unit test for exit and partly run commandsMarek Vasut
2023-01-11test: env: add test for u-boot-initial-env creationMax Krummenacher
2023-01-09Merge branch 'next'Tom Rini
2023-01-05test:dm:fix typoYuepeng Xing
2023-01-04test: unit test for u16_strcasecmp()Heinrich Schuchardt
2022-12-31cmd: source: Support specifying config nameSean Anderson
2022-12-31test: Add test for source commandSean Anderson
2022-12-23log: Remove some places where we redefine LOGLEVELTom Rini
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini
2022-12-20test: add unit test for u16_strnlen()Heinrich Schuchardt
2022-12-06event: Re-add file paths to the testsTom Rini
2022-12-06Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-12-05post: Migrate to KconfigTom Rini
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-12-05test: dm: eth: Add ip6_make_lladdr testViacheslav Mitrofanov
2022-12-05test: dm: eth: Add ip6_make_snma testViacheslav Mitrofanov