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