summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-12-03common: Move command functions out of common.hSimon Glass2-0/+2
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-12-03common: Add a new lz4.h header fileSimon Glass1-0/+1
2019-11-25dm: test: usb: rework keyboard testHeinrich Schuchardt1-8/+276
2019-11-14tests: add OP-TEE test suiteHeiko Stuebner8-0/+234
2019-11-10dm: regulator: support regulator more stateJoseph Chen1-0/+57
2019-11-03spi: Add support for memory-mapped flashSimon Glass1-0/+9
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini1-3/+16
2019-10-31test: provide test for errno_str()Heinrich Schuchardt2-0/+47
2019-10-31test/py: Use raw strings more to avoid deprecation warningsTom Rini2-6/+3
2019-10-31test/py: Update docs, add requirements.txt for pipTom Rini2-21/+48
2019-10-31test/py: Rework test.py to be a different kind of wrapperTom Rini1-16/+4
2019-10-31test/py: Update test_fs to decode check_output callsTom Rini1-12/+12
2019-10-31test/py: test_efi_selftest.py: Updates for python 3 supportTom Rini1-18/+18
2019-10-31test/py: test_ut.py: Ensure we use bytesTom Rini1-3/+3
2019-10-31test/py: Manual python3 fixesTom Rini5-12/+19
2019-10-31test/py: Automated conversion to Python 3Tom Rini8-80/+71
2019-10-31test/py: Fix pytest4 deprecation warningsMarek Vasut1-18/+12
2019-10-31test/py: Split mark to multiple linesTom Rini2-4/+9
2019-10-27test: regmap: check the values read from the regmapJean-Jacques Hiblot1-3/+16
2019-10-22test: clk: test clock self assignmentJean-Jacques Hiblot1-2/+2
2019-10-22test: clk: Update tests to also check the managed APIJean-Jacques Hiblot1-1/+35
2019-10-15dm: Tidy up dump output when there are many devicesPatrick Delaunay1-1/+1
2019-10-15pytest: vboot: add a test for required keyPhilippe Reynes2-0/+103
2019-10-14dm: Add a dsi host uclassYannick Fertré2-0/+59
2019-10-11remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() apiLokesh Vutla1-0/+2
2019-10-11remoteproc: elf_loader: Always check the validity of the image before loadingLokesh Vutla1-4/+1
2019-10-11dm: core: Add a function to count the children of a deviceLokesh Vutla1-26/+15
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass1-0/+45
2019-10-08sandbox: Rename PCI ID for swap_case to be more specificSimon Glass1-3/+3
2019-10-08dm: test: Correct a stray backslash in dm_test_destroy()Simon Glass1-1/+1
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass1-2/+1
2019-10-08dm: test: Don't fail when tests are skipped due to buildSimon Glass1-4/+4
2019-10-08dm: test: Fix running of multiple test from command lineSimon Glass1-1/+5
2019-09-20test: add tests for u16_str<n>cmp()AKASHI Takahiro1-0/+13
2019-09-03dm: cache: Add enable and disable ops for sandbox and testRick Chen1-0/+2
2019-08-22sandbox: clk: add clk enable/disable test codePeng Fan1-0/+28
2019-08-22test/py: Add cmd_memory dependency back to test_mmc_wrMichal Simek1-1/+1
2019-08-13Merge branch '2019-08-11-ti-imports'Tom Rini2-4/+13
2019-08-12dm: core: add support for getting register address and sizeSekhar Nori1-4/+12
2019-08-12clk: add support for clk_is_match()Sekhar Nori1-0/+1
2019-08-11env: Drop the ACTION typedefSimon Glass1-4/+4
2019-08-11env: Drop the ENTRY typedefSimon Glass1-6/+6
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-0/+1
2019-08-09test/py: Fix MMC/SD block write test dependencyMichal Simek1-1/+1
2019-08-08test/py: avb: Move AVB test to android dirSam Protsenko1-0/+0
2019-08-07fit: Do not automatically decompress ramdisk imagesJulius Werner1-1/+9
2019-08-02Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clkTom Rini1-0/+8
2019-07-31test/py: add MMC/SD block write testJean-Jacques Hiblot1-0/+105