summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-03-19sandbox: test: Tidy up spl_test_load() callsSimon Glass1-5/+1
2022-03-16Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-4/+4
2022-03-15test/py: Add tests for the erofsHuang Jianan1-0/+211
2022-03-14cmd: test: pinmux: Do not check all empty spacesMichal Simek1-4/+4
2022-03-10event: Add a script to decode the event-spy listSimon Glass1-0/+20
2022-03-10event: Add events for device probe/removeSimon Glass1-0/+38
2022-03-10event: Add a simple testSimon Glass3-0/+52
2022-03-03firmware: scmi: fix sandbox and related tests for clock discoveryEtienne Carriere1-5/+10
2022-03-03sandbox: scmi: test against a single scmi agentEtienne Carriere1-61/+53
2022-03-02test: Correct pylint errorsSimon Glass4-6/+15
2022-02-26efi_loader: test/py: Reset system after capsule update on diskMasami Hiramatsu1-14/+23
2022-02-26test/py: Handle expected reboot while booting sandboxMasami Hiramatsu2-22/+33
2022-02-26test/py: Handle expected reset by commandMasami Hiramatsu1-41/+58
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