1. af1a3e9 global: Remove unused CONFIG symbols by Tom Rini · 2 years ago
  2. 6da96a1 i2c: Remove CONFIG_I2C_MULTI_BUS by Tom Rini · 2 years ago
  3. 608d465 env: eeprom: Remove CONFIG_I2C_ENV_EEPROM_BUS support by Tom Rini · 2 years ago
  4. 4720d91 arm: samsung: Rename CONFIG_G_DNL_*_NUM variables by Tom Rini · 2 years ago
  5. 1479a83 Convert CONFIG_HOSTNAME et al to Kconfig by Tom Rini · 2 years ago
  6. b2f1596 Convert CONFIG_POWER_PCA9450 to Kconfig by Tom Rini · 2 years ago
  7. 2dbf1e8 meson64: Fix missing CFG_SYS_BAUDRATE_TABLE migration by Tom Rini · 2 years ago
  8. d4b998b CONFIG_SYS_MPC8xxx_GUTS_ADDR: Migrate to CFG_SYS by Tom Rini · 2 years ago
  9. 8e27b26 env: nvram: Drop CONFIG_SYS_NVRAM_ACCESS_ROUTINE by Tom Rini · 2 years ago
  10. f8967f8 Convert CONFIG_FSL_ESDHC_PIN_MUX to Kconfig by Tom Rini · 2 years ago
  11. 6fb86c1 Convert CONFIG_FLASH_SPANSION_S29WS_N et al to Kconfig by Tom Rini · 2 years ago
  12. 01fe814 Convert CONFIG_FLASH_SHOW_PROGRESS to Kconfig by Tom Rini · 2 years ago
  13. bd34b76 fec_mxc: Remove CONFIG_FEC_FIXED_SPEED support by Tom Rini · 2 years ago
  14. 599b11b Convert CONFIG_DM9000_BYTE_SWAPPED et al to Kconfig by Tom Rini · 2 years ago
  15. 4714ab2 env: Rework ENV_IS_EMBEDDED and related logic slightly by Tom Rini · 2 years ago
  16. af81655 Convert CONFIG_HSMMC2_8BIT to Kconfig by Tom Rini · 2 years ago
  17. 5e0e254 arm: trats2: Set mmcdev directly by Tom Rini · 2 years ago
  18. f11acc6 x530: Remove unused symbols by Tom Rini · 2 years ago
  19. 2c80589 p1_p2_rdb: Remove unused environment sections by Tom Rini · 2 years ago
  20. 4a65503 arm: exynos5: Migrate USB_BOOTING to Kconfig by Tom Rini · 2 years ago
  21. 04097c9 usb: Update USB_STORAGE dependencies by Tom Rini · 2 years ago
  22. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · 2 years ago
  23. 8b5dd10 Prepare v2023.01-rc4 by Tom Rini · 2 years ago
  24. 787b05a Merge tag 'u-boot-rockchip-20221219' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 2 years ago
  25. e6b10c8 rockpi4: capsule: Enable UEFI capsule update on RockPi4 boards by Sughosh Ganu · 2 years, 1 month ago
  26. d5d2e8d rockpi4: board: Add firmware image information for capsule updates by Sughosh Ganu · 2 years, 1 month ago
  27. c1b8e8b rockchip: capsule: Add functions for supporting capsule updates by Sughosh Ganu · 2 years, 1 month ago
  28. 86cd834 phy: rockchip: handle clock without enable function by John Keeping · 2 years ago
  29. 5a96da8 rockchip: Pinebook Pro: Do not initialize i2c before relocation by Michal Suchanek · 2 years ago
  30. 5617345 rockchip: puma: fix GPT table corruption when saving U-Boot environment by Quentin Schulz · 2 years, 1 month ago
  31. 03bf856 arm: dts: rockchip: enable ums/rockusb command for ROCK Pi 4 by FUKAUMI Naoki · 2 years, 1 month ago
  32. 12f9b49 configs:rockchip:roc-rk3399-pc:Enable more configs by Manoj Sai · 2 years, 2 months ago
  33. 7698dc4 arm: dts: rockchip: rk3128: fix clocks, compatible and phys by Johan Jonker · 2 years, 3 months ago
  34. 1f28823 arm: dts: rockchip: rk3128: fix DT node names by Johan Jonker · 2 years, 3 months ago
  35. 57591e2 arm: dts: rockchip: move all rk3128 u-boot specific properties in separate dtsi files by Johan Jonker · 2 years, 3 months ago
  36. b89d6a0 arm: dts: rockchip: rk3128: bulk convert gpios to their constant counterparts by Johan Jonker · 2 years, 3 months ago
  37. 9d3bfc3 rockchip: rk3128-cru: sync the clock dt-binding header from Linux by Johan Jonker · 2 years, 3 months ago
  38. 32cb5bc rockchip: enable fdt overlays for ROCK Pi 4 series by FUKAUMI Naoki · 2 years, 3 months ago
  39. e6693c3 rockchip: Only call binman when TPL available by Kever Yang · 2 years ago
  40. e71a82d Makefile: With BINMAN_ALLOW_MISSING=1 don't error on missing by Tom Rini · 2 years ago
  41. 3e94c0a Merge tag 'efi-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years ago
  42. 878be8c Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years ago
  43. 6ccf76e doc: update Sphinx requirements for certifi by Heinrich Schuchardt · 2 years ago
  44. c53cec6 efi: adjust ebbr to v2.1 in conformance profile by Vincent Stehlé · 2 years ago
  45. 4322898 doc: fix typos by Maxim Cournoyer · 2 years ago
  46. 9706208 Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 2 years ago
  47. a9aab24 sunxi: board: annotate #endif lines by Andre Przywara · 2 years ago
  48. 1e416f5 sunxi: remove bogus mmc_pinmux_setup() prototype by Andre Przywara · 2 years ago
  49. ff32afe sunxi: remove unused CONFIG_MMC_SUNXI_SLOT by Andre Przywara · 2 years ago
  50. 639a089 x86: cosmetic: Fix a typo in the reserve_arch() comments by Bin Meng · 2 years ago
  51. 347ff93 x86: som-db5800-som-6867: Adjust CONFIG_TEXT_BASE by Bin Meng · 2 years ago
  52. 77e9a2a x86: dfi-bt700: Adjust CONFIG_TEXT_BASE by Bin Meng · 2 years ago
  53. c64842a x86: conga-qeval20-qa3-e3845: Adjust CONFIG_TEXT_BASE by Bin Meng · 2 years ago
  54. 63b7a0d x86: minnowmax: Adjust CONFIG_TEXT_BASE by Bin Meng · 2 years ago
  55. f813448 x86: bayleybay: Adjust CONFIG_TEXT_BASE by Bin Meng · 2 years ago
  56. bb8aae5 x86: Fix i8259 ifdef include guard by Alistair Delva · 2 years, 2 months ago
  57. 522f020 sunxi: Fix serial console for A10s-OLinuXino-MICRO by Mark Kettenis · 2 years ago
  58. d98ccb8 pinctrl: sunxi: Add P2WI and RSB pinmuxes by Samuel Holland · 2 years ago
  59. 5b3c337 sunxi: define SYS_MONITOR_LEN in Kconfig, not _defconfig by Andre Przywara · 2 years ago
  60. 107d70a Merge branch '2022-12-12-build-related-updates' into next by Tom Rini · 2 years ago
  61. 5c1b071 Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot" by Tom Rini · 2 years ago
  62. e941907 km/mpc8360: remove unused CONFIG_SYS_PAXE defines by Holger Brunck · 2 years ago
  63. 12cf6c0 km/ppc: migrate all mpc83xx to DM_I2C by Holger Brunck · 2 years ago
  64. d8baa3a board/km: remove obsolete ARCH_KIRKWOOD by Holger Brunck · 2 years ago
  65. 9a9b151 board/km/secu: migrate to use environment text files by Holger Brunck · 2 years ago
  66. a98a170 board/km/cent2: migrate to environment text file by Holger Brunck · 2 years ago
  67. 1c7917e km/powerpc: migrate to env.txt file by Holger Brunck · 2 years ago
  68. 0c5dd43 board/km: move ls102xa boards to environment text files by Holger Brunck · 2 years ago
  69. b281fd0 configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULT by Patrick Delaunay · 2 years ago
  70. 7c6231e configs: SBx81LIFKW: move MTDPART_DEFAULT in defconfig by Patrick Delaunay · 2 years ago
  71. 360c303 configs: SBx81LIFXCAT: move MTDPART_DEFAULT in defconfig by Patrick Delaunay · 2 years ago
  72. a6a4439 configs: x530: move MTDPART/MTDIDS_DEFAULT in defconfig by Patrick Delaunay · 2 years ago
  73. be3d808 configs: am333x_guardian: move MTDIDS_DEFAULT in defconfif by Patrick Delaunay · 2 years ago
  74. a72553e Makefile: link with --no-warn-rwx-segments by Tom Rini · 2 years ago
  75. 5091069 Merge branch '2022-12-12-assorted-improvements' into next by Tom Rini · 2 years ago
  76. f561363 configs: set CONFIG_LMB_MAX_REGIONS=64 for all mt798[16] boards by Daniel Golle · 2 years ago
  77. 7a39b29 ARM: dts: npcm7xx: add npcm750 gpio node compatible name by Jim Liu · 2 years ago
  78. 89b2654 ARM: dts: npcm8xx: add npcm845 function node by Jim Liu · 2 years ago
  79. 1197eea ARM: config: enable function for nuvoton npcm845 bmc by Jim Liu · 2 years ago
  80. 0f3a398 omap4: make musb probeable by simple bus by Andreas Kemnade · 2 years ago
  81. 2008124 distro/pxeboot: Handle prompt variable by Manuel Traut · 2 years ago
  82. 9d464f8 cmd: pxe: use strdup to copy config by Patrick Delaunay · 2 years, 1 month ago
  83. 41c7e4a cmd: pxe: support INITRD and FDT selection with FIT by Patrick Delaunay · 2 years, 1 month ago
  84. 6b5cb36 cmd: pxe: reorder kernel treatment in label_boot by Patrick Delaunay · 2 years, 1 month ago
  85. 3403b9a drivers: pci: pcie_dw_common: add upper-limit to iATU by Ben Dooks · 2 years, 1 month ago
  86. b3f0f83 arm: mach-omap2: Move common image process functions out of board files by Andrew Davis · 2 years, 1 month ago
  87. 2cb1196 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years ago
  88. 961712e Merge tag 'u-boot-stm32-20221212' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 2 years ago
  89. c550c2ba dm: pmic: ignore disabled node in pmic_bind_children by Patrick Delaunay · 2 years, 1 month ago
  90. 8b6a664 phy: usbphyc: use regulator_set_enable_if_allowed for disabling vbus supply by Patrick Delaunay · 2 years, 2 months ago
  91. 0bf72a9 arm: mvebu: Espressobin: Fix default env variables by Derek LaHousse · 2 years ago
  92. 68cffb5 Merge tag 'u-boot-nand-20221211' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash by Tom Rini · 2 years ago
  93. 08b72b5 spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY by Dai Okamura · 2 years ago
  94. d0a0dd2 mtd: nand: mxs_nand_spl: don't read useless pages by Dario Binacchi · 2 years ago
  95. a5bc092fb mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase() by Dario Binacchi · 2 years, 1 month ago
  96. 6b60f68 cmd: mtd: check if a block has to be skipped or erased by Dario Binacchi · 2 years, 1 month ago
  97. 39c5bef mtd: nand: make Samsung SLC NAND usable again by Michael Trimarchi · 2 years, 1 month ago
  98. 224add2 mtd: rawnand: omap_gpmc: Reduce .bss usage by Roger Quadros · 2 years, 2 months ago
  99. 8f440bd mtd: rawnand: nand_spl_loaders: Fix cast type build warning by Roger Quadros · 2 years, 2 months ago
  100. 3b7aaa5 mtd: rawnand: omap_gpmc: Optimize NAND reads by Roger Quadros · 2 years, 2 months ago