aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-11-14test: dm: virtio: Add test cases for virtio uclassBin Meng2-0/+123
2018-11-14test: dm: pci: Add cases for finding next PCI capability APIsBin Meng1-0/+20
2018-11-14test: dm: blk: Correct blk_base test caseBin Meng1-16/+11
2018-11-14test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng2-2/+50
2018-11-14test: regmap: Add test for regmap_{set, get}Mario Six1-0/+28
2018-11-14test: regmap: Increase size of syscon0 memoryMario Six1-1/+1
2018-11-14test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flagBin Meng2-4/+27
2018-11-01test: tee: fix resource leak in dm_test_tee()Jens Wiklander1-9/+26
2018-10-22test: overlay: add missing includeHeinrich Schuchardt1-0/+1
2018-10-20test: Add test for PCI device without compat string and with DT nodeMarek Vasut1-0/+5
2018-10-11Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-0/+170
2018-10-10net: Don't overwrite waiting packets with asynchronous repliesJoe Hershberger1-4/+2
2018-10-10test: eth: Add a test for the target being pingedJoe Hershberger1-0/+86
2018-10-10test: eth: Add a test for ARP requestsJoe Hershberger1-0/+86
2018-10-09sysreset: Add a way to find the last resetSimon Glass1-0/+20
2018-10-09sysreset: Tidy up a few comments and loggingSimon Glass1-1/+0
2018-10-09panel: Expand the backlight supportSimon Glass1-0/+29
2018-10-09test: panel: Add a test for the panel uclassSimon Glass2-0/+51
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass1-0/+16
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass1-0/+31
2018-10-09sandbox: video: Speed up video outputSimon Glass1-1/+1
2018-10-09log: Add helpers for common log levelsSimon Glass2-0/+19
2018-10-08binman: Run tests concurrentlySimon Glass1-0/+1
2018-10-08test: Reduce the number of tests run with sandbox_flattreeSimon Glass1-1/+2
2018-10-08test: Tidy up comments and variable nameSimon Glass1-4/+8
2018-10-08test: Print the name of each test before running itSimon Glass1-11/+19
2018-10-08test: Simplify the PATH setupSimon Glass1-9/+9
2018-10-08test/py: Fix unicode handling for log filteringSimon Glass1-3/+4
2018-10-08sandbox: Unprotect DATA regions in bus testsSimon Glass1-0/+12
2018-10-07test_avb: Update pymark.buildconfigspec information for the AVB testsJens Wiklander1-3/+5
2018-10-07test: tee: test TEE uclassJens Wiklander2-0/+99
2018-10-06test/py: test_fs: add docstring comments to helper functionsAkashi Takahiro1-0/+133
2018-10-06test/py: test_fs: remove fs_type argument from umount_fs()Akashi Takahiro1-7/+7
2018-10-06test/py: ignore console read exceptions after test failureStephen Warren1-1/+11
2018-09-30Merge git://git.denx.de/u-boot-dmTom Rini4-0/+163
2018-09-29dm: test: Add "/firmware" node scan testRajan Vaja2-0/+23
2018-09-29test: Add tests for board uclassMario Six2-0/+58
2018-09-29test: Add tests for dev_{enable, disable}_by_pathMario Six1-0/+28
2018-09-29test: Add tests for DT-manipulation functionsMario Six1-0/+54
2018-09-28test: list: Add tests for hexdump.cMario Six3-0/+101
2018-09-28video_osd: Add osd sandbox driver and testsMario Six2-0/+211
2018-09-23efi_selftest: test key notification functionsHeinrich Schuchardt1-2/+2
2018-09-23test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt1-0/+79
2018-09-23test/py: rework test_efi_selftest_text_input()Heinrich Schuchardt1-6/+11
2018-09-23test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOLHeinrich Schuchardt1-0/+7
2018-09-23efi_loader: support Unicode text inputHeinrich Schuchardt1-4/+4
2018-09-23test/py: fs: add fstest/unlink testAkashi, Takahiro2-0/+171
2018-09-23test/py: fs: add fstest/mkdir testAKASHI Takahiro2-0/+141
2018-09-23test/py: fs: add extended write operation testAKASHI Takahiro3-0/+310
2018-09-23test/py: convert fs-test.sh to pytestAKASHI Takahiro3-0/+515