aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-04-10test/py: Update u_boot_utils.find_ram_base to bypass the low 2MiB memoryBin Meng1-3/+4
2020-04-07Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini3-73/+511
2020-04-01test: vboot: Reduce fake kernel size to 500 bytesSimon Glass1-1/+1
2020-04-01test: vboot: Move key creation into a functionSimon Glass1-21/+18
2020-04-01test: vboot: Fix pylint errorsSimon Glass1-34/+19
2020-04-01test: vboot: Tidy up the code a littleSimon Glass1-13/+21
2020-04-01test: vboot: Parameterise the testSimon Glass1-6/+14
2020-04-01test: vboot: Add a test for a forged configurationSimon Glass2-1/+440
2020-04-01test: vboot: Drop unnecessary parameter for fit_check_signSimon Glass1-2/+1
2020-03-31Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini3-3/+40
2020-03-30test/py: test_efi_grub_net() requires OF_CONTROLHeinrich Schuchardt1-0/+1
2020-03-28test/py: UEFI helloworld requires OF_CONTROLHeinrich Schuchardt1-2/+3
2020-03-27test: typo decompressionHeinrich Schuchardt1-1/+1
2020-03-27test/py: mmc: Fix 'mmc info' testcaseHarald Seiler1-2/+2
2020-03-13cmd: gpio: Make `gpio input` return pin value againAlex Kiernan1-0/+37
2020-03-12test: add rsa_verify() unit testAKASHI Takahiro3-0/+217
2020-02-13test: aes: fix memleakPhilippe Reynes1-6/+7
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini20-4/+216
2020-02-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2-0/+87
2020-02-07dm: irq: Add support for requesting interruptsSimon Glass1-0/+32
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass1-0/+13
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass1-0/+21
2020-02-07dm: core: Allow iterating devices without uclass_get()Simon Glass1-0/+21
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass11-0/+11
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-05test: efi_selftest: fix pylint warningsHeinrich Schuchardt1-174/+187
2020-02-05test: test_efi_fit: fix pylint warningsHeinrich Schuchardt1-38/+39
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