aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-02-05dm: core: Require users of devres to include the headerSimon Glass4-0/+4
2020-02-05sound: Add a new stop_play() methodSimon Glass1-0/+1
2020-02-05test: Add a way to check each line of console outputSimon Glass1-0/+46
2020-02-05test: Enable console recording in testsSimon Glass1-2/+2
2020-02-05bloblist: Zero records when addingSimon Glass1-2/+25
2020-02-05bloblist: Add a new function to add or check sizeSimon Glass1-0/+34
2020-02-05dm: core: Add a way to iterate through children, probing eachSimon Glass1-0/+19
2020-02-05dm: core: Add a way to read platdata for all child devicesSimon Glass1-0/+19
2020-02-05dm: core: Add ofnode_get_chosen_prop()Simon Glass1-0/+8
2020-02-05dm: core: Add ofnode_read_prop()Simon Glass1-0/+26
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass1-0/+21
2020-02-04test/py: android: Add test for abootimgSam Protsenko1-0/+159
2020-02-04doc: android: Convert to Sphinx formatSam Protsenko1-1/+1
2020-01-30Consistently use nproc for counting the CPUsHeinrich Schuchardt2-2/+2
2020-01-27test: dm: spi: Fix sandbox dm_test_spi_find()Bin Meng1-3/+3
2020-01-17aes: add test unit for aes196 and aes256Philippe Reynes1-0/+4
2020-01-17aes: add test unit for aes128Philippe Reynes2-0/+163
2020-01-16Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+31
2020-01-15test/py: use valid device tree in test_fit.pyHeinrich Schuchardt1-3/+6
2020-01-14test/py: hush_if_test: Add tests to cover octal/hex valuesMichal Simek1-0/+31
2020-01-10test/cmd_ut.c: fix cmd_ut_categoryPhilippe Reynes1-1/+1
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini4-0/+259
2020-01-08Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini5-4/+490
2020-01-07dm: devres: Add a new OFDATA phaseSimon Glass2-3/+22
2020-01-07dm: devres: Add testsSimon Glass2-0/+179
2020-01-07dm: test: Add a test driver for devresSimon Glass1-0/+47
2020-01-07test: Add functions to find the amount of allocated memorySimon Glass1-0/+14
2020-01-07test: rng: Add basic test for random number generator(rng) uclassSughosh Ganu2-0/+27
2020-01-07test/py: Create a test for launching UEFI binaries from FIT imagesCristian Ciocaltea1-0/+458
2020-01-07test/py: describe env__efi_loader_helloworld_fileHeinrich Schuchardt1-3/+4
2020-01-07test/py: Fix broken 'notbuildconfigspec' markerCristian Ciocaltea1-1/+1
2020-01-07cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes8-11/+23
2020-01-07remoteproc: elf_loader: Add elf resource table load supportFabien Dessenne1-11/+80
2020-01-06Merge branch 'next'Tom Rini6-26/+222
2020-01-02test: Fix the boardspec for the SPL handoff testSimon Glass1-1/+1
2020-01-02test_env: don't strip() printenv resultsStephen Warren1-1/+1
2019-12-18Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini4-0/+96
2019-12-17dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett1-0/+65
2019-12-17dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett1-15/+35
2019-12-15sandbox: Add a test for IRQSimon Glass2-0/+33
2019-12-15sandbox: Add PCI driver and test for p2sbSimon Glass2-0/+29
2019-12-15x86: sandbox: Add a PMC emulator and testSimon Glass2-0/+34
2019-12-10test.py: Make search for autoconf.mk more permissiveSimon Glass1-12/+27
2019-12-06test: add asn1 unit testAKASHI Takahiro3-1/+410
2019-12-05test/py: test_fs: add tests for creating/deleting many filesAKASHI Takahiro1-0/+84
2019-12-02common: Move command functions out of common.hSimon Glass2-0/+2
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-12-02common: 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