aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini1-3/+1
2018-05-08test: regmap: add read/modify/write testNeil Armstrong1-0/+25
2018-05-08dm: led: add testcase for "default-state" propertyPatrick Bruenn1-1/+19
2018-05-07test: ofnode: test ofnode_device_is_compatible()Masahiro Yamada2-0/+18
2018-05-07test: regmap: test Linux-compatible syscon_node_to_regmap()Masahiro Yamada1-0/+17
2018-05-07regmap: clean up regmap allocationMasahiro Yamada1-8/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini89-181/+90
2018-04-28test: dm: regmap: fix license headerMasahiro Yamada1-1/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini15-30/+0
2018-04-10clk: add sandbox test for bulk APINeil Armstrong1-0/+37
2018-04-10reset: add sandbox test for bulk APINeil Armstrong1-0/+33
2018-04-04efi_selftest: check installation of the device treeHeinrich Schuchardt1-0/+14
2018-04-01core: ofnode: Fix translation for #size-cells == 0Mario Six1-0/+43
2018-03-22test/py: add spi_flash testsLiam Beguin1-0/+218
2018-03-22test/py: add generic CRC32 functionLiam Beguin1-0/+23
2018-03-22test/py: do not import pytest multiple timesLiam Beguin1-1/+0
2018-03-22test/py: README: add HOSTNAME to PYTHONPATHLiam Beguin1-2/+2
2018-03-22test/py: README: fix typoLiam Beguin1-1/+1
2018-03-13test/py: highlight warnings in the log summaryStephen Warren3-3/+50
2018-03-13test/py: add MMC/SD block read testStephen Warren1-0/+129
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt1-1/+1
2018-03-06dm: video: show correct colors in graphical consoleHeinrich Schuchardt1-1/+1
2018-02-03log: Add tests for the new log featuresSimon Glass1-1/+27
2018-02-03log: Update log_console to honour the log formatSimon Glass1-2/+2