summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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-27test: fix pylint error in u_boot_console_exec_attach.pyHeinrich Schuchardt1-2/+4
2021-11-27test: fix pylint error in u_boot_console_sandbox.pyHeinrich Schuchardt1-1/+3
2021-11-27test: fix pylint errors in u_boot_utils.pyHeinrich Schuchardt1-11/+14
2021-11-27test: fix pylint errors in u_boot_spawn.pyHeinrich Schuchardt1-13/+13
2021-11-27test: 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-13test/dm: fix watchdog testHeinrich Schuchardt1-1/+3
2021-11-12lib: Add a function to convert a string to a hex valueSimon Glass1-0/+24
2021-11-12lib: 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-16Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini1-15/+13
2021-10-15pytest: Show a message when sandbox crashesSimon Glass1-12/+44
2021-10-15pytest: Shorten traceback length by defaultSimon Glass1-0/+5
2021-10-14fdtdec: Support reserved-memory flagsThierry Reding1-6/+7
2021-10-14fdtdec: Reorder fdtdec_set_carveout() parameters for consistencyThierry Reding1-9/+6
2021-10-14fdtdec: 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...Tom 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/...Tom Rini4-8/+80
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini1-0/+28
2021-09-25sandbox: correct cpu nodesHeinrich Schuchardt2-4/+4
2021-09-25dm: gpio: Add of-platdata supportSimon Glass1-0/+20
2021-09-25irq: Tidy up of-platdata irq supportSimon Glass1-4/+22
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass1-0/+19
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-0/+15
2021-09-24test/py: tpm2: Skip tpm pytest based on env variableT Karthik Reddy1-0/+28
2021-09-17Remove including timestamp.h in version.hPali Rohár1-0/+1
2021-09-17version: Move version_string[] from version.h to version_string.hPali Rohár1-1/+1
2021-09-16test: Add a way to skip console checking until a string matchesSimon Glass1-0/+26