1. c85a05a bootstd: cros: store partition type in an efi_guid_t by Vincent Stehlé · 7 months ago
  2. 0318126 u_boot_pylib: Use correct coverage tool within venv by Simon Glass · 7 months ago
  3. 6c0a3cf buildman: Always use the full path in CROSS_COMPILE by Simon Glass · 7 months ago
  4. 57abd7c buildman: Fix a few typos in toolchain code by Simon Glass · 7 months ago
  5. fa77b51 buildman: Add python3-pycryptodome by Simon Glass · 7 months ago
  6. e70bac9 buildman: Add python3-coverage by Simon Glass · 7 months ago
  7. 5d679f8 buildman: Add a way to limit the number of buildmans by Simon Glass · 7 months ago
  8. 8941477 buildman: Add a flag to force mrproper on failure by Simon Glass · 7 months ago
  9. 7e93bd3 buildman: Avoid rebuilding when --mrproper is used by Simon Glass · 7 months ago
  10. 3187da4 buildman: Make mrproper an argument to run_commit() by Simon Glass · 7 months ago
  11. 3f972a4 buildman: Make mrproper an argument to _config_and_build() by Simon Glass · 7 months ago
  12. 49b158a buildman: Make mrproper an argument to _reconfigure() by Simon Glass · 7 months ago
  13. 35f04c9 x86: Set up some assumed sizes for binary blobs by Simon Glass · 7 months ago
  14. 0f851e2 binman: Make Intel ME default to position 0x1000 by Simon Glass · 7 months ago
  15. 404936e binman: Support an assumed size for missing binaries by Simon Glass · 7 months ago
  16. d552564 binman: Update the entrydocs header by Simon Glass · 7 months ago
  17. 638aa113 binman: ti: Regenerate entry docs by Simon Glass · 7 months ago
  18. e1b5947 binman: Regenerate nxp docs by Simon Glass · 7 months ago
  19. e344f83 binman: efi: Correct entry docs by Simon Glass · 7 months ago
  20. 4f02196 configs: enable setvariable at runtime on sandbox by Ilias Apalodimas · 8 months ago
  21. f0a5d2d sandbox: cleanup linker scripts and sections by Ilias Apalodimas · 8 months ago
  22. c449f4f dm: core: fix typo in SPL_DM_WARN prompt text by Quentin Schulz · 8 months ago
  23. 6afdb15 dm: core: migrate debug() messages to use dm_warn by Quentin Schulz · 8 months ago
  24. 29010cd dm: core: fix signedness in debug messages by Quentin Schulz · 8 months ago
  25. cc560ea dm: core: fix misleading debug message when matching compatible by Quentin Schulz · 8 months ago
  26. a148875 tools: patman: fix deprecated Python ConfigParser methods by Brandon Maier · 8 months ago
  27. 698b60a tools: binman: fix deprecated Python ConfigParser methods by Brandon Maier · 8 months ago
  28. 357bfca tools: binman: fix deprecated Python unittest methods by Brandon Maier · 8 months ago
  29. a8729a2 global_data.h: drop write-only field dm_root_f by Rasmus Villemoes · 8 months ago
  30. d243b36 sandbox: enable support for the unlz4 command by Jonathan Liu · 8 months ago
  31. 18de1af patman: Add a tag for when a patch gets added to a series by Sean Anderson · 10 months ago
  32. b4f7393 patman: Add Commit-cc as an alias for Patch-cc by Sean Anderson · 10 months ago
  33. eba8085 patman: Fix tests if add_maintainers is set to False by Sean Anderson · 10 months ago
  34. 07a6c69 acpi: set creator_revision in acpi_fill_header by Heinrich Schuchardt · 10 months ago
  35. d1fffbe sandbox: use sane access rights for files by Heinrich Schuchardt · 10 months ago
  36. 65fbdab Merge branch 'next' by Tom Rini · 7 months ago
  37. 3f77295 Prepare v2024.07 by Tom Rini · 7 months ago
  38. 274c572 configs: Resync with savedefconfig by Tom Rini · 7 months ago
  39. b4cbd1a Merge tag 'u-boot-amlogic-20240701' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · 7 months ago
  40. bbacdd3 Revert "Merge patch series "zlib: Address CVE-2016-9841"" by Tom Rini · 7 months ago
  41. 2f96033 Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 7 months ago
  42. 636480e doc: develop: Add a general section on gdb usage by Alexander Dahl · 7 months ago
  43. 43b6b57 doc: fit: Make data-size a conditionally mandatory property by Bastian Germann · 7 months ago
  44. e7505b3 tpm: allow the user to select the compiled algorithms by Ilias Apalodimas · 7 months ago
  45. cba3fa9 tpm: Untangle tpm2_get_pcr_info() by Ilias Apalodimas · 7 months ago
  46. fed9c11 efi_loader: remove unneeded header files by Ilias Apalodimas · 7 months ago
  47. a56037a tpm: Move TCG functions into a separate file by Ilias Apalodimas · 7 months ago
  48. 27b462c tpm: Move TCG headers into a separate file by Ilias Apalodimas · 7 months ago
  49. 6ea97fe efi_loader: remove unused TCG algo definitions by Ilias Apalodimas · 7 months ago
  50. 0b07b5e cmd: correct kaslrseed description by Heinrich Schuchardt · 8 months ago
  51. b94217a efi_selftest: can't have measured device-tree with kaslr-seed by Heinrich Schuchardt · 8 months ago
  52. a5e3165 spl: correct link to FIT specification by Heinrich Schuchardt · 8 months ago
  53. 392e6c1 doc: update requirements.txt by Heinrich Schuchardt · 8 months ago
  54. a53fb76 cmd: fwu: Also print information about size by Michal Simek · 8 months ago
  55. 48641bf Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code" by Tom Rini · 7 months ago
  56. f485a99 test: cmd: fdt: fix chosen test for DM_RNG by Tim Harvey · 8 months ago
  57. 909321b use fdt_kaslrseed function to de-duplicate code by Tim Harvey · 8 months ago
  58. ea955ee fdt: automatically add /chosen/kaslr-seed if DM_RNG is enabled by Tim Harvey · 8 months ago
  59. 00afd1e Add fdt_kaslrseed function to add kaslr-seed to chosen node by Tim Harvey · 8 months ago
  60. 8937bb2 Merge patch series "Bug-fixes for a few boards (reduced series)" by Tom Rini · 7 months ago
  61. d780965 Drop the special am335x_boneblack_vboot target by Simon Glass · 7 months ago
  62. 37323ae rockchip: bob: kevin: Disable dcache in SPL by Simon Glass · 7 months ago
  63. 024767e spl: Allow ATF to work when dcache is disabled by Simon Glass · 7 months ago
  64. ac91bae power: regulator: Handle autoset in regulators_enable_boot_on() by Simon Glass · 7 months ago
  65. bbc4624 rockchip: veyron: Add logging for power init by Simon Glass · 7 months ago
  66. c2484b4 x86: Set a board-size limit for chromebook_link by Simon Glass · 7 months ago
  67. 092b6ec tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL by Simon Glass · 7 months ago
  68. 8a9040e nvidia: nyan-big: Disable debug UART by Simon Glass · 7 months ago
  69. efee71a arm: mediatek: fix ram init for mt7622 (decrease to 1G) by Frank Wunderlich · 8 months ago
  70. c38af2c board: mpfs_icicle: change maintainer to Conor by Conor Dooley · 7 months ago
  71. 899b088 Merge patch series "pxe: Add debugging for booting" by Tom Rini · 7 months ago
  72. 52ff1f5 zboot: Correct use of state_mask argument by Simon Glass · 7 months ago
  73. bce4c15 zboot: Add debugging for booting by Simon Glass · 7 months ago
  74. 04c63f1 cmd: gpt: Fix freeing gpt_pte in gpt_verify() by Sam Protsenko · 7 months ago
  75. 6e5e713 pxe: Add debugging for booting by Simon Glass · 7 months ago
  76. b85ecb2 cmd: Make use of U_BOOT_LONGHELP when missing by Tom Rini · 7 months ago
  77. 4721d1c scripts/Makefile.lib: remove bootph-some-ram property from VPL/TPL/SPL by Quentin Schulz · 7 months ago
  78. 8188cb3 arm: davinci: remove unused defines by Emil Kronborg · 7 months ago
  79. 6b7e092 arm: davinci: remove unused watchdog functions by Emil Kronborg · 7 months ago
  80. ee1941e fs: btrfs: fix out of bounds write by Alex Shumsky · 8 months ago
  81. 5d9aca5 Merge patch series "k3-am625-beagleplay: Add symlinks for tiboot3 and tispl" by Tom Rini · 7 months ago
  82. f8e6bb6 doc: beagle: am62x_beagleplay: Rename the boot bins by Dhruva Gole · 8 months ago
  83. a733ca1 arm: dts: k3-am625-beagleplay: Add symlinks for tiboot3 and tispl by Dhruva Gole · 8 months ago
  84. 4f22b20 board: beagleplay: Fix the bootpart to pick from root partition by Dhruva Gole · 8 months ago
  85. fac8666 arm: mach-k3: j784s4: Fix MCU_CLKOUT0 parent clock mux by Emanuele Ghidoli · 8 months ago
  86. a75b3b8 Merge patch series "Azure: Correct comment about the strategy in the world matrix build" by Tom Rini · 7 months ago
  87. 2c95e0c Azure: Count all of the machines we would build by Tom Rini · 8 months ago
  88. ebd60ff Azure: Update some job breakdowns so we build the world again by Tom Rini · 8 months ago
  89. acc6be7 Azure: Spell out the "everything" job by Tom Rini · 8 months ago
  90. 378a552 Azure: Rework how we define what to build in the world build by Tom Rini · 8 months ago
  91. 797e536 Azure: Correct comment about the strategy in the world matrix build by Tom Rini · 8 months ago
  92. 42276c3 Merge patch series "arm64: add a software pagetable walker" by Tom Rini · 7 months ago
  93. 96e1a15 meson: Correct driver declaration for meson_axg_gpio by Simon Glass · 7 months ago
  94. 9bd7fdd doc: arch: arm64: describe pagetable debugging by Caleb Connolly · 8 months ago
  95. 7ff2dfb arm64: add software pagetable walker by Caleb Connolly · 8 months ago
  96. 7cc9355 arm64: mmu.h: fix PTE_TABLE_AP by Caleb Connolly · 8 months ago
  97. 93b6a52 usb: dwc3: meson-g12a: drop usb.h and make dwc3_meson_g12a_force_mode static by Neil Armstrong · 7 months ago
  98. 98ce6d3 usb: dwc3: meson-gxl: drop usb-gx.h and make dwc3_meson_gxl_force_mode static by Neil Armstrong · 7 months ago
  99. affb461 phy: meson-gxl-usb2: remove phy_meson_gxl_usb2_set_mode by Neil Armstrong · 7 months ago
  100. 8c58c35 usb: dwc3: meson-gxl: switch to generic_phy_set_mode by Neil Armstrong · 7 months ago