summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-01-28rsa: adds rsa3072 algorithmJamin Lin
2022-01-25dm: Fix OF_BAD_ADDR definitionPatrice Chotard
2022-01-25acpi: Tidy up the table listSimon Glass
2022-01-25acpi: Tidy up the item listSimon Glass
2022-01-25x86: Move base tables to a writer functionSimon Glass
2022-01-25x86: Use the ACPI table writerSimon Glass
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass
2022-01-24test: fix pylint warnings in test_env.pyHeinrich Schuchardt
2022-01-22Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-19test: add test for %pUsHeinrich Schuchardt
2022-01-14phy: Track power-on and init counts in uclassAlper Nebi Yasak
2022-01-14test: test_lsblk: Mark as sandbox specificPatrick Delaunay
2022-01-13bloblist: Add functions to obtain base address and sizeSimon Glass
2022-01-13bloblist: Use explicit numbering for the tagsSimon Glass
2022-01-13bloblist: Drop unused tagsSimon Glass
2022-01-13bloblist: Put the magic number firstSimon Glass
2021-12-26video: Support showing the U-Boot logoSimon Glass
2021-12-26video: theadorable: Use RGB565 for BMP blittingSimon Glass
2021-12-26video: Add a test for 16bpp BMP filesSimon Glass
2021-12-26video: bmp: Update RLE8 support to use the write functionSimon Glass
2021-12-26sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass
2021-12-23dm: core: Allow getting some basic statsSimon Glass
2021-12-20Merge tag 'v2022.01-rc4' into nextTom Rini
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass
2021-11-30test: unit test for the EFI_TCG2_PROTOCOLHeinrich Schuchardt
2021-11-30configs: enable CMD_TPM on QEMU ARMHeinrich Schuchardt
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini
2021-11-28test/py: Raise a ValueError if a command failsSimon Glass
2021-11-28test/py: Relax the naming rules for unit testsSimon Glass
2021-11-28dm: core: Add a way to obtain a string listSimon Glass
2021-11-28dm: core: Add tests for stringlist functionsSimon Glass
2021-11-28test/py: Allow passing input to a programSimon Glass
2021-11-26test: fix pylint error in u_boot_console_exec_attach.pyHeinrich Schuchardt
2021-11-26test: fix pylint error in u_boot_console_sandbox.pyHeinrich Schuchardt
2021-11-26test: fix pylint errors in u_boot_utils.pyHeinrich Schuchardt
2021-11-26test: fix pylint errors in u_boot_spawn.pyHeinrich Schuchardt
2021-11-26test: fix pylint errors in multiplexed_log.pyHeinrich Schuchardt
2021-11-26test: address some pylint warningsHeinrich Schuchardt
2021-11-20test: test truncation in snprintf()Heinrich Schuchardt
2021-11-20lmb: remove lmb_is_nomap() from includeHeinrich Schuchardt
2021-11-16env: Allow U-Boot scripts to be placed in a .env fileSimon Glass
2021-11-13test/dm: fix watchdog testHeinrich Schuchardt
2021-11-11lib: Add a function to convert a string to a hex valueSimon Glass
2021-11-11lib: Add tests for simple_itoa()Simon Glass
2021-11-09test: dm: add test for ofnode_for_each_compatible_node()Michael Walle
2021-10-31test: Add tests for IOMMU uclassMark Kettenis
2021-10-15Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini
2021-10-14pytest: Show a message when sandbox crashesSimon Glass