summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: aes: fix memleakPhilippe Reynes2020-02-131-6/+7
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1120-4/+216
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0511-0/+11
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-054-0/+4
| * sound: Add a new stop_play() methodSimon Glass2020-02-051-0/+1
| * test: Add a way to check each line of console outputSimon Glass2020-02-051-0/+46
| * test: Enable console recording in testsSimon Glass2020-02-051-2/+2
| * bloblist: Zero records when addingSimon Glass2020-02-051-2/+25
| * bloblist: Add a new function to add or check sizeSimon Glass2020-02-051-0/+34
| * dm: core: Add a way to iterate through children, probing eachSimon Glass2020-02-051-0/+19
| * dm: core: Add a way to read platdata for all child devicesSimon Glass2020-02-051-0/+19
| * dm: core: Add ofnode_get_chosen_prop()Simon Glass2020-02-051-0/+8
| * dm: core: Add ofnode_read_prop()Simon Glass2020-02-051-0/+26
| * dm: core: Rename ofnode_get_chosen_prop()Simon Glass2020-02-051-0/+21
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-02-102-0/+87
|\ \
| * | dm: irq: Add support for requesting interruptsSimon Glass2020-02-071-0/+32
| * | dm: irq: Add support for interrupt controller typesSimon Glass2020-02-071-0/+13
| * | dm: core: Add a function to find a device by drvdataSimon Glass2020-02-071-0/+21
| * | dm: core: Allow iterating devices without uclass_get()Simon Glass2020-02-071-0/+21
| |/
* | test: efi_selftest: fix pylint warningsHeinrich Schuchardt2020-02-051-174/+187
* | test: test_efi_fit: fix pylint warningsHeinrich Schuchardt2020-02-051-38/+39
|/
* test/py: android: Add test for abootimgSam Protsenko2020-02-041-0/+159
* doc: android: Convert to Sphinx formatSam Protsenko2020-02-041-1/+1
* Consistently use nproc for counting the CPUsHeinrich Schuchardt2020-01-302-2/+2
* test: dm: spi: Fix sandbox dm_test_spi_find()Bin Meng2020-01-271-3/+3
* aes: add test unit for aes196 and aes256Philippe Reynes2020-01-171-0/+4
* aes: add test unit for aes128Philippe Reynes2020-01-172-0/+163
* Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-01-161-0/+31
|\
| * test/py: hush_if_test: Add tests to cover octal/hex valuesMichal Simek2020-01-141-0/+31
* | 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
| |/