aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-01-28rsa: 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-24test: 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...WIP/22Jan2022Tom 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-26video: Support showing the U-Boot logoSimon Glass1-9/+34
2021-12-26video: theadorable: Use RGB565 for BMP blittingSimon Glass1-0/+46
2021-12-26video: Add a test for 16bpp BMP filesSimon Glass1-0/+24
2021-12-26video: bmp: Update RLE8 support to use the write functionSimon Glass1-0/+38
2021-12-26sandbox: 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-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