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