aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-12-20Merge tag 'v2022.01-rc4' into nextWIP/20Dec2021-nextTom Rini4-0/+46
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass2-0/+25
2021-11-30test: unit test for the EFI_TCG2_PROTOCOLHeinrich Schuchardt1-0/+20
2021-11-30configs: enable CMD_TPM on QEMU ARMHeinrich Schuchardt1-0/+1
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini9-42/+72
2021-11-28test/py: Raise a ValueError if a command failsSimon Glass1-1/+1
2021-11-28test/py: Relax the naming rules for unit testsSimon Glass1-1/+1
2021-11-28dm: core: Add a way to obtain a string listSimon Glass1-0/+20
2021-11-28dm: core: Add tests for stringlist functionsSimon Glass1-0/+76
2021-11-28test/py: Allow passing input to a programSimon Glass2-5/+8
2021-11-26test: fix pylint error in u_boot_console_exec_attach.pyHeinrich Schuchardt1-2/+4
2021-11-26test: fix pylint error in u_boot_console_sandbox.pyHeinrich Schuchardt1-1/+3
2021-11-26test: fix pylint errors in u_boot_utils.pyHeinrich Schuchardt1-11/+14
2021-11-26test: fix pylint errors in u_boot_spawn.pyHeinrich Schuchardt1-13/+13
2021-11-26test: fix pylint errors in multiplexed_log.pyHeinrich Schuchardt1-6/+8
2021-11-26test: address some pylint warningsHeinrich Schuchardt2-9/+7
2021-11-20test: test truncation in snprintf()Heinrich Schuchardt1-0/+18
2021-11-20lmb: remove lmb_is_nomap() from includeHeinrich Schuchardt1-0/+5
2021-11-16env: Allow U-Boot scripts to be placed in a .env fileSimon Glass1-0/+107
2021-11-13test/dm: fix watchdog testHeinrich Schuchardt1-1/+3
2021-11-11lib: Add a function to convert a string to a hex valueSimon Glass1-0/+24
2021-11-11lib: Add tests for simple_itoa()Simon Glass1-0/+17
2021-11-09test: dm: add test for ofnode_for_each_compatible_node()Michael Walle1-0/+18
2021-10-31test: Add tests for IOMMU uclassMark Kettenis2-0/+29
2021-10-15Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini1-15/+13
2021-10-14pytest: Show a message when sandbox crashesSimon Glass1-12/+44
2021-10-14pytest: Shorten traceback length by defaultSimon Glass1-0/+5
2021-10-13fdtdec: Support reserved-memory flagsThierry Reding1-6/+7
2021-10-13fdtdec: Reorder fdtdec_set_carveout() parameters for consistencyThierry Reding1-9/+6
2021-10-13fdtdec: Support compatible string list for reserved memoryThierry Reding1-9/+9
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini2-1/+8
2021-10-12test/py: Add usb gadget binding testPatrice Chotard1-0/+7
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard1-1/+1
2021-10-09lz4: Use a private header for U-BootSimon Glass1-1/+1
2021-10-08Add support for an owned bufferSimon Glass2-0/+345
2021-10-08lib: Add memdup()Simon Glass1-0/+32
2021-10-07clk: k210: Try harder to get the best configSean Anderson1-0/+4
2021-10-07test: dm: k210: Reduce duplication in test casesSean Anderson1-19/+13
2021-10-06acpi: Use U-Boot version for OEM_REVISIONPali Rohár1-6/+14
2021-10-05test: Allow tpm2 tests to run in parallelSimon Glass1-6/+46
2021-10-05test: Allow hush tests to run in parallelSimon Glass1-14/+6
2021-10-05test: Allow vboot tests to run in parallelSimon Glass1-13/+16
2021-10-05test/py: Check hashes produced by mkimage against known valuesAlexandru Gagniuc2-0/+187
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk2-2/+0
2021-09-29Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Sep2021-nextTom Rini1-1/+1
2021-09-28net: update NXP copyright textVladimir Oltean1-1/+1
2021-09-28test/py: tpm2: Skip tpm pytest based on env variableT Karthik Reddy1-0/+28
2021-09-27Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...WIP/27Sep2021-nextTom Rini4-8/+80
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini1-0/+28
2021-09-25sandbox: correct cpu nodesHeinrich Schuchardt2-4/+4