summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/py: use valid device tree in test_fit.pyHeinrich Schuchardt2020-01-151-3/+6
* test/cmd_ut.c: fix cmd_ut_categoryPhilippe Reynes2020-01-101-1/+1
* Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmWIP/09Jan2020Tom Rini2020-01-094-0/+259
|\
| * dm: devres: Add a new OFDATA phaseSimon Glass2020-01-072-3/+22
| * dm: devres: Add testsSimon Glass2020-01-072-0/+179
| * dm: test: Add a test driver for devresSimon Glass2020-01-071-0/+47
| * test: Add functions to find the amount of allocated memorySimon Glass2020-01-071-0/+14
* | Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/08Jan2020Tom Rini2020-01-085-4/+490
|\ \
| * | test: rng: Add basic test for random number generator(rng) uclassSughosh Ganu2020-01-072-0/+27
| * | test/py: Create a test for launching UEFI binaries from FIT imagesCristian Ciocaltea2020-01-071-0/+458
| * | test/py: describe env__efi_loader_helloworld_fileHeinrich Schuchardt2020-01-071-3/+4
| * | test/py: Fix broken 'notbuildconfigspec' markerCristian Ciocaltea2020-01-071-1/+1
| |/
* | cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes2020-01-078-11/+23
* | remoteproc: elf_loader: Add elf resource table load supportFabien Dessenne2020-01-071-11/+80
|/
* Merge branch 'next'WIP/06Jan2020Tom Rini2020-01-066-26/+222
|\
| * Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini2019-12-184-0/+96
| |\
| | * sandbox: Add a test for IRQSimon Glass2019-12-152-0/+33
| | * sandbox: Add PCI driver and test for p2sbSimon Glass2019-12-152-0/+29
| | * x86: sandbox: Add a PMC emulator and testSimon Glass2019-12-152-0/+34
| * | dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett2019-12-171-0/+65
| * | dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett2019-12-171-15/+35
| |/
| * test.py: Make search for autoconf.mk more permissiveSimon Glass2019-12-101-12/+27
* | test: Fix the boardspec for the SPL handoff testSimon Glass2020-01-021-1/+1
* | test_env: don't strip() printenv resultsStephen Warren2020-01-021-1/+1
|/
* test: add asn1 unit testAKASHI Takahiro2019-12-063-1/+410
* test/py: test_fs: add tests for creating/deleting many filesAKASHI Takahiro2019-12-051-0/+84
* common: Move command functions out of common.hSimon Glass2019-12-022-0/+2
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* common: Add a new lz4.h header fileSimon Glass2019-12-021-0/+1
* dm: test: usb: rework keyboard testHeinrich Schuchardt2019-11-251-8/+276
* tests: add OP-TEE test suiteHeiko Stuebner2019-11-148-0/+234
* 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