aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
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-22vsprintf.c: add EFI device path printingHeinrich Schuchardt1-0/+37
2018-01-15test: Set the DTC environment variableSimon Glass1-3/+5
2018-01-15binman: Run code coverage testsSimon Glass1-0/+7
2018-01-15test: Run dtoc testsSimon Glass1-0/+1
2018-01-15test: Run buildman testsSimon Glass1-0/+1
2018-01-15test: Run patman testsSimon Glass1-0/+1
2018-01-15test: 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-12power: extend prefix match to regulator-name propertyFelix Brack1-0/+2
2017-12-12test: py: Add an option to skip sleep testMichal Simek1-0/+13
2017-12-12test/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-05Merge 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-02test/py: Allow any unit test suite to be foundSimon Glass1-1/+1
2017-12-02test: compression: Put test variables in a structSimon Glass1-54/+74
2017-12-02test: overlay: Use cmd_ut_category()Simon Glass1-19/+2
2017-12-02test: Add a command function for test executionSimon Glass2-18/+26
2017-12-01test/py: check return code of helloworldHeinrich Schuchardt1-0/+2