aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-09-11Merge tag 'fpga-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini1-0/+552
2018-09-11test/py: Extend fpga command to test all fpga load typesMichal Simek1-0/+552
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-4/+3
2018-09-10Remove CONFIG_USE_STDINTMasahiro Yamada1-2/+0
2018-09-10sandbox: Add serial testPatrice Chotard2-0/+55
2018-08-24Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-0/+178
2018-08-24dm: test: Fix typo in test-main commentMichal Simek1-1/+1
2018-08-21cmd: Add bind/unbind commands to bind a device to a driver from the command lineJean-Jacques Hiblot1-0/+178
2018-08-11Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2-0/+84
2018-08-11Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2-0/+78
2018-08-11test: Add tests for misc uclassMario Six2-0/+84
2018-08-11test: Add AXI testMario Six2-0/+78
2018-08-10sandbox: led: use new function to configure default statePatrick Delaunay1-0/+3
2018-08-08test: dm: pci: Add cases for finding PCI capability APIsBin Meng1-0/+32
2018-08-08test: dm: pci: Add tests for mixed static and dynamic devices on the same busBin Meng1-0/+63
2018-08-08test: dm: pci: Test driver binding with driver data providedBin Meng1-0/+17
2018-08-08test: dm: pci: Add tests for configuration space accessBin Meng1-9/+15
2018-08-08test: dm: pci: Test more than one PCI host controllerBin Meng1-0/+11
2018-08-08test: dm: pci: Test more than one device on the same busBin Meng1-4/+33
2018-08-08test: dm: pci: Remove unnecessary steps in dm_test_pci_swapcase()Bin Meng1-3/+1
2018-08-06dm: power-domain: query power domain after get devicePeng Fan1-0/+2
2018-08-03clk: add clk_valid()Fabrice Gasnier1-0/+1
2018-07-30fs-test.sh: Update expected result outputTom Rini1-5/+5
2018-07-28test/py: tpm2: switch from 'tpm' to 'tpm2' commandMiquel Raynal1-20/+20
2018-07-20test/py: add test for whitelist of variables while importing environmentQuentin Schulz1-0/+97
2018-07-20test/py: remove hacks for non-zero RAM base address in testsQuentin Schulz3-5/+5
2018-07-20test/py: return a RAM address different from 0 as it can be interpreted as NULLQuentin Schulz1-0/+6
2018-07-19test: smem: add basic smem testRamon Fried2-0/+28
2018-07-11Merge git://git.denx.de/u-boot-dmTom Rini8-22/+30
2018-07-10vboot: Add FIT_SIGNATURE_MAX_SIZE protectionTeddy Reed1-0/+33
2018-07-10test/py: vboot: Remove stderr redirect from openssl commandPaul Burton1-2/+2
2018-07-10test/py: hush_if_test: Use open() in place of file()Paul Burton1-1/+1
2018-07-10test/py: fit: Open files as binary filesPaul Burton1-1/+1
2018-07-10test/py: Import 'configparser' lower case to be python 3.x safePaul Burton1-2/+6
2018-07-10test/py: Use range() rather than xrange()Paul Burton3-6/+6
2018-07-10test/py: Make print statements python 3.x safePaul Burton5-10/+14
2018-07-09test: Enable cover-coverage tests for dtoc and fdtSimon Glass1-0/+4
2018-07-09binman: Switch to 'python-coverage'Tom Rini1-2/+1
2018-07-09dm: spi: Update sandbox SPI emulation driver to use ofnodeSimon Glass1-4/+4
2018-06-19test_avb: Add pymark.buildconfigspec information for the AVB testsTom Rini1-0/+5
2018-06-18test/py: avb2.0: add tests for avb commandsIgor Opaniuk1-0/+111
2018-06-07test: Fix sandbox_spl test filterSimon Glass1-2/+1
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-0/+42
2018-06-01dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas1-0/+42
2018-05-31tests: Make test_log.py tests depend on cmd_log not logTom Rini1-2/+2
2018-05-31test: dm: Fix wrong aliases property namesEugeniu Rosca1-1/+1
2018-05-25test/py: add TPMv2.x test suiteMiquel Raynal1-0/+233
2018-05-23test: fs: fs-test: Modified test 1 to do a ls to a nonexistent dirEugen Hristev1-0/+2
2018-05-18sandbox: tests: Add tests for mc34708 PMIC deviceLukasz Majewski1-0/+56
2018-05-18sandbox: tests: Exclude common test code (pmic_get) in test/dm/pmic.cLukasz Majewski1-2/+10