1. 343ccfc test/py/tests/test_fpga.py: Correct check for legacy image format support by Tom Rini · Wed Jul 03 15:19:09 2024 -0600
  2. 5568cc3 test/py/tests: Update some network dependencies by Tom Rini · Tue Jun 18 14:23:43 2024 -0600
  3. 0cb530b test: Check help output by Simon Glass · Sun Jun 23 14:30:31 2024 -0600
  4. 3f0bd0c test: Decode exceptions only with sandbox by Simon Glass · Sun Jun 23 14:30:30 2024 -0600
  5. bcdcba0 test: dm: Show failing driver name by Simon Glass · Sun Jun 23 14:30:29 2024 -0600
  6. 2829bbf log: Allow tests to pass with CONFIG_LOGF_FUNC_PAD set by Simon Glass · Sun Jun 23 14:30:28 2024 -0600
  7. 84712cd test: Make bootstd init run only on sandbox by Simon Glass · Sun Jun 23 14:30:27 2024 -0600
  8. 4a45d5d initcall: Correct use of relocation offset by Simon Glass · Sun Jun 23 14:30:22 2024 -0600
  9. 267ca3d trace: Update test to tolerate different trace-cmd version by Simon Glass · Sun Jun 23 14:30:20 2024 -0600
  10. 6726179 global_data.h: drop write-only field dm_root_f by Rasmus Villemoes · Mon May 27 22:04:17 2024 +0200
  11. 9838d34 acpi: set creator_revision in acpi_fill_header by Heinrich Schuchardt · Thu Apr 18 05:11:13 2024 +0200
  12. 4972f15 Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code" by Tom Rini · Fri Jun 28 17:31:28 2024 -0600
  13. 009d156 test: cmd: fdt: fix chosen test for DM_RNG by Tim Harvey · Tue Jun 18 14:06:09 2024 -0700
  14. ca51b77 Merge tag 'v2024.07-rc5' into next by Tom Rini · Mon Jun 24 13:34:52 2024 -0600
  15. ea36ada cyclic: make clients embed a struct cyclic_info in their own data structure by Rasmus Villemoes · Tue May 21 10:46:52 2024 +0200
  16. b2835c5 test/py: net_boot: Add test cases for net boot by Love Kumar · Wed Jun 05 15:19:35 2024 +0530
  17. c35e66e test/py: Add support to enable check for bad pattern by Love Kumar · Wed May 22 18:45:13 2024 +0530
  18. 026489a doc/sphinx, test/py: Update requests module to 2.32.2 by Tom Rini · Thu Jun 06 10:44:25 2024 -0600
  19. 73d752b efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash check by Weizhao Ouyang · Wed May 08 19:13:12 2024 +0800
  20. a9705f0 Merge tag 'v2024.07-rc4' into next by Tom Rini · Mon Jun 03 18:42:11 2024 -0600
  21. bbfa608 tpm-v2: allow algorithm name to be configured for pcr_read and pcr_extend by Tim Harvey · Sat May 25 13:00:49 2024 -0700
  22. 71407d8 Merge patch series "FWU: Add support for FWU metadata version 2" by Tom Rini · Fri May 24 13:42:07 2024 -0600
  23. d02bcd6 test: fwu: make changes to the FWU metadata access test by Sughosh Ganu · Fri Mar 22 16:27:30 2024 +0530
  24. 24da831 include: Move snprintf to stdio.h by Raymond Mao · Thu May 16 14:11:52 2024 -0700
  25. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  26. 6d4527d test/py: Make the number of SPL banners seen a variable by Tom Rini · Wed Apr 24 16:45:37 2024 -0600
  27. d22d069 test: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:10:58 2024 -0600
  28. 0d871e7 rng: Introduce SPL_DM_RNG by Marek Vasut · Fri Apr 26 01:02:07 2024 +0200
  29. d41005b efi_loader: improve error handling in try_load_entry() by Heinrich Schuchardt · Mon Apr 22 10:41:00 2024 +0200
  30. b87e16c test: py: add optee_rpmb tests by Igor Opaniuk · Thu Apr 04 15:19:50 2024 +0200
  31. c3b20a5 test: typo curren by Heinrich Schuchardt · Tue Apr 09 09:55:49 2024 +0200
  32. e431911 disk: simplify print_part_header() by Heinrich Schuchardt · Wed Apr 03 13:40:47 2024 +0200
  33. c4ae221 test: remove unused import from pkg_resources by Heinrich Schuchardt · Wed Apr 03 13:11:41 2024 +0200
  34. 4226d9d boot: correct finding the default EFI binary by Heinrich Schuchardt · Wed Apr 03 23:39:48 2024 +0200
  35. dc1f006 boot: correct the default sequence of boot methods by Heinrich Schuchardt · Wed Apr 03 20:34:15 2024 +0200
  36. 0513792 sandbox: capsule: binman: generate some capsules as part of build by Sughosh Ganu · Wed Mar 27 16:19:00 2024 +0530
  37. 10de8a8 acpi: rename aslc_id, aslc_revision by Heinrich Schuchardt · Sun Jan 21 12:52:48 2024 +0100
  38. b10091b test: dm: add button_cmd test by Caleb Connolly · Tue Mar 19 13:24:42 2024 +0000
  39. 66de8be test/py: reset: Add a test for reset command by Love Kumar · Tue Mar 12 14:18:33 2024 +0530
  40. c5df985 test/py: saveenv: Add a test for saveenv command by Love Kumar · Tue Mar 12 14:16:10 2024 +0530
  41. fb3ad54 bootstd: fix build error when CONFIG_MMC is disabled by Dan Carpenter · Wed Feb 21 09:26:21 2024 +0300
  42. 5767108 bootflow: Fix build error when BOOTMETH_CROS is disabled by Dan Carpenter · Wed Feb 21 09:26:09 2024 +0300
  43. 847f69c cmd: setexpr: fix no matching string in gsub return empty value by Massimiliano Minella · Thu Feb 08 15:58:27 2024 +0100
  44. 2036ad1 test: cmd: mbr: Fix Smatch static checker warning by Alexander Gendin · Sat Feb 03 02:56:19 2024 +0000
  45. 4578d15 test/py: net: Add dhcp abort test by Love Kumar · Tue Jan 30 13:37:01 2024 +0530
  46. 8a3b4cb Merge patch series "Handoff bloblist from previous boot stage" by Tom Rini · Thu Feb 29 09:24:49 2024 -0500
  47. 1a99d2c bloblist: refactor of bloblist_reloc() by Raymond Mao · Sat Feb 03 08:36:22 2024 -0800
  48. bc7f0ab bloblist: check bloblist with specified buffer size by Raymond Mao · Sat Feb 03 08:36:21 2024 -0800
  49. 29cb886 avb: move SPDX license identifiers to the first line by Igor Opaniuk · Fri Feb 09 20:20:40 2024 +0100
  50. 6ea5f96 clk: Remove rfree by Sean Anderson · Sat Dec 16 14:38:41 2023 -0500
  51. aaf4a62 test/py: scsi: Add test for scsi commands by Love Kumar · Fri Jan 19 20:07:13 2024 +0530
  52. 6c91f09 test/py: usb: Add tests for USB device by Love Kumar · Fri Jan 19 19:56:02 2024 +0530
  53. 40598bd test/py: mmc: Add tests for MMC device by Love Kumar · Fri Jan 19 19:55:50 2024 +0530
  54. b32a3d2 test/py: secure: Add secure tests for Zynq & ZynqMP by Love Kumar · Fri Jan 19 15:31:29 2024 +0530
  55. dcaeb18 test/py: gpio: Add gpio pins generic test by Love Kumar · Fri Jan 19 11:08:34 2024 +0530
  56. d899e02 test/py: zynqmp_rpu: Add test for loading RPU apps by Love Kumar · Fri Jan 19 11:06:41 2024 +0530
  57. c81f13e pytest: update requirements.txt by Caleb Connolly · Tue Jan 02 11:55:30 2024 +0000
  58. dd60469 test: unit test for smbios command by Heinrich Schuchardt · Thu Jan 25 16:54:36 2024 +0100
  59. ee737c8 test: enhance unicode_test_utf8_to_utf32_stream() by Heinrich Schuchardt · Thu Jan 18 18:57:12 2024 +0100
  60. 362bb01 test/py: bootstage: Add test for bootstage command by Love Kumar · Tue Jan 09 14:39:57 2024 +0530
  61. 7184a09 test: Skip cleanup test if not built out of tree by Tobias Deiminger · Mon Jan 08 22:11:00 2024 +0100
  62. da3ae1f Revert "test: hush: dollar: fix bugous behavior" by Tom Rini · Thu Jan 18 11:38:25 2024 -0500
  63. 437a6c0 Revert "test/py: net: Add dhcp abort test" by Tom Rini · Thu Jan 18 09:05:38 2024 -0500
  64. 62dde54 test: test_trace.py: Have trace-cmd report always use -l by Tom Rini · Wed Jan 17 17:12:36 2024 -0500
  65. 6e30bf3 test/py/requirements.txt: Update packaging requirement by Tom Rini · Wed Jan 17 15:06:54 2024 -0500
  66. c3913e4 Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Wed Jan 17 09:27:23 2024 -0500
  67. ca0ca2b test.py: Update pycryptodomex to address CVE-2023-52323 by Tom Rini · Fri Jan 05 14:43:43 2024 -0500
  68. 7505d5b test: add test of "cp" shell command by Rasmus Villemoes · Wed Jan 03 11:47:07 2024 +0100
  69. e3e542d efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR by AKASHI Takahiro · Wed Jan 17 13:39:42 2024 +0900
  70. 44f1368 test/py: memtest: Add tests for mtest command by Love Kumar · Wed Jan 03 15:59:42 2024 +0530
  71. c010f12 test/py: i2c: Add tests for i2c command by Love Kumar · Tue Jan 02 12:17:07 2024 +0530
  72. 77830a2 test/py: mii: Add tests for mii command by Love Kumar · Tue Jan 02 12:14:35 2024 +0530
  73. e9aa4e6 test/py: mdio: Add tests for mdio command by Love Kumar · Tue Dec 19 17:50:51 2023 +0530
  74. 65b5b94 test/py: net: Add dhcp abort test by Love Kumar · Tue Nov 21 18:32:47 2023 +0530
  75. 1edc45f test: spmi: fix tests by Caleb Connolly · Mon Jan 08 15:30:51 2024 +0000
  76. 1a535ad test: fs: fs-test: Move the tests to use sha256sum by Peter Robinson · Tue Dec 19 22:01:50 2023 +0000
  77. dd6db62 test: CONFIG_UT_BOOTSTD must depend on CONFIG_BOOTSTD by Heinrich Schuchardt · Sat Dec 16 16:46:31 2023 +0100
  78. b7ee8d0 test: build test/boot for CONFIG_UT_BOOTSTD=n by Heinrich Schuchardt · Sat Dec 16 16:19:54 2023 +0100
  79. 3f60914 Merge patch series "net fixes prior lwip" by Tom Rini · Thu Jan 11 11:25:07 2024 -0500
  80. b5977fc test_net: print out net list by Maxim Uvarov · Tue Dec 26 21:46:12 2023 +0600
  81. 6722ea5 test: hush: dollar: fix bugous behavior by Ion Agorria · Fri Jan 05 09:22:12 2024 +0200
  82. 919f835 acpi: Write pointers to tables instead of addresses by Simon Glass · Sun Dec 31 08:25:54 2023 -0700
  83. 8181e18 acpi: Rename test dm_test_setup_ctx_and_base_tables() by Simon Glass · Sun Dec 31 08:25:53 2023 -0700
  84. aee5a9c bloblist: Add alignment to bloblist_new() by Simon Glass · Wed Dec 27 13:07:09 2023 -0800
  85. 39d5ad3 bloblist: Adjust the bloblist header by Simon Glass · Wed Dec 27 13:07:08 2023 -0800
  86. 703a5da bloblist: Reduce blob-header size by Simon Glass · Wed Dec 27 13:07:07 2023 -0800
  87. 8968c05 bloblist: Checksum the entire bloblist by Simon Glass · Wed Dec 27 13:07:05 2023 -0800
  88. c2aa4ef bloblist: Adjust API to align in powers of 2 by Simon Glass · Wed Dec 27 13:07:00 2023 -0800
  89. 871e5d0 bloblist: Update the tag numbering by Simon Glass · Wed Dec 27 13:06:59 2023 -0800
  90. 1f8a1b1 Merge patch series "Modernize U-Boot shell" by Tom Rini · Thu Dec 28 12:03:25 2023 -0500
  91. 66cf0ac test: hush: Fix loop tests for modern hush by Francis Laniel · Fri Dec 22 22:02:41 2023 +0100
  92. 0c0495c test: hush: Fix variable expansion tests for modern hush by Francis Laniel · Fri Dec 22 22:02:37 2023 +0100
  93. c42dda3 test: hush: Fix instructions list tests for modern hush by Francis Laniel · Fri Dec 22 22:02:36 2023 +0100
  94. 5b64c45 cli: add modern hush as parser for run_command*() by Francis Laniel · Fri Dec 22 22:02:35 2023 +0100
  95. 939fb4f test: hush: Test hush loops by Francis Laniel · Fri Dec 22 22:02:26 2023 +0100
  96. 097533a test: hush: Test hush commands list by Francis Laniel · Fri Dec 22 22:02:25 2023 +0100
  97. 91ec870 test: hush: Test hush variable expansion by Francis Laniel · Fri Dec 22 22:02:24 2023 +0100
  98. b2c1b6a test/py: hush_if_test: Remove the test file by Francis Laniel · Fri Dec 22 22:02:23 2023 +0100
  99. 361b424 test: hush: Test hush if/else by Francis Laniel · Fri Dec 22 22:02:22 2023 +0100
  100. 2dba91a test: Add framework to test hush behavior by Francis Laniel · Fri Dec 22 22:02:21 2023 +0100