aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-01-02test: Fix the boardspec for the SPL handoff testSimon Glass
2020-01-02test_env: don't strip() printenv resultsStephen Warren
2019-12-06test: add asn1 unit testAKASHI Takahiro
2019-12-05test/py: test_fs: add tests for creating/deleting many filesAKASHI Takahiro
2019-12-02common: Move command functions out of common.hSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-12-02common: Add a new lz4.h header fileSimon Glass
2019-11-25dm: test: usb: rework keyboard testHeinrich Schuchardt
2019-11-14tests: add OP-TEE test suiteHeiko Stuebner
2019-11-10dm: regulator: support regulator more stateJoseph Chen
2019-11-03spi: Add support for memory-mapped flashSimon Glass
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini
2019-10-31test: provide test for errno_str()Heinrich Schuchardt
2019-10-30test/py: Use raw strings more to avoid deprecation warningsTom Rini
2019-10-30test/py: Update docs, add requirements.txt for pipTom Rini
2019-10-30test/py: Rework test.py to be a different kind of wrapperTom Rini
2019-10-30test/py: Update test_fs to decode check_output callsTom Rini
2019-10-30test/py: test_efi_selftest.py: Updates for python 3 supportTom Rini
2019-10-30test/py: test_ut.py: Ensure we use bytesTom Rini
2019-10-30test/py: Manual python3 fixesTom Rini
2019-10-30test/py: Automated conversion to Python 3Tom Rini
2019-10-30test/py: Fix pytest4 deprecation warningsMarek Vasut
2019-10-30test/py: Split mark to multiple linesTom Rini
2019-10-27test: regmap: check the values read from the regmapJean-Jacques Hiblot
2019-10-22test: clk: test clock self assignmentJean-Jacques Hiblot
2019-10-22test: clk: Update tests to also check the managed APIJean-Jacques Hiblot
2019-10-15dm: Tidy up dump output when there are many devicesPatrick Delaunay
2019-10-15pytest: vboot: add a test for required keyPhilippe Reynes
2019-10-13dm: Add a dsi host uclassYannick Fertré
2019-10-11remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() apiLokesh Vutla
2019-10-11remoteproc: elf_loader: Always check the validity of the image before loadingLokesh Vutla
2019-10-11dm: core: Add a function to count the children of a deviceLokesh Vutla
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass
2019-10-08sandbox: Rename PCI ID for swap_case to be more specificSimon Glass
2019-10-08dm: test: Correct a stray backslash in dm_test_destroy()Simon Glass
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass
2019-10-08dm: test: Don't fail when tests are skipped due to buildSimon Glass
2019-10-08dm: test: Fix running of multiple test from command lineSimon Glass
2019-09-20test: add tests for u16_str<n>cmp()AKASHI Takahiro
2019-09-03dm: cache: Add enable and disable ops for sandbox and testRick Chen
2019-08-22sandbox: clk: add clk enable/disable test codePeng Fan
2019-08-22test/py: Add cmd_memory dependency back to test_mmc_wrMichal Simek
2019-08-12Merge branch '2019-08-11-ti-imports'Tom Rini
2019-08-12dm: core: add support for getting register address and sizeSekhar Nori
2019-08-12clk: add support for clk_is_match()Sekhar Nori
2019-08-11env: Drop the ACTION typedefSimon Glass
2019-08-11env: Drop the ENTRY typedefSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass
2019-08-09test/py: Fix MMC/SD block write test dependencyMichal Simek