1. 03b415d imx8: Correct the SCU API return value check by Peng Fan · 4 months ago
  2. cd31c72 binman: add fast authentication method for i.MX8M signing by Brian Ruley · 4 months ago
  3. 784f84d binman: cosmetic: refactor `nxp_imx8mcst' etype code by Brian Ruley · 4 months ago
  4. e612d5c ARM: imx: Update MAINTAINERS file globs for i.MX8MP DHSOM by Marek Vasut · 4 months ago
  5. d947b78 ARM: imx: Update MAINTAINERS file globs for i.MX6 DHSOM by Marek Vasut · 4 months ago
  6. 6f446cc misc: fuse: Update fuse driver by Ye Li · 4 months ago
  7. b1fc93b misc: fuse: Fix FSB redundancy fuse word check and clear res by Ye Li · 4 months ago
  8. e6bdb8d misc: ele_api: Add read/write shadow fuse APIs by Ye Li · 4 months ago
  9. 929dc83 misc: ele_api: Update ELE read common fuse API by Peng Fan · 4 months ago
  10. e743134 misc: ele_mu: Clear RR when initialize MU by Peng Fan · 4 months ago
  11. 2630cee misc: ele_mu: Update ELE MU to get TR/RR number from HW by Ye Li · 4 months ago
  12. 47e544f Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · 4 months ago
  13. 0220a68 qconfig: Update tool for new Makefile variables by Simon Glass · 4 months ago
  14. 96ed5b0 spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPT by Simon Glass · 4 months ago
  15. 5c10c8b global: Rename SPL_TPL_ to PHASE_ by Simon Glass · 4 months ago
  16. c46760d global: Rename SPL_ to XPL_ by Simon Glass · 4 months ago
  17. 53abdda kconfig: binman: Check for SPL instead of XPL by Simon Glass · 4 months ago
  18. 9280a94 xpl: Define CONFIG_SPL_BUILD only for the SPL build by Simon Glass · 4 months ago
  19. 1d6132e global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 4 months ago
  20. f38956a include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 4 months ago
  21. 371dc06 drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 4 months ago
  22. dac3ce9 board: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 4 months ago
  23. bef9fdb arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 4 months ago
  24. ac644df doc: Update init docs for the xPL changes by Simon Glass · 4 months ago
  25. 64746bf doc: Move init-related things out of README by Simon Glass · 4 months ago
  26. 8651eb1 README: Drop SoC-specific comment about SPL by Simon Glass · 4 months ago
  27. e16bfd9 doc: Update SPL docs for the xPL changes by Simon Glass · 4 months ago
  28. a64e7d7 log: global: Rename warn_non_spl() by Simon Glass · 4 months ago
  29. 80580cd xpl: Rename spl_phase_prefix() and spl_phase_name() by Simon Glass · 4 months ago
  30. 6c49fc5 xpl: Rename spl_next_phase() and spl_prev_phase() by Simon Glass · 4 months ago
  31. 44a4c8e xpl: Add a function to indicate when in xPL by Simon Glass · 4 months ago
  32. f86580f xpl: Rename spl_in_proper() to not_xpl() by Simon Glass · 4 months ago
  33. 456bdb7 xpl: Rename spl_phase() to xpl_phase() by Simon Glass · 4 months ago
  34. 41ea75a xpl: Rename spl_phase to xpl_phase_t by Simon Glass · 4 months ago
  35. 713bfc5 xpl: Rename u_boot_first_phase to xpl_is_first_phase() by Simon Glass · 4 months ago
  36. 90fb55e qconfig: Add XPL_BUILD to ignored symbols by Simon Glass · 4 months ago
  37. 1daf5b8 scripts: Define CONFIG_XPL_BUILD for all xPL builds by Simon Glass · 4 months ago
  38. d90b3d9 scripts: Add some comments about autoconf.mk by Simon Glass · 4 months ago
  39. c6efb7a scripts: Rename Makefile.spl to Makefile.xpl by Simon Glass · 4 months ago
  40. d7f1672 stdio: Make use of the SERIAL define by Simon Glass · 4 months ago
  41. 47bd480 serial: Make use of the SERIAL define by Simon Glass · 4 months ago
  42. 09eaa40 net: freescale: Drop use of SPL_BUILD dependency by Simon Glass · 4 months ago
  43. 0e01334 tegra: Drop dependency on SPL_BUILD by Simon Glass · 4 months ago
  44. 95a720e boot: Drop unnecessary ifdef for LOAD_FIT by Simon Glass · 4 months ago
  45. 01ab644 Makefile: Add a u-boot.cfg file for VPL by Simon Glass · 4 months ago
  46. 5d899fc Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 4 months ago
  47. c69ba5a usb: dwc3-generic: fix CONFIG_DM_REGULATOR-off case by Jan Kiszka · 6 months ago
  48. c264a59 Merge patch series "led: introduce LED boot and activity function" by Tom Rini · 4 months ago
  49. aadf5750 test: dm: Expand ofnode options test with new helper by Christian Marangi · 4 months ago
  50. 9046279 test: dm: Add tests for LED boot and activity by Christian Marangi · 4 months ago
  51. 051c448 doc: introduce led.rst documentation by Christian Marangi · 4 months ago
  52. 990f726 ubi: implement support for LED activity by Christian Marangi · 4 months ago
  53. 0319bae mtd: implement support for LED activity by Christian Marangi · 4 months ago
  54. 5d162bb tftp: implement support for LED activity by Christian Marangi · 4 months ago
  55. aad8cfa led: implement LED activity API by Christian Marangi · 4 months ago
  56. fc55ae0 common: board_r: rework BOOT LED handling by Christian Marangi · 4 months ago
  57. 914fd75 led: implement LED boot API by Christian Marangi · 4 months ago
  58. 30f6ea5 dm: core: implement ofnode_options helpers by Christian Marangi · 4 months ago
  59. 9e3d833 led: toggle LED on initial SW blink by Christian Marangi · 4 months ago
  60. a404065 power: pmic: pca9450: Add missing newline by Joy Zou · 5 months ago
  61. a857e47 power: pmic/regulator: Support pca9452 by Joy Zou · 5 months ago
  62. cd63c4a power: regulator: pca9450: Update the BUCK1 voltage range by Joy Zou · 5 months ago
  63. 6417ee7 power: mp5416: Fix LDO SVAL for MP5416 PMIC by Sidharth Prabukumar · 1 year, 5 months ago
  64. db11dfd mtd: spi-nor-ids: Add support for S28HS256T by Takahiro Kuwano · 4 months ago
  65. 113b1a8 Merge patch series "mtd: spi-nor-ids: Add NO_CHIP_ERASE flag to Infineon 2Gb parts" by Tom Rini · 4 months ago
  66. abb8213 mtd: spi-nor-ids: Add NO_CHIP_ERASE flag to Infineon s28hs02gt by Takahiro Kuwano · 4 months ago
  67. ae391a2 mtd: spi-nor-ids: Add NO_CHIP_ERASE flag to Infineon s25hl02Gt and s25hs02gt by Takahiro Kuwano · 4 months ago
  68. fbab6b3 Merge patch series "mtd: spi-nor: Add support for S25FS-S family" by Tom Rini · 4 months ago
  69. f42e729 mtd: spi-nor-id: Add S25FS064S, S25FS128S, S25FS256S IDs by Takahiro Kuwano · 4 months ago
  70. 021015a mtd: spi-nor-id: Use INFO6 macro for S25FL-S by Takahiro Kuwano · 4 months ago
  71. 2d7a35d mtd: spi-nore-core: Fix 4KB erase opcode for s25fs-s by Takahiro Kuwano · 4 months ago
  72. 3c5dcde mtd: spi-nor-ids: Extend w25q16cl entry with locking support by Marek Vasut · 5 months ago
  73. aa7d0f5 mtd: spi-nor-ids: Deduplicate mx25u25635f entry by Marek Vasut · 5 months ago
  74. f52ec82 mtd: spi-nor-ids: Deduplicate w25q16dw entry by Marek Vasut · 5 months ago
  75. 215f1d5 mtd: spi-nor: Clear Winbond SR3 WPS bit on boot by Marek Vasut · 11 months ago
  76. 1ff60b1 Merge tag 'efi-2025-01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 months ago
  77. 5ba8251 sandbox: enable clk command on the sandbox by Heinrich Schuchardt · 5 months ago
  78. 6015f59 cmd: clk: simplify clk command by Heinrich Schuchardt · 5 months ago
  79. 56efea8 cmd/Kconfig: CONFIG_CMD_CLK should depend on CONFIG_CLK by Heinrich Schuchardt · 5 months ago
  80. d25a104 boot: typo boormethod by Heinrich Schuchardt · 4 months ago
  81. ee34507 test: don't call restart_uboot in EFI watchdog test by Heinrich Schuchardt · 4 months ago
  82. 4e97d9b bootstd: Add debugging for efi bootmeth by Simon Glass · 4 months ago
  83. 3899e3f efi_loader: Show FirmwareVendor and FirmwareRevision in helloworld by Simon Glass · 4 months ago
  84. 3697344 efi_loader: Shorten the app rules further by Simon Glass · 4 months ago
  85. 0cee367 efi_loader: Shorten the app rules by Simon Glass · 4 months ago
  86. 69616ce efi: arm: x86: riscv: Drop crt0/relocal extra- rules by Simon Glass · 4 months ago
  87. 6fe8087 efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE by Simon Glass · 4 months ago
  88. 77a93ae doc: Move the generic memory-documentation to doc/ by Simon Glass · 4 months ago
  89. b03b2a4 efi_leader: delete rng-seed if having EFI RNG protocol by Heinrich Schuchardt · 5 months ago
  90. 93b9cd7 mtd: simplify CONFIG_DM_SPI_FLASH dependencies by Heinrich Schuchardt · 8 months ago
  91. 2156bec Merge patch series "spi: Various Kconfig fixes" by Tom Rini · 4 months ago
  92. c4e69ab spi: rockchip_sfc: Select BOUNCE_BUFFER by John Watts · 10 months ago
  93. c90a172 spi: ca_sflash: Add missing dm include by John Watts · 10 months ago
  94. 11a3e67 spi: mtk_spim: Remove completion.h include by John Watts · 10 months ago
  95. 7128d41 spi: Kconfig: Add some required arch depends for drivers by John Watts · 10 months ago
  96. f8efc68 Merge patch series "spi-nor: Add parallel and stacked memories support" by Tom Rini · 4 months ago
  97. 8be3bee config: xilinx: Enable the SPI_ADVANCE config option by Venkatesh Yadav Abbarapu · 4 months ago
  98. 1e36d34 spi: zynq_qspi: Add parallel memories support in QSPI driver by Venkatesh Yadav Abbarapu · 4 months ago
  99. 217b0a2 spi: zynqmp_gqspi: Add parallel memories support in GQSPI driver by Venkatesh Yadav Abbarapu · 4 months ago
  100. 34da258 spi: spi-uclass: Read chipselect and restrict capabilities by Venkatesh Yadav Abbarapu · 4 months ago