summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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-14test/py: highlight warnings in the log summaryStephen Warren3-3/+50
2018-03-14test/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
2018-02-03dm: core: Add a function to look up a uclass by nameSimon Glass1-0/+9
2018-01-28vsprintf.c: correct printing of a NULL device pathHeinrich Schuchardt1-0/+4
2018-01-28host-tools: use python2 explicitly for shebangMasahiro Yamada1-1/+1
2018-01-23vsprintf.c: add EFI device path printingHeinrich Schuchardt1-0/+37
2018-01-16test: Set the DTC environment variableSimon Glass1-3/+5
2018-01-16binman: Run code coverage testsSimon Glass1-0/+7
2018-01-16test: Run dtoc testsSimon Glass1-0/+1
2018-01-16test: Run buildman testsSimon Glass1-0/+1
2018-01-16test: Run patman testsSimon Glass1-0/+1
2018-01-16test: Run binman testsSimon Glass1-0/+3
2018-01-15dm: core: parse chosen nodeRob Clark2-2/+2
2017-12-18Merge tag 'xilinx-for-v2018.01-rc2-v2' of git://www.denx.de/git/u-boot-microb...Tom Rini1-1/+10
2017-12-18test/py: Setup variables based on HUSH selectionStephen Warren1-1/+10
2017-12-14Merge git://git.denx.de/u-boot-dmTom Rini1-0/+2
2017-12-13power: extend prefix match to regulator-name propertyFelix Brack1-0/+2
2017-12-13test: py: Add an option to skip sleep testMichal Simek1-0/+13
2017-12-13test/py: gpt: update size of gpt partitionPatrick Delaunay1-15/+17
2017-12-07log: test: Add a pytest for loggingSimon Glass1-0/+101
2017-12-07log: Add a test commandSimon Glass3-0/+213
2017-12-06Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2-2/+16
2017-12-04test: compression: Convert to unit test frameworkSimon Glass2-69/+123
2017-12-03test/py: Allow any unit test suite to be foundSimon Glass1-1/+1
2017-12-03test: compression: Put test variables in a structSimon Glass1-54/+74
2017-12-03test: overlay: Use cmd_ut_category()Simon Glass1-19/+2
2017-12-03test: Add a command function for test executionSimon Glass2-18/+26
2017-12-01test/py: check return code of helloworldHeinrich Schuchardt1-0/+2
2017-12-01test/py: fix typo in test_efi_loader.pyHeinrich Schuchardt1-1/+1
2017-12-01test/py: test reboot by EFI watchdogHeinrich Schuchardt1-1/+13
2017-11-28test: Correct operation when tests passSimon Glass1-1/+2
2017-11-23test/run: Report and return failureSimon Glass1-3/+17
2017-11-17test/py: add timestamps to logStephen Warren3-0/+44
2017-11-06test/py: regenerate persistent GPT image if code changesStephen Warren2-17/+92
2017-10-24test/py: fix typos in README.mdMasahiro Yamada1-3/+3
2017-10-24cmd: gpt: solve issue for swap and rename commandPatrick Delaunay1-10/+6
2017-10-24test/py: gpt: test start LBA for sub-command rename and swapPatrick Delaunay1-4/+12
2017-10-24test/py: gpt: add test for sub-command writePatrick Delaunay1-0/+20
2017-10-24test/py: gpt: add test for sub-command read and verifyPatrick Delaunay1-2/+29
2017-10-24test/py: gpt: copy persistent filePatrick Delaunay1-9/+14