1. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · 7 weeks ago
  2. 4cafa21 global: Rename SPL_TPL_ to PHASE_ by Simon Glass · 8 weeks ago
  3. 86adc2e global: Rename SPL_ to XPL_ by Simon Glass · 8 weeks ago
  4. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  5. db9fee3 Merge patch series "led: introduce LED boot and activity function" by Tom Rini · 7 weeks ago
  6. cdc3815 test: dm: Expand ofnode options test with new helper by Christian Marangi · 8 weeks ago
  7. 719108e test: dm: Add tests for LED boot and activity by Christian Marangi · 8 weeks ago
  8. 0ec2d96 test: don't call restart_uboot in EFI watchdog test by Heinrich Schuchardt · 8 weeks ago
  9. b343ee3 efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE by Simon Glass · 9 weeks ago
  10. 152fe72 power: regulator: Trigger probe of regulators which are always-on or boot-on by Marek Vasut · 9 weeks ago
  11. 4e2e7a8 Merge patch series "Miscellaneous fixes" by Tom Rini · 9 weeks ago
  12. 56fc9e5 test/py: test_efi_loader: add HTTP (wget) test for the EFI loader by Jerome Forissier · 3 months ago
  13. 1ec01eb test/py: test_efi_loader: add missing dependency on cmd_tftpboot by Jerome Forissier · 3 months ago
  14. 9f05099 test/py: net_boot: fix comment by Jerome Forissier · 3 months ago
  15. b179191 test/py/tests/test_bootstage.py: Combine stash/unstash tests by Tom Rini · 3 months ago
  16. 385a613 Merge patch series "Fix various bugs" by Tom Rini · 10 weeks ago
  17. 3a2dc0a test: mbr: Drop a duplicate test by Simon Glass · 3 months ago
  18. 2ca519b test: mbr: Use RAM for the buffers by Simon Glass · 3 months ago
  19. a8c1252 test: mbr: Use a constant for the block size by Simon Glass · 3 months ago
  20. 2a1f169 test: mbr: Unmap the buffers after use by Simon Glass · 3 months ago
  21. 345567c test: mbr: Adjust test to drop 0x by Simon Glass · 3 months ago
  22. 40d2a6e test: mbr: Adjust test to use lower-case hex by Simon Glass · 3 months ago
  23. 1880b8a dm: usb: Deal with USB keyboard persisting across tests by Simon Glass · 3 months ago
  24. 22c93da bootstd: Create a function to reset USB by Simon Glass · 3 months ago
  25. 0863180 test/py: Fix some pylint warnings in test_ut.py by Simon Glass · 3 months ago
  26. 6431852 Merge patch series "Bump new hush commits and fix old hush test behavior" by Tom Rini · 2 months ago
  27. dd847ea test: hush: dollar: fix bugous behavior by Ion Agorria · 3 months ago
  28. de6f1dd test: lib/uuid: add tests for UUID version/variant bits by Caleb Connolly · 3 months ago
  29. 55ce3e9 test: lib/uuid: add unit tests for dynamic UUIDs by Caleb Connolly · 3 months ago
  30. 29cab7c include: export uuid.h by Caleb Connolly · 3 months ago
  31. 4bdc960 sandbox: switch to dynamic UUIDs by Caleb Connolly · 3 months ago
  32. 9339e51 test/py: spi: Set the expected error message by Love Kumar · 3 months ago
  33. 2c61c15 phy: test: Implement sandbox PHY .set_mode and DM test by Marek Vasut · 3 months ago
  34. f87e00d phy: Extend generic_setup_phy() with PHY mode and submode by Marek Vasut · 3 months ago
  35. 390562d Merge patch series "Make LMB memory map global and persistent" by Tom Rini · 3 months ago
  36. 291bf9c lmb: make LMB memory map persistent and global by Sughosh Ganu · 3 months ago
  37. cd17948 Merge tag 'v2024.10-rc4' into next by Tom Rini · 3 months ago
  38. ebb1c20 list: use list_count_nodes() to count list entries by Sughosh Ganu · 3 months ago
  39. eb8eb90 test/py: spi: Add tests for SPI flash device by Love Kumar · 4 months ago
  40. c7f0358 Merge patch series "Tidy up console recording in tests" by Tom Rini · 3 months ago
  41. c579bd4 test: Tidy up checking for console end by Simon Glass · 3 months ago
  42. f54458b test: dm: Use UTF_CONSOLE in tests by Simon Glass · 3 months ago
  43. cbb230e test: Use UTF_CONSOLE in remaining tests by Simon Glass · 3 months ago
  44. 5622825 test: cmd: Drop unnecessary console_record_reset_enable() by Simon Glass · 3 months ago
  45. 0ccbde5 test: log: Use UTF_CONSOLE in tests by Simon Glass · 3 months ago
  46. aeee87e test: cmd: Use UTF_CONSOLE in tests by Simon Glass · 3 months ago
  47. f8dc379 test: hush: Use UTF_CONSOLE in tests by Simon Glass · 3 months ago
  48. 27c46ab test: fdt: Move common code into the setup functions by Simon Glass · 3 months ago
  49. f80a914 test: fdt: Check internal-function return values by Simon Glass · 3 months ago
  50. f042502 test: boot: Use UTF_CONSOLE in tests by Simon Glass · 3 months ago
  51. eb07bd0 test: bloblist: Use UTF_CONSOLE in tests by Simon Glass · 3 months ago
  52. 12439ed test: Update NAND test to avoid extra macros by Simon Glass · 3 months ago
  53. 11fcfa3 test: Rename UTF_CONSOLE_REC to UTF_CONSOLE by Simon Glass · 3 months ago
  54. d6c52f4 test: Drop the blank line before test macros by Simon Glass · 3 months ago
  55. 1a92f83 test: Rename unit-test flags by Simon Glass · 3 months ago
  56. c2e59eb test: Fail when an empty line is expected but not present by Simon Glass · 3 months ago
  57. 9113dd3 global_data: log: Reorder and shrink fields by Simon Glass · 3 months ago
  58. 00f860f board_f: Move fdt_size to board by Simon Glass · 3 months ago
  59. 7f67b37 board_f: Add a new struct to hold pre-relocation info by Simon Glass · 3 months ago
  60. 6c997e1 Merge patch series "test/overlay: Make this depend on SANDBOX" by Tom Rini · 3 months ago
  61. 0713d7e test/cmd: Move wget test to under a sandbox guard by Tom Rini · 3 months ago
  62. cae8c21 test/boot: Make BOOTSTD tests depend on UT_BOOTSTD by Tom Rini · 3 months ago
  63. dfc4a02 test/overlay: Make this depend on SANDBOX by Tom Rini · 3 months ago
  64. e806686 spl: Create a function to init spl_load_info by Simon Glass · 3 months ago
  65. fa55f42 log: Avoid including function names by default by Simon Glass · 3 months ago
  66. b75450f pytest: requirements.txt: Resync with the rest of the project by Tom Rini · 3 months ago
  67. cb803d7 env: remove vars that are not in default env by Ravi Minnikanti · 4 months ago
  68. 0c4813d sandbox: fix wget test failure after fixing wget issue by Yasuharu Shibata · 4 months ago
  69. c4d807a Merge patch series "Universal Payload initial series" by Tom Rini · 4 months ago
  70. bb5541a upl: Add an end-to-end test by Simon Glass · 4 months ago
  71. 3cfa57d sandbox_vpl: Enable Universal Payload by Simon Glass · 4 months ago
  72. 3a028c2 upl: Add a command by Simon Glass · 4 months ago
  73. aac2569 upl: Add basic tests by Simon Glass · 4 months ago
  74. 3661115 test: Move some SPL-loading test-code into sandbox common by Simon Glass · 4 months ago
  75. 1162e49 Merge patch series "alist: Implement a pointer list / array of structs" by Tom Rini · 4 months ago
  76. e1edadf alist: Add support for an allocated pointer list by Simon Glass · 4 months ago
  77. 6667c01 lib: Handle a special case with str_to_list() by Simon Glass · 4 months ago
  78. 42d7836 test: cpu: add test for release CPU core. by Hou Zhiqiang · 4 months ago
  79. 6012c1e dm: use list_count_nodes() for counting list nodes by Sughosh Ganu · 4 months ago
  80. e3ffc88 test/py/requirements.txt: Bump setuptools to 70.3.0 by Tom Rini · 4 months ago
  81. 1ae5418 Merge patch series "bootstd: Add Android support" by Tom Rini · 4 months ago
  82. 9335526 Merge patch series "finish using .dtso for overlay source files" by Tom Rini · 4 months ago
  83. d77f815 bootstd: Add test for bootmeth_android by Mattijs Korpershoek · 5 months ago
  84. 2ac9b525 test/py: efi_capsule: rename device tree overlay source to .dtso by Rasmus Villemoes · 5 months ago
  85. b0b7e68 test: overlay: rename overlay source files to .dtso by Rasmus Villemoes · 5 months ago
  86. 8c4d4d8 test/py/requirements.txt: Bump zipp to current release by Tom Rini · 5 months ago
  87. 807232a Merge patch series "api: Remove duplicate newlines" by Tom Rini · 4 months ago
  88. 7182182 test: Remove duplicate newlines by Marek Vasut · 5 months ago
  89. 6486842 test: test for ignore OsIndications by Ilias Apalodimas · 5 months ago
  90. 343ccfc test/py/tests/test_fpga.py: Correct check for legacy image format support by Tom Rini · 5 months ago
  91. 5568cc3 test/py/tests: Update some network dependencies by Tom Rini · 5 months ago
  92. 0cb530b test: Check help output by Simon Glass · 5 months ago
  93. 3f0bd0c test: Decode exceptions only with sandbox by Simon Glass · 5 months ago
  94. bcdcba0 test: dm: Show failing driver name by Simon Glass · 5 months ago
  95. 2829bbf log: Allow tests to pass with CONFIG_LOGF_FUNC_PAD set by Simon Glass · 5 months ago
  96. 84712cd test: Make bootstd init run only on sandbox by Simon Glass · 5 months ago
  97. 4a45d5d initcall: Correct use of relocation offset by Simon Glass · 5 months ago
  98. 267ca3d trace: Update test to tolerate different trace-cmd version by Simon Glass · 5 months ago
  99. 6726179 global_data.h: drop write-only field dm_root_f by Rasmus Villemoes · 6 months ago
  100. 9838d34 acpi: set creator_revision in acpi_fill_header by Heinrich Schuchardt · 7 months ago