summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/py: Update u_boot_utils.find_ram_base to bypass the low 2MiB memoryBin Meng2020-04-101-3/+4
* Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...WIP/07Apr2020-nextTom Rini2020-04-073-73/+511
|\
| * 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
* | Merge branch 'next' of git://git.denx.de/u-boot-usb into nextWIP/31Mar2020-nextTom Rini2020-03-313-3/+40
|\ \ | |/
| * 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: add rsa_verify() unit testAKASHI Takahiro2020-03-123-0/+217
|/
* 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