1. 74337aa Convert CONFIG_MCFUART to Kconfig by Tom Rini · 3 years, 2 months ago
  2. 61e1972 Convert CONFIG_FEC_MXC to Kconfig by Tom Rini · 3 years, 2 months ago
  3. bca1bce Convert CONFIG_SUPPORT_EMMC_BOOT to Kconfig by Tom Rini · 3 years, 2 months ago
  4. 465547b Convert CONFIG_SYS_TEXT_BASE to Kconfig by Tom Rini · 3 years, 2 months ago
  5. 1a77da4 Convert CONFIG_SYS_HZ to Kconfig by Tom Rini · 3 years, 2 months ago
  6. 7115007 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · 3 years, 2 months ago
  7. 2ad7430 fs: yaffs2: Finish Kconfig migration by Tom Rini · 3 years, 3 months ago
  8. 2a5ad54 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years, 2 months ago
  9. 40edc32 sunxi: Use sysreset framework for poweroff/reset by Samuel Holland · 3 years, 2 months ago
  10. 6e19dc8 sunxi: Avoid duplicate reset_cpu with SYSRESET enabled by Samuel Holland · 3 years, 2 months ago
  11. a8f63d1 watchdog: Automatically register device with sysreset by Samuel Holland · 3 years, 2 months ago
  12. 5544a01 sysreset: watchdog: Move watchdog reference to plat data by Samuel Holland · 3 years, 2 months ago
  13. 30ba45d sysreset: Mark driver probe functions as static by Samuel Holland · 3 years, 2 months ago
  14. 6b84217 sysreset: Add uclass Kconfig dependency to drivers by Samuel Holland · 3 years, 2 months ago
  15. bc18582 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 2 months ago
  16. 0bf6563 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years, 2 months ago
  17. 2c4f217 usb: mtu3: flush cache for the first GPD when allocate GPD ring by Chunfeng Yun · 3 years, 3 months ago
  18. 57fa6fb arm: a37xx: pci: Program the data strobe for config read requests by Pali Rohár · 3 years, 2 months ago
  19. 62a98f4 tools: kwboot: Do not send magic seq when changing baudrate back to 115200 by Pali Rohár · 3 years, 2 months ago
  20. 8dbe027 tools: kwboot: Do not use stack when setting baudrate back to default value by Pali Rohár · 3 years, 3 months ago
  21. 558176d tools: kwboot: Replace ARM mov + movt instruction pair by mov + orr by Pali Rohár · 3 years, 3 months ago
  22. 5645229 tools: kwboot: Increase delay after changing baudrate in ARM code by Pali Rohár · 3 years, 3 months ago
  23. cab817d tools: kwboot: Do not call tcdrain() after each sent packet by Pali Rohár · 3 years, 3 months ago
  24. 455c0d2 tools: kwboot: Fix sending retry of last header packet by Pali Rohár · 3 years, 3 months ago
  25. a6fcac2 tools: kwboot: Resend first 3 xmodem retry packets immediately by Pali Rohár · 3 years, 3 months ago
  26. d14a342 tools: kwboot: Change retry loop from decreasing to increasing by Pali Rohár · 3 years, 3 months ago
  27. d656f5a tools: kwboot: Calculate real used space in kwbimage header when calling kwboot_img_grow_hdr() by Pali Rohár · 3 years, 3 months ago
  28. e511cc3 tools: kwboot: Do not modify kwbimage header before increasing its size by Pali Rohár · 3 years, 3 months ago
  29. ed792c2 tools: kwboot: Simplify code for aligning image header by Pali Rohár · 3 years, 3 months ago
  30. 8e2e7ca tools: kwboot: Show verbose message when waiting for baudrate change magic by Pali Rohár · 3 years, 3 months ago
  31. 4bebab6 tools: kwboot: Correctly set configuration of UART for BootROM messages by Pali Rohár · 3 years, 3 months ago
  32. 82c5a0a tools: kwboot: Recalculate 4-byte data checksum after injecting baudrate code by Pali Rohár · 3 years, 3 months ago
  33. 063cb35 tools: kwboot: Inject baudrate change back code after data part by Pali Rohár · 3 years, 3 months ago
  34. ad9a3ac tools: kwboot: Validate 4-byte image data checksum by Pali Rohár · 3 years, 3 months ago
  35. 5923ef6 tools: kwboot: Reserve enough space for patching kwbimage in memory by Pali Rohár · 3 years, 3 months ago
  36. 2ecca3d tools: kwboot: Fix initialization of tty device by Pali Rohár · 3 years, 3 months ago
  37. 0a14341 tools: kwboot: Initialize rfds to zero by Pali Rohár · 3 years, 3 months ago
  38. 03a8a5e pci: pci_mvebu: Fix comment about driver class name by Pali Rohár · 3 years, 3 months ago
  39. 2344a76 pci: pci_mvebu: Setup PCI controller to Root Complex mode by Pali Rohár · 3 years, 3 months ago
  40. 42ab3b3 pci: pci_mvebu: Do not automatically enable bus mastering on PCI Bridge by Pali Rohár · 3 years, 3 months ago
  41. 79b4eb2 pci: pci_mvebu: Fix place of link up detection by Pali Rohár · 3 years, 3 months ago
  42. 452f2e7 pci: pci_mvebu: Remove unused functions by Pali Rohár · 3 years, 3 months ago
  43. a7b61ab pci: pci_mvebu: Properly configure and use PCI Bridge (PCIe Root Port) by Pali Rohár · 3 years, 3 months ago
  44. 657177a pci: pci_mvebu: Fix read_config() with PCI_SIZE_8 or PCI_SIZE_16 by Pali Rohár · 3 years, 3 months ago
  45. daa9bfd pci: pci_mvebu: Fix write_config() with PCI_SIZE_8 or PCI_SIZE_16 by Pali Rohár · 3 years, 3 months ago
  46. b8bfe05 Merge tag 'u-boot-amlogic-20211102' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 2 months ago
  47. a79115d Prepare v2022.01-rc1 by Tom Rini · 3 years, 2 months ago
  48. 9802154 configs: Resync with savedefconfig by Tom Rini · 3 years, 2 months ago
  49. daaa10f Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 3 years, 2 months ago
  50. 5270bee x86: tangier: pinmux: Move error message to the caller by Andy Shevchenko · 3 years, 3 months ago
  51. 74bf204 x86: tangier: pinmux: Move is_protected assignment closer to its user by Andy Shevchenko · 3 years, 3 months ago
  52. 144cb06 x86: edison: Don't take SD card detect pin into consideration by Andy Shevchenko · 3 years, 3 months ago
  53. 90cc2c5 x86: tangier: Enable support for SD/SDIO family in the pinmux driver by Andy Shevchenko · 3 years, 3 months ago
  54. 9bcd51b x86: Fix i8254 ifdef include guard by Alistair Delva · 3 years, 3 months ago
  55. daf26a6 x86: chromebook_coral: fix C block comment by Alistair Delva · 3 years, 3 months ago
  56. d3023b8 x86: tangier: Replace Method() by Name() for _STA object by Andy Shevchenko · 3 years, 3 months ago
  57. c97bd17 pxe_utils: Clean up {bootm,zboot}_argv generation by Zhaofeng Li · 3 years, 3 months ago
  58. 23f3e39 pxe_utils: Fix arguments to x86 zboot by Zhaofeng Li · 3 years, 3 months ago
  59. 7a0eecb docs: uefi: Update stale U-Boot on EFI doc by Bin Meng · 3 years, 7 months ago
  60. 360e392 Merge tag 'dm-pull-boo21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 2 months ago
  61. b55881d bootstage: Add SPL support by Marek Vasut · 3 years, 3 months ago
  62. 082c119 patman: Add "postfix" support to patch subjects by Sean Anderson · 3 years, 3 months ago
  63. 37f3758 env: Use static_assert() to check if default_environment is too large by Marek Behún · 3 years, 3 months ago
  64. c5cbbe3 env: Always use char for default_environment by Marek Behún · 3 years, 3 months ago
  65. b263348 board: freescale: various boards: Let env subsystem set gd->env_addr by Marek Behún · 3 years, 3 months ago
  66. 535870f board: synquacer: developerbox: Don't set gd->env_addr to default_environment by Marek Behún · 3 years, 3 months ago
  67. ee48390 env: flash: Cosmetic fix by Marek Behún · 3 years, 3 months ago
  68. cf89c51 env: flash: Let generic env_init() assign default environment by Marek Behún · 3 years, 3 months ago
  69. 9fc3106 env: nowhere: Cosmetic fix by Marek Behún · 3 years, 3 months ago
  70. 5aab7f5 env: nowhere: Let generic env_init() assign default environment by Marek Behún · 3 years, 3 months ago
  71. a73c1f0 env: nvram: Cosmetic fix in env_nvram_init() by Marek Behún · 3 years, 3 months ago
  72. 4735de4 env: nvram: Let generic env_init() assign default environment by Marek Behún · 3 years, 3 months ago
  73. 07dcd82 env: nand: Put ENV_INVALID into gd->env_valid if default environment by Marek Behún · 3 years, 3 months ago
  74. af8149e env: sf: Put ENV_INVALID into gd->env_valid on CRC failure by Marek Behún · 3 years, 3 months ago
  75. 87221bd env: sf: Use ENV_VALID enum names instead of literals by Marek Behún · 3 years, 3 months ago
  76. 9ab30d2 env: sf: Cosmetic fix in env_sf_init_addr() by Marek Behún · 3 years, 3 months ago
  77. 5877228 x86: Fix linking u-boot with ld.lld by Alistair Delva · 3 years, 3 months ago
  78. 286a159 sandbox: Migrate ARCH_MAP_SYSMEM to Kconfig by Tom Rini · 3 years, 3 months ago
  79. b2dfe83 binman: Allow timeout to occur in the image or its section by Simon Glass · 3 years, 3 months ago
  80. 2289629 image.h: make image_sign_info.fit point to const by Hannu Lounento · 3 years, 3 months ago
  81. 77680d8 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 2 months ago
  82. e63a313 Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 3 years, 2 months ago
  83. 50bff6a Merge branch '2021-10-31-assorted-platform-updates' by Tom Rini · 3 years, 2 months ago
  84. 3e2095e board: samsung: add support for Galaxy A series of 2017 (a5y17lte) by Dzmitry Sankouski · 3 years, 3 months ago
  85. 69bde04 SoC: exynos: add support for exynos 78x0 by Dzmitry Sankouski · 3 years, 3 months ago
  86. d8428f7 pinctrl: exynos: add support for multiple pin banks by Dzmitry Sankouski · 3 years, 3 months ago
  87. 85fcf94 serial: samsung: add support for skip debug init in s5p by Dzmitry Sankouski · 3 years, 3 months ago
  88. 80565ec board: samsung: add Samsung Galaxy S9/S9+(SM-G96x0) board by Dzmitry Sankouski · 3 years, 3 months ago
  89. 4cbc16c SoC: qcom: add support for SDM845 by Dzmitry Sankouski · 3 years, 3 months ago
  90. 90496af clocks: qcom: add clocks for SDM845 debug uart by Dzmitry Sankouski · 3 years, 3 months ago
  91. 7964c30 pinctrl: qcom: add pinctrl and gpio drivers for SDM845 SoC by Dzmitry Sankouski · 3 years, 3 months ago
  92. f5a2d6b spmi: msm: add arbiter version 5 support by Dzmitry Sankouski · 3 years, 3 months ago
  93. 324df15 serial: qcom: add support for GENI serial driver by Dzmitry Sankouski · 3 years, 3 months ago
  94. 91ce6bf doc: board: apple: Add Apple M1 documentation by Mark Kettenis · 3 years, 3 months ago
  95. 3dfef53 arm: dts: apple: Add preliminary device trees by Mark Kettenis · 3 years, 3 months ago
  96. 785cfde iommu: Add Apple DART driver by Mark Kettenis · 3 years, 3 months ago
  97. d520e1f serial: s5p: Add Apple M1 support by Mark Kettenis · 3 years, 3 months ago
  98. 003b657 arm: apple: Add initial support for Apple's M1 SoC by Mark Kettenis · 3 years, 3 months ago
  99. fb57462 test: Add tests for IOMMU uclass by Mark Kettenis · 3 years, 3 months ago
  100. 40dbf03 iommu: Add IOMMU uclass by Mark Kettenis · 3 years, 3 months ago