- 49efb06 vbe: Add a test for VBE device tree fixups by Simon Glass · 2 years, 2 months ago
- 386d05d vbe: Add fixups for a basic set of OS requests by Simon Glass · 2 years, 2 months ago
- 1b035c1 test: Move common FIT code into a separate fit_util file by Simon Glass · 2 years, 2 months ago
- f841bb8 cmd: xxd: add new command by Roger Knecht · 2 years, 3 months ago
- 11827c4 cmd: cat: add new command by Roger Knecht · 2 years, 3 months ago
- 4c18acf test: fix some pylint errors in test_efi_secboot by Heinrich Schuchardt · 2 years, 2 months ago
- 509f32e sandbox: Add a test for SCSI by Simon Glass · 2 years, 2 months ago
- 2e18844 test: unit test for eficonfig by Masahisa Kojima · 2 years, 2 months ago
- 62b92f8 test/py: Support --build when running tests in parallel by Simon Glass · 2 years, 4 months ago
- 686fad7 test/py: Move U-Boot building into a function by Simon Glass · 2 years, 4 months ago
- 2964287 test: Make test_gpio_read() independent by Simon Glass · 2 years, 4 months ago
- dddd077 test: Mark test_gpt tests as slow by Simon Glass · 2 years, 4 months ago
- 3539c17 test: Mark all but the first vboot test as slow by Simon Glass · 2 years, 4 months ago
- 97bb191 test: Make test_efi_bootmgr() single-threaded by Simon Glass · 2 years, 4 months ago
- aa47712 test: Make test_sqfs_ls() single-threaded by Simon Glass · 2 years, 4 months ago
- 998a2f2 test: Update FIT tests to run in parallel by Simon Glass · 2 years, 4 months ago
- ae3db3d test: Make test_bind_unbind_with_uclass() single-threaded by Simon Glass · 2 years, 4 months ago
- 54ef2ca test/py: Allow tests to be marked single-threaded only by Simon Glass · 2 years, 4 months ago
- d8ecaf3 test: Fix test_pinmux to run in parallel by Simon Glass · 2 years, 4 months ago
- d1ed446 CI: Move to Ubuntu 2022.04 "Jammy" for CI base by Tom Rini · 2 years, 4 months ago
- d0af04c vbe: Support VBE simple by Simon Glass · 2 years, 4 months ago
- 4305fe7 event: Add an event for device tree fixups by Simon Glass · 2 years, 4 months ago
- 644d807 test: Add some tests for kconfig.h by Simon Glass · 2 years, 4 months ago
- a598073 test/py: Run simple dm commands without checking by Michal Simek · 2 years, 5 months ago
- 901f5ba py: tests: Bind should run only on sandbox by Michal Simek · 2 years, 5 months ago
- 79e3129 efi: test/py: repair authenticated capsules tests by Vincent Stehlé · 2 years, 5 months ago
- 89b5381 Merge branch 'next' by Tom Rini · 2 years, 5 months ago
- 906c4cf requirements: Move to atomicwrites==1.4.1 by Tom Rini · 2 years, 5 months ago
- dd9440d requirements: Move to atomicwrites==1.4.1 by Tom Rini · 2 years, 5 months ago
- d968b79 test/py: efi_secboot: add a test for a forged signed image by AKASHI Takahiro · 2 years, 5 months ago
- deccc81 test: fix some pylint errors in test_bind.py by Heinrich Schuchardt · 2 years, 7 months ago
- cab460b test/py: test_stackprotector: Disable for ASAN by Andrew Scull · 2 years, 6 months ago
- 70c7e54 test: work around for EFI terminal size probing by Heinrich Schuchardt · 2 years, 5 months ago
- 6a4625e efi: test/py: authenticate fit capsules by Vincent Stehlé · 2 years, 6 months ago
- f0c7daa test/py: efi_capsule: repair image authentication test by Vincent Stehlé · 2 years, 6 months ago
- 9244cf0 test: don't change console timeout in EFI selftest. by Heinrich Schuchardt · 2 years, 7 months ago
- 8bf7ffd test: fix pylint warnings in test_efi_selftest.py by Heinrich Schuchardt · 2 years, 7 months ago
- b0a0696 test: restore timeout after bootmenu unit test by Heinrich Schuchardt · 2 years, 7 months ago
- f46ac7d test: fix parsing the mksquashfs version number by Heinrich Schuchardt · 2 years, 6 months ago
- 78307c1 test/py: test_part: Correct the test case name by Bin Meng · 2 years, 6 months ago
- a992e8a test/py: test_fs: Correct the test case name by Bin Meng · 2 years, 6 months ago
- 739b386 test/py: Reset the console timeout value by Bin Meng · 2 years, 6 months ago
- ad3daad Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 7 months ago
- 578c98b test/py: Add more test cases for rejecting an EFI image by Ilias Apalodimas · 2 years, 7 months ago
- dbeedc3 test: py: tests: test_gpt.py: add a simple test for the command gpt repair by Philippe Reynes · 2 years, 7 months ago
- 9a3adfa sandbox: Avoid binman error when run without device tree by Simon Glass · 2 years, 7 months ago
- 18c5bfb test/py: Add a way to start sandbox without a device tree by Simon Glass · 2 years, 7 months ago
- 6f59d19 menu: always show the menu regardless of the number of entry by Masahisa Kojima · 2 years, 7 months ago
- 9bab9f5 test: fix some pylint problems in test_capsule_firmware_raw.py by Heinrich Schuchardt · 2 years, 7 months ago
- dbb2cf7 test: unit test for bootmenu by Heinrich Schuchardt · 2 years, 7 months ago
- e62205d vpl: Test that VPL runs correctly through to U-Boot proper by Simon Glass · 2 years, 7 months ago
- b6c665f vpl: Support running vpl tests by Simon Glass · 2 years, 7 months ago
- d3203bd bootstd: Add setup for the bootflow tests by Simon Glass · 2 years, 7 months ago
- 5ffde63 cmd: gpio: Add `gpio read` subcommand by Diego Rondini · 2 years, 8 months ago
- 2db313d test: capsule: Modify the capsule tests to use GUID values for sandbox by Sughosh Ganu · 2 years, 7 months ago
- 6e4f9c5 test/py:Update python tests for ‘gpio’ cmd by Adarsh Babu Kalepalli · 3 years, 6 months ago
- 6e638af env: Allow text-env tests to run with awk by Simon Glass · 2 years, 9 months ago
- 2853256 Merge branch 'next' by Tom Rini · 2 years, 8 months ago
- 5d472d3 test: py: vboot: add test for global image signature by Philippe Reynes · 2 years, 8 months ago
- 462d163 arch: Kconfig: imply BINMAN for SANDBOX by Philippe Reynes · 2 years, 8 months ago
- 8bb75c9 test: fix pylint warnings in test_efi_bootmgr by Heinrich Schuchardt · 2 years, 8 months ago
- 14e3b5b test: fix pylint warnings for test_efi_fit.py by Heinrich Schuchardt · 2 years, 8 months ago
- 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 8 months ago
- 76d0c87 test: test UEFI boot manager by Heinrich Schuchardt · 2 years, 9 months ago
- 11e0443 test/py: Add tests for the erofs by Huang Jianan · 2 years, 9 months ago
- 0248932 event: Add a script to decode the event-spy list by Simon Glass · 2 years, 9 months ago
- f799076 test: Correct pylint errors by Simon Glass · 2 years, 10 months ago
- 4b2f8c1 efi_loader: test/py: Reset system after capsule update on disk by Masami Hiramatsu · 2 years, 9 months ago
- 4d3b996 test/py: Handle expected reboot while booting sandbox by Masami Hiramatsu · 2 years, 9 months ago
- 0ff2278 test/py: Handle expected reset by command by Masami Hiramatsu · 2 years, 9 months ago
- a00fdd7 Merge tag 'efi-2022-04-rc2-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 10 months ago
- 6faeaa4 test/py: efi_secboot: adjust secure boot tests to code changes by Ilias Apalodimas · 2 years, 10 months ago
- eafde44 test/py: efi_capsule: check the results in case of CAPSULE_AUTHENTICATE by AKASHI Takahiro · 2 years, 10 months ago
- 20d9155 test/py: efi_capsule: add a test for "--guid" option by AKASHI Takahiro · 2 years, 10 months ago
- 557b6fc test/py: efi_capsule: align with the syntax change of mkeficapsule by AKASHI Takahiro · 2 years, 10 months ago
- 0bdde5f test/py: efi_capsule: add image authentication test by AKASHI Takahiro · 2 years, 10 months ago
- 30f6465 test/py: Add test case for mkimage -o argument by Jan Kiszka · 2 years, 10 months ago
- 5975ad7 rsa: adds rsa3072 algorithm by Jamin Lin · 2 years, 10 months ago
- d189603 test: fix pylint warnings in test_env.py by Heinrich Schuchardt · 3 years ago
- 260045a test: test_lsblk: Mark as sandbox specific by Patrick Delaunay · 3 years ago
- dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · 3 years ago
- 8226df3 test: unit test for the EFI_TCG2_PROTOCOL by Heinrich Schuchardt · 3 years ago
- a0faaff configs: enable CMD_TPM on QEMU ARM by Heinrich Schuchardt · 3 years ago
- 769c468 Merge tag 'v2022.01-rc3' into next by Tom Rini · 3 years ago
- 150dc1a test/py: Raise a ValueError if a command fails by Simon Glass · 3 years, 1 month ago
- 23300b4 test/py: Relax the naming rules for unit tests by Simon Glass · 3 years, 1 month ago
- 3002701 test/py: Allow passing input to a program by Simon Glass · 3 years, 1 month ago
- 8ca17c1 test: fix pylint error in u_boot_console_exec_attach.py by Heinrich Schuchardt · 3 years ago
- d209bab test: fix pylint error in u_boot_console_sandbox.py by Heinrich Schuchardt · 3 years ago
- 5e864d4 test: fix pylint errors in u_boot_utils.py by Heinrich Schuchardt · 3 years ago
- 725bd31 test: fix pylint errors in u_boot_spawn.py by Heinrich Schuchardt · 3 years ago
- ffa0a23 test: fix pylint errors in multiplexed_log.py by Heinrich Schuchardt · 3 years ago
- 9460c18 test: address some pylint warnings by Heinrich Schuchardt · 3 years ago
- 7327fe7 env: Allow U-Boot scripts to be placed in a .env file by Simon Glass · 3 years, 1 month ago
- afd0004 pytest: Show a message when sandbox crashes by Simon Glass · 3 years, 2 months ago
- 1919348 pytest: Shorten traceback length by default by Simon Glass · 3 years, 2 months ago
- 5a6815b Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 1 month ago
- 4ffd03a test/py: Add usb gadget binding test by Patrice Chotard · 3 years, 3 months ago
- 9fdddc8 test: Allow tpm2 tests to run in parallel by Simon Glass · 3 years, 2 months ago
- 9ce82a5 test: Allow hush tests to run in parallel by Simon Glass · 3 years, 2 months ago