aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-09-23efi_selftest: test key notification functionsHeinrich Schuchardt1-2/+2
2018-09-23test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt1-0/+79
2018-09-23test/py: rework test_efi_selftest_text_input()Heinrich Schuchardt1-6/+11
2018-09-23test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOLHeinrich Schuchardt1-0/+7
2018-09-23efi_loader: support Unicode text inputHeinrich Schuchardt1-4/+4
2018-09-23test/py: fs: add fstest/unlink testAkashi, Takahiro2-0/+171
2018-09-23test/py: fs: add fstest/mkdir testAKASHI Takahiro2-0/+141
2018-09-23test/py: fs: add extended write operation testAKASHI Takahiro3-0/+310
2018-09-23test/py: convert fs-test.sh to pytestAKASHI Takahiro3-0/+515
2018-09-23fs-test: update the test result as of v2018.09AKASHI Takahiro1-10/+12
2018-09-23fs-test: fix false positive error at Test Case 12AKASHI Takahiro1-1/+1
2018-09-23test/py: typo occuredHeinrich Schuchardt1-1/+1
2018-09-23test/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOLHeinrich Schuchardt1-0/+58
2018-09-23test: tests for utf_to_lower() utf_to_upper().Heinrich Schuchardt1-0/+34
2018-09-23test: test printing UnicodeHeinrich Schuchardt1-0/+43
2018-09-23test: unit tests for Unicode functionsHeinrich Schuchardt4-3/+485
2018-09-23test: print_ut.c use #if CONFIG_IS_ENABLED(EFI_LOADER)Heinrich Schuchardt1-4/+2
2018-09-18dm: fix alignment of help message of "dm" commandMasahiro Yamada1-1/+1
2018-09-18test: ofnode: test ofnode_by_prop_value()Jens Wiklander1-0/+27
2018-09-18test: Add tests for CPU uclassMario Six2-0/+46
2018-09-18test: Add tests for sysreset_get_statusMario Six1-0/+20
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