summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* cmd: Add test and fix bugs for dm driversSean Anderson2020-04-091-0/+17
* test: vboot: Reduce fake kernel size to 500 bytesSimon Glass2020-04-011-1/+1
* test: vboot: Move key creation into a functionSimon Glass2020-04-011-21/+18
* test: vboot: Fix pylint errorsSimon Glass2020-04-011-34/+19
* test: vboot: Tidy up the code a littleSimon Glass2020-04-011-13/+21
* test: vboot: Parameterise the testSimon Glass2020-04-011-6/+14
* test: vboot: Add a test for a forged configurationSimon Glass2020-04-012-1/+440
* test: vboot: Drop unnecessary parameter for fit_check_signSimon Glass2020-04-011-2/+1
* test/py: test_efi_grub_net() requires OF_CONTROLHeinrich Schuchardt2020-03-301-0/+1
* test/py: UEFI helloworld requires OF_CONTROLHeinrich Schuchardt2020-03-281-2/+3
* test: typo decompressionHeinrich Schuchardt2020-03-271-1/+1
* test/py: mmc: Fix 'mmc info' testcaseHarald Seiler2020-03-271-2/+2
* cmd: gpio: Make `gpio input` return pin value againAlex Kiernan2020-03-131-0/+37
* 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-dmTom 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...Tom Rini2020-01-085-4/+490
|\ \