summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass2-1/+16
2018-11-26sandbox: Drop the deprecated 'sb' commandSimon Glass3-8/+8
2018-11-26sandbox: Add an option to display of-platdata in SPLSimon Glass1-1/+30
2018-11-26test/py: Add a way to pass flags to sandboxSimon Glass1-0/+18
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass1-1/+1
2018-11-26test: Add a simple test for bloblistSimon Glass3-0/+191
2018-11-26fs-test.sh: Update to use 'host' not 'sb'Tom Rini1-7/+7
2018-11-21sf: Add a method to obtain the block-protect settingSimon Glass1-0/+9
2018-11-21test: sf: Add a simple SPI flash testSimon Glass1-2/+44
2018-11-21misc: Update read() and write() methods to return bytes xferedSimon Glass1-3/+3
2018-11-21dm: core: Widen the dump tree to show more of the driver's name.Liviu Dudau1-14/+14
2018-11-20dm: adc: add uclass's mask and conversion helpersFabrice Gasnier1-0/+35
2018-11-17test/py: test pinmux commandPatrice Chotard1-0/+66
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-10-01Merge 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