1. f8ab6ba Merge tag 'v2025.01-rc5' into next by Tom Rini · Wed Dec 25 22:31:04 2024 -0600
  2. 068f6a7 test/py: Always use the current dir as the source tree by Simon Glass · Wed Dec 11 06:18:58 2024 -0700
  3. ca67595 Merge tag 'xilinx-for-v2025.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Tue Dec 03 15:51:56 2024 -0600
  4. 5d9d14d Merge patch series "CI: Set up for an arm64 runner" by Tom Rini · Mon Dec 02 16:36:06 2024 -0600
  5. 572d51f test: add command to 'Boot fail' message by Heinrich Schuchardt · Sat Nov 23 22:29:22 2024 +0100
  6. e73d68b test: add command to 'Lab failure' timeout message by Heinrich Schuchardt · Sat Nov 23 22:29:21 2024 +0100
  7. d9d2124 Merge patch series "test: Avoid needing sudo for image-creation" by Tom Rini · Fri Nov 29 14:37:13 2024 -0600
  8. 9dd0cc3 bootstd: Remove prepared images by Simon Glass · Thu Nov 21 15:32:14 2024 -0700
  9. d72c511 test_ut: Drop support for fallback files by Simon Glass · Thu Nov 21 15:32:13 2024 -0700
  10. efcc566 test_ut: Use the built mkimage by Simon Glass · Thu Nov 21 15:32:12 2024 -0700
  11. d77e8ae test_ut: Drop exeception handling by Simon Glass · Thu Nov 21 15:32:11 2024 -0700
  12. d99fdc0 test_ut: Allow running unprivileged by Richard Weinberger · Thu Nov 21 15:32:10 2024 -0700
  13. d157d3f test_ut: Add an image size to setup_image() by Simon Glass · Thu Nov 21 15:32:09 2024 -0700
  14. ba878ce test_fs: Rename mount dir to scratch by Richard Weinberger · Thu Nov 21 15:32:08 2024 -0700
  15. 41eca32 test_fs: Allow running unprivileged by Richard Weinberger · Thu Nov 21 15:32:07 2024 -0700
  16. 0d45824 test/py: zynqmp_rpu: Fix tcminit mode value by Love Kumar · Fri Nov 15 17:32:02 2024 +0530
  17. 1f5288f bootstd: Remove prepared images by Simon Glass · Thu Nov 21 15:32:14 2024 -0700
  18. 667dac2 test_ut: Drop support for fallback files by Simon Glass · Thu Nov 21 15:32:13 2024 -0700
  19. 2532e0c test_ut: Use the built mkimage by Simon Glass · Thu Nov 21 15:32:12 2024 -0700
  20. b8ffa72 test_ut: Drop exeception handling by Simon Glass · Thu Nov 21 15:32:11 2024 -0700
  21. 2e8312d test_ut: Allow running unprivileged by Richard Weinberger · Thu Nov 21 15:32:10 2024 -0700
  22. 5ec6b07 test_ut: Add an image size to setup_image() by Simon Glass · Thu Nov 21 15:32:09 2024 -0700
  23. e0e3146 test_fs: Rename mount dir to scratch by Richard Weinberger · Thu Nov 21 15:32:08 2024 -0700
  24. 220fab2 test_fs: Allow running unprivileged by Richard Weinberger · Thu Nov 21 15:32:07 2024 -0700
  25. 368ad9e bootstd: Add test for Android boot image v2 by Guillaume La Roque · Tue Nov 26 09:06:13 2024 +0100
  26. 362b11f Merge tag 'v2025.01-rc3' into next by Tom Rini · Mon Nov 25 17:23:49 2024 -0600
  27. 5762467 test/py: mmc: Add support for different mmc modes by Love Kumar · Tue Nov 12 14:27:56 2024 +0530
  28. b7e2e8f test/py: usb: Distinguish b/w ext2/ext4 partitions by Love Kumar · Tue Nov 12 14:27:38 2024 +0530
  29. 1ff2ed8 test/py: mmc: Distinguish b/w ext2/ext4 partitions by Love Kumar · Tue Nov 12 14:27:27 2024 +0530
  30. 625bc3f test/py: spi: Rephrase the warning/error messages by Love Kumar · Fri Nov 15 18:38:00 2024 +0530
  31. 8be1fe5 test: Correct regex string in test_spi by Simon Glass · Tue Nov 12 07:13:25 2024 -0700
  32. 5a63a4b test: Support testing with two board-builds by Simon Glass · Tue Nov 12 07:13:24 2024 -0700
  33. f5285a2 test: Add a section for closing the connection by Simon Glass · Tue Nov 12 07:13:23 2024 -0700
  34. 3ac7d43 test: Try to shut down the lab console gracefully by Simon Glass · Tue Nov 12 07:13:22 2024 -0700
  35. 833fd66 test: Avoid double echo when starting up by Simon Glass · Tue Nov 12 07:13:21 2024 -0700
  36. 2f90912 test: Improve handling of sending commands by Simon Glass · Tue Nov 12 07:13:20 2024 -0700
  37. f8456fa test: Introduce lab mode by Simon Glass · Tue Nov 12 07:13:19 2024 -0700
  38. f6dbc36 test: Introduce the concept of a role by Simon Glass · Tue Nov 12 07:13:18 2024 -0700
  39. f1b1bb8 test: Allow connecting to a running board by Simon Glass · Tue Nov 12 07:13:17 2024 -0700
  40. dcb97ed test: Release board after tests complete by Simon Glass · Tue Nov 12 07:13:16 2024 -0700
  41. 6cffce9 test: Allow signaling that U-Boot is ready by Simon Glass · Tue Nov 12 07:13:15 2024 -0700
  42. 64c6325 test: efi: boot: Set up an image suitable for EFI testing by Simon Glass · Thu Nov 07 14:31:49 2024 -0700
  43. edef1c6 usb: Fix test dependency on ext4write command by Andrew Goodbody · Tue Oct 15 15:17:37 2024 +0100
  44. 97086f9 usb: Fix test failure with multiple partitions by Andrew Goodbody · Tue Oct 15 13:19:16 2024 +0100
  45. ff81f83 test: Drop the duplicate line in setup_bootmenu_image() by Simon Glass · Sat Oct 19 09:21:57 2024 -0600
  46. c80b0ef Merge patch series "fs: ext4: implement opendir, readdir, closedir" by Tom Rini · Fri Nov 01 13:38:05 2024 -0600
  47. 19c781d fs: ext4: use fs_ls_generic by Heinrich Schuchardt · Sat Oct 26 08:40:48 2024 +0200
  48. 276495d test/py: spi: prevent overwriting relocation memory by Padmarao Begari · Tue Oct 29 17:17:09 2024 +0530
  49. 3a78320 cmd/eficonfig: capitalize 'enter description' by Heinrich Schuchardt · Fri Oct 25 23:15:05 2024 +0200
  50. 7dfc57a test: efi_loader: Fix dependency for http test by Andrew Goodbody · Fri Oct 25 17:47:32 2024 +0100
  51. 8fa34f0 Merge patch series "Implement ACPI on aarch64" by Tom Rini · Sun Oct 27 17:14:22 2024 -0600
  52. 158efd6 acpi: Allocate and write ACPI tables by Patrick Rudolph · Wed Oct 23 15:19:57 2024 +0200
  53. 52f93d3 cmd: bcb: introduce 'ab_dump' command to print BCB block content by Dmitry Rokosov · Thu Oct 17 17:12:10 2024 +0300
  54. ea143cb treewide: bcb: move ab_select command to bcb subcommands by Dmitry Rokosov · Thu Oct 17 17:12:08 2024 +0300
  55. 039b0f0 test: Fix skip check for sleep command test by Andrew Goodbody · Tue Oct 08 13:08:13 2024 +0100
  56. 53d6583 test: Fix mulptiplex_log typo by Simon Glass · Wed Oct 09 18:29:05 2024 -0600
  57. 7a1e9b4 test: Tidy up remaining exceptions by Simon Glass · Wed Oct 09 18:29:04 2024 -0600
  58. d834d9a test: Detect dead connections by Simon Glass · Wed Oct 09 18:29:03 2024 -0600
  59. 573171e test: Separate out the exception handling by Simon Glass · Wed Oct 09 18:29:02 2024 -0600
  60. a5ab7ed test: Move the receive code into a function by Simon Glass · Wed Oct 09 18:29:01 2024 -0600
  61. 35ad432 test: Create a common function to get the config by Simon Glass · Wed Oct 09 18:29:00 2024 -0600
  62. 6491415 test: Use a constant for the test timeout by Simon Glass · Wed Oct 09 18:28:58 2024 -0600
  63. 0ec2d96 test: don't call restart_uboot in EFI watchdog test by Heinrich Schuchardt · Wed Oct 02 00:53:35 2024 +0200
  64. b343ee3 efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE by Simon Glass · Thu Sep 26 23:59:31 2024 +0200
  65. 4e2e7a8 Merge patch series "Miscellaneous fixes" by Tom Rini · Tue Sep 24 10:11:59 2024 -0600
  66. 56fc9e5 test/py: test_efi_loader: add HTTP (wget) test for the EFI loader by Jerome Forissier · Wed Sep 11 11:58:26 2024 +0200
  67. 1ec01eb test/py: test_efi_loader: add missing dependency on cmd_tftpboot by Jerome Forissier · Wed Sep 11 11:58:25 2024 +0200
  68. 9f05099 test/py: net_boot: fix comment by Jerome Forissier · Wed Sep 11 11:58:24 2024 +0200
  69. b179191 test/py/tests/test_bootstage.py: Combine stash/unstash tests by Tom Rini · Wed Aug 28 16:56:10 2024 -0600
  70. 385a613 Merge patch series "Fix various bugs" by Tom Rini · Wed Sep 18 13:07:19 2024 -0600
  71. 0863180 test/py: Fix some pylint warnings in test_ut.py by Simon Glass · Sun Sep 01 16:26:14 2024 -0600
  72. 4bdc960 sandbox: switch to dynamic UUIDs by Caleb Connolly · Fri Aug 30 13:34:35 2024 +0100
  73. 9339e51 test/py: spi: Set the expected error message by Love Kumar · Tue Sep 03 00:08:17 2024 +0530
  74. cd17948 Merge tag 'v2024.10-rc4' into next by Tom Rini · Mon Sep 02 14:13:57 2024 -0600
  75. eb8eb90 test/py: spi: Add tests for SPI flash device by Love Kumar · Wed Jul 31 14:54:12 2024 +0530
  76. b75450f pytest: requirements.txt: Resync with the rest of the project by Tom Rini · Mon Aug 19 15:07:18 2024 -0600
  77. bb5541a upl: Add an end-to-end test by Simon Glass · Wed Aug 07 16:47:39 2024 -0600
  78. 3cfa57d sandbox_vpl: Enable Universal Payload by Simon Glass · Wed Aug 07 16:47:35 2024 -0600
  79. e3ffc88 test/py/requirements.txt: Bump setuptools to 70.3.0 by Tom Rini · Wed Jul 17 11:41:18 2024 -0600
  80. 1ae5418 Merge patch series "bootstd: Add Android support" by Tom Rini · Thu Jul 18 13:52:11 2024 -0600
  81. 9335526 Merge patch series "finish using .dtso for overlay source files" by Tom Rini · Thu Jul 18 13:51:15 2024 -0600
  82. d77f815 bootstd: Add test for bootmeth_android by Mattijs Korpershoek · Wed Jul 10 10:40:06 2024 +0200
  83. 2ac9b525 test/py: efi_capsule: rename device tree overlay source to .dtso by Rasmus Villemoes · Wed Jul 10 09:16:11 2024 +0200
  84. 8c4d4d8 test/py/requirements.txt: Bump zipp to current release by Tom Rini · Tue Jul 09 17:07:09 2024 -0600
  85. 6486842 test: test for ignore OsIndications by Ilias Apalodimas · Thu Jul 04 17:43:16 2024 +0300
  86. 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
  87. 5568cc3 test/py/tests: Update some network dependencies by Tom Rini · Tue Jun 18 14:23:43 2024 -0600
  88. 0cb530b test: Check help output by Simon Glass · Sun Jun 23 14:30:31 2024 -0600
  89. 3f0bd0c test: Decode exceptions only with sandbox by Simon Glass · Sun Jun 23 14:30:30 2024 -0600
  90. bcdcba0 test: dm: Show failing driver name by Simon Glass · Sun Jun 23 14:30:29 2024 -0600
  91. 2829bbf log: Allow tests to pass with CONFIG_LOGF_FUNC_PAD set by Simon Glass · Sun Jun 23 14:30:28 2024 -0600
  92. 84712cd test: Make bootstd init run only on sandbox by Simon Glass · Sun Jun 23 14:30:27 2024 -0600
  93. 4a45d5d initcall: Correct use of relocation offset by Simon Glass · Sun Jun 23 14:30:22 2024 -0600
  94. 267ca3d trace: Update test to tolerate different trace-cmd version by Simon Glass · Sun Jun 23 14:30:20 2024 -0600
  95. ca51b77 Merge tag 'v2024.07-rc5' into next by Tom Rini · Mon Jun 24 13:34:52 2024 -0600
  96. b2835c5 test/py: net_boot: Add test cases for net boot by Love Kumar · Wed Jun 05 15:19:35 2024 +0530
  97. c35e66e test/py: Add support to enable check for bad pattern by Love Kumar · Wed May 22 18:45:13 2024 +0530
  98. 026489a doc/sphinx, test/py: Update requests module to 2.32.2 by Tom Rini · Thu Jun 06 10:44:25 2024 -0600
  99. 73d752b efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash check by Weizhao Ouyang · Wed May 08 19:13:12 2024 +0800
  100. a9705f0 Merge tag 'v2024.07-rc4' into next by Tom Rini · Mon Jun 03 18:42:11 2024 -0600