summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* dm: regulator: support regulator more stateJoseph Chen2019-11-101-0/+57
* spi: Add support for memory-mapped flashSimon Glass2019-11-031-0/+9
* Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2019-11-011-3/+16
|\
| * test: regmap: check the values read from the regmapJean-Jacques Hiblot2019-10-271-3/+16
* | test: provide test for errno_str()Heinrich Schuchardt2019-10-312-0/+47
* | test/py: Use raw strings more to avoid deprecation warningsTom Rini2019-10-302-6/+3
* | test/py: Update docs, add requirements.txt for pipTom Rini2019-10-302-21/+48
* | test/py: Rework test.py to be a different kind of wrapperTom Rini2019-10-301-16/+4
* | test/py: Update test_fs to decode check_output callsTom Rini2019-10-301-12/+12
* | test/py: test_efi_selftest.py: Updates for python 3 supportTom Rini2019-10-301-18/+18
* | test/py: test_ut.py: Ensure we use bytesTom Rini2019-10-301-3/+3
* | test/py: Manual python3 fixesTom Rini2019-10-305-12/+19
* | test/py: Automated conversion to Python 3Tom Rini2019-10-308-80/+71
* | test/py: Fix pytest4 deprecation warningsMarek Vasut2019-10-301-18/+12
* | test/py: Split mark to multiple linesTom Rini2019-10-302-4/+9
* | test: clk: test clock self assignmentJean-Jacques Hiblot2019-10-221-2/+2
* | test: clk: Update tests to also check the managed APIJean-Jacques Hiblot2019-10-221-1/+35
|/
* dm: Tidy up dump output when there are many devicesPatrick Delaunay2019-10-151-1/+1
* pytest: vboot: add a test for required keyPhilippe Reynes2019-10-152-0/+103
* dm: Add a dsi host uclassYannick Fertré2019-10-132-0/+59
* remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() apiLokesh Vutla2019-10-111-0/+2
* remoteproc: elf_loader: Always check the validity of the image before loadingLokesh Vutla2019-10-111-4/+1
* dm: core: Add a function to count the children of a deviceLokesh Vutla2019-10-111-26/+15
* dm: pci: Add a function to read a PCI BARSimon Glass2019-10-081-0/+45
* sandbox: Rename PCI ID for swap_case to be more specificSimon Glass2019-10-081-3/+3
* dm: test: Correct a stray backslash in dm_test_destroy()Simon Glass2019-10-081-1/+1
* dm: core: Correct the return value for uclass_find_first_device()Simon Glass2019-10-081-2/+1
* dm: test: Don't fail when tests are skipped due to buildSimon Glass2019-10-081-4/+4
* dm: test: Fix running of multiple test from command lineSimon Glass2019-10-081-1/+5
* test: add tests for u16_str<n>cmp()AKASHI Takahiro2019-09-201-0/+13
* dm: cache: Add enable and disable ops for sandbox and testRick Chen2019-09-031-0/+2
* sandbox: clk: add clk enable/disable test codePeng Fan2019-08-221-0/+28
* test/py: Add cmd_memory dependency back to test_mmc_wrMichal Simek2019-08-221-1/+1
* Merge branch '2019-08-11-ti-imports'Tom Rini2019-08-122-4/+13
|\
| * dm: core: add support for getting register address and sizeSekhar Nori2019-08-121-4/+12
| * clk: add support for clk_is_match()Sekhar Nori2019-08-121-0/+1
* | env: Drop the ACTION typedefSimon Glass2019-08-111-4/+4
* | env: Drop the ENTRY typedefSimon Glass2019-08-111-6/+6
* | env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* | common: Move gzip functions into a new gzip headerSimon Glass2019-08-111-0/+1
|/
* test/py: Fix MMC/SD block write test dependencyMichal Simek2019-08-091-1/+1
* test/py: avb: Move AVB test to android dirSam Protsenko2019-08-071-0/+0
* fit: Do not automatically decompress ramdisk imagesJulius Werner2019-08-071-1/+9
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clkTom Rini2019-08-021-0/+8
|\
| * test: dm: clk_ccf: test composite clkPeng Fan2019-07-311-0/+8
* | test/py: add MMC/SD block write testJean-Jacques Hiblot2019-07-311-0/+105
* | fit: Support compression for non-kernel components (e.g. FDT)Julius Werner2019-07-291-4/+25
* | common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner2019-07-291-12/+12
|/
* Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-07-272-1/+63
|\
| * clk: sandbox: Add sandbox test code for Common Clock Framework [CCF]Lukasz Majewski2019-07-192-1/+63