summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-02-11Merge tag 'efi-2022-04-rc2-4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini6-10/+439
2022-02-11test/py: efi_secboot: adjust secure boot tests to code changesIlias Apalodimas1-2/+28
2022-02-11test/py: efi_capsule: check the results in case of CAPSULE_AUTHENTICATEAKASHI Takahiro1-4/+22
2022-02-11test/py: efi_capsule: add a test for "--guid" optionAKASHI Takahiro2-0/+70
2022-02-11test/py: efi_capsule: align with the syntax change of mkeficapsuleAKASHI Takahiro1-2/+2
2022-02-11test/py: efi_capsule: add image authentication testAKASHI Takahiro4-3/+318
2022-02-11test: test field truncation in snprint()Heinrich Schuchardt1-0/+12
2022-02-11test/py: Add test case for mkimage -o argumentJan Kiszka3-16/+101
2022-02-05test: test UTF-16 truncation in snprintf()Heinrich Schuchardt1-0/+31
2022-02-03treewide: Use 16-bit Unicode stringsSimon Glass2-12/+12
2022-01-29rsa: adds rsa3072 algorithmJamin Lin3-2/+97
2022-01-25dm: Fix OF_BAD_ADDR definitionPatrice Chotard3-4/+4
2022-01-25acpi: Tidy up the table listSimon Glass1-7/+8
2022-01-25acpi: Tidy up the item listSimon Glass1-6/+14
2022-01-25x86: Move base tables to a writer functionSimon Glass1-6/+11
2022-01-25x86: Use the ACPI table writerSimon Glass1-3/+3
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass1-5/+26
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass1-1/+1
2022-01-25test: fix pylint warnings in test_env.pyHeinrich Schuchardt1-8/+12
2022-01-22Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-4/+16
2022-01-19doc: replace @return by Return:Heinrich Schuchardt8-20/+20
2022-01-19test: add test for %pUsHeinrich Schuchardt1-4/+16
2022-01-14phy: Track power-on and init counts in uclassAlper Nebi Yasak1-5/+78
2022-01-14test: test_lsblk: Mark as sandbox specificPatrick Delaunay1-0/+1
2022-01-13bloblist: Add functions to obtain base address and sizeSimon Glass1-0/+2
2022-01-13bloblist: Use explicit numbering for the tagsSimon Glass1-6/+6
2022-01-13bloblist: Drop unused tagsSimon Glass1-2/+2
2022-01-13bloblist: Put the magic number firstSimon Glass1-0/+7
2021-12-27video: Support showing the U-Boot logoSimon Glass1-9/+34
2021-12-27video: theadorable: Use RGB565 for BMP blittingSimon Glass1-0/+46
2021-12-27video: Add a test for 16bpp BMP filesSimon Glass1-0/+24
2021-12-27video: bmp: Update RLE8 support to use the write functionSimon Glass1-0/+38
2021-12-27sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass1-0/+38
2021-12-23dm: core: Allow getting some basic statsSimon Glass1-0/+41
2021-12-21Merge tag 'v2022.01-rc4' into 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-29test/py: Raise a ValueError if a command failsSimon Glass1-1/+1
2021-11-29test/py: Relax the naming rules for unit testsSimon Glass1-1/+1
2021-11-29dm: core: Add a way to obtain a string listSimon Glass1-0/+20
2021-11-29dm: core: Add tests for stringlist functionsSimon Glass1-0/+76
2021-11-29test/py: Allow passing input to a programSimon Glass2-5/+8
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