aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-06-23test: Include /sbin to the PATH when creating file systemAndy Shevchenko1-0/+4
2021-06-18net: use the same alias stem for ethernet as linuxMichael Walle2-2/+2
2021-06-05test: add dm_test_read_resourcePatrick Delaunay1-0/+33
2021-05-26test: Fix filesystem tests always being skippedAlper Nebi Yasak1-12/+36
2021-05-26part: Add check for NULL dev_part_strSean Anderson1-7/+30
2021-05-24test/py: improve regular expression for ut subtest symbol matcherMarek BehĂșn1-1/+1
2021-05-24test: Avoid random numbers in dm_test_devm_regmap()Simon Glass1-2/+1
2021-05-13pytest: add sandbox test for "extension" commandKory Maincent1-0/+53
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi1-68/+0
2021-05-04sandbox: add test of CONFIG_ENV_IMPORT_FDTRasmus Villemoes2-0/+21
2021-05-04test: Add gpio-sysinfo testWIP/2021-04-04-gpio-sysinfo-updateSean Anderson2-0/+70
2021-05-04sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson1-10/+15
2021-04-29test: dm: add test item for ofnode_get_addr() and ofnode_get_size()Chen Guanqiao1-0/+31
2021-04-29tests: patman: Add requests to the module listTom Rini1-0/+1
2021-04-29test: Use positive conditional in test_matches()Andy Shevchenko1-6/+6
2021-04-29test: Allow simple glob pattern in the test nameAndy Shevchenko1-2/+9
2021-04-27test: reset: Extend base reset test to catch errorNeil Armstrong1-5/+34
2021-04-24test/py: Bump py to 1.10.0 for CVE-2020-29651Tom Rini1-1/+1
2021-04-24test/py: Fix efidebug related testsIlias Apalodimas4-19/+19
2021-04-22test: lmb: add test for overflow protection in lmb_add_regionPatrick Delaunay1-0/+64
2021-04-22test: Add test for partitionsSean Anderson2-0/+77
2021-04-22test: Alphabetize dm MakefileSean Anderson1-32/+32
2021-04-20Add support for stack-protectorJoel Peshkin1-0/+14
2021-04-20test: fix test/dm/regmap.cHeinrich Schuchardt1-4/+5
2021-04-18Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-5/+86
2021-04-15Merge branch '2021-04-14-assorted-vboot-improvements'WIP/15Apr2021Tom Rini2-0/+112
2021-04-15test: dm: Add a test case for simple-bus <ranges>Bin Meng2-0/+34
2021-04-15test: dm: Add a case to test ofnode_phy_is_fixed_link()Bin Meng1-0/+18
2021-04-15sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil3-5/+88
2021-04-14test/py: ecdsa: Use mkimage keyfile instead of keydir argumentAlexandru Gagniuc1-1/+1
2021-04-14test/py: ecdsa: Add test for mkimage ECDSA signingAlexandru Gagniuc1-0/+111
2021-04-14test/py: Add pycryptodomex to list of required pakagesAlexandru Gagniuc1-0/+1
2021-04-12test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor3-0/+69
2021-04-12test: Add test for strlcatSean Anderson2-0/+127
2021-04-12test: scmi: add local variables for scmi agent referenceEtienne Carriere1-45/+55
2021-04-12firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere1-13/+2
2021-04-12firmware: scmi: sandbox test for voltage regulatorEtienne Carriere1-0/+58
2021-04-12hush: Fix assignments being misinterpreted as commandsSean Anderson1-0/+2
2021-04-12test: pinmux: add test for 'pinctrl-single' driverDario Binacchi1-5/+86
2021-04-10video: backlight: Support PWMs without a known period_nsAlper Nebi Yasak1-0/+11
2021-04-08test: unit test for longjmpHeinrich Schuchardt2-0/+74
2021-04-07pytest: Lower pygit2 requirementTom Rini1-1/+1
2021-04-06test: Allow tests to run on any boardSimon Glass1-3/+2
2021-04-05Merge branch 'next'Tom Rini42-432/+1030
2021-03-31test: Don't unmount not (yet) mounted systemAndy Shevchenko1-22/+56
2021-03-29Merge tag 'v2021.04-rc5' into nextWIP/29Mar2021-nextTom Rini2-2/+2
2021-03-28dm: test: Always include command.h for print_utSean Anderson1-2/+0
2021-03-27sf: Support querying write-protectSimon Glass1-1/+9
2021-03-27test: Silenece the echo and print testsSimon Glass2-3/+8
2021-03-26Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into nextWIP/26Mar2021-nextTom Rini6-32/+44