1. f8017c3 tools: kwboot: Fix sending Kirkwood v0 images by Pali Rohár · 2 years, 11 months ago
  2. e8e9c6f Merge https://source.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 2 years, 11 months ago
  3. a80f582 exynos: mmu: use CONFIG_IS_ENABLED by Minkyu Kang · 2 years, 11 months ago
  4. 2b77d9a exynos78x0: pinctrl: set const to structs by Minkyu Kang · 2 years, 11 months ago
  5. dfb8470 exynos: pwm: Deal with a PWM at 100% by Simon Glass · 2 years, 11 months ago
  6. b842340 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 2 years, 11 months ago
  7. 990e1e4 Fix syntax error by Leo Yu-Chi Liang · 2 years, 11 months ago
  8. 5f888ab riscv: ae350: Use #if defined instead of CONFIG_IS_ENABLED by Leo Yu-Chi Liang · 2 years, 11 months ago
  9. 41635cc riscv: add #define in asm/io.h for some device drivers by Wei Fu · 2 years, 11 months ago
  10. 89a86dc cmd: sbi: show SBI implementation version by Heinrich Schuchardt · 2 years, 11 months ago
  11. afb8e1f riscv: function to retrieve SBI implementation version by Heinrich Schuchardt · 2 years, 11 months ago
  12. f8ed905 Merge tag 'efi-2022-01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 11 months ago
  13. f8d7e6e dfu: newline after updating by Heinrich Schuchardt · 3 years, 7 months ago
  14. 34f2577 ARM: renesas: reduce rcar3_salvator-x image size by Heinrich Schuchardt · 3 years, 1 month ago
  15. aa1b504 efi_selftest: add selftest for EFI_TCG2_PROTOCOL and Measured Boot by Masahisa Kojima · 2 years, 11 months ago
  16. 1834c08 efi: Add video support to the app by Simon Glass · 2 years, 11 months ago
  17. f844573 efi: Add a way to obtain boot services in the app by Simon Glass · 2 years, 11 months ago
  18. 9c297a3 x86: Don't duplicate global_ptr in 64-bit EFI app by Simon Glass · 2 years, 11 months ago
  19. e16c47f efi: Create a 64-bit app by Simon Glass · 2 years, 11 months ago
  20. f4d227c x86: Create a 32/64-bit selection for the app by Simon Glass · 2 years, 11 months ago
  21. 26e24d6 efi: Drop the OF_EMBED warning for EFI by Simon Glass · 2 years, 11 months ago
  22. 815ef1c efi: Enable DM_ETH for the app by Simon Glass · 2 years, 11 months ago
  23. 6b2f829 efi: Add a script to build an image for testing on UEFI by Simon Glass · 2 years, 11 months ago
  24. 7fc93ca efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommand by Masahisa Kojima · 2 years, 11 months ago
  25. 14cbb33 efi_loader: use byteshift unaligned access helper by Masahisa Kojima · 2 years, 11 months ago
  26. 50b05eb efi_loader: capsule: drop __weak from efi_get_public_key_data() by AKASHI Takahiro · 2 years, 11 months ago
  27. 212f078 doc: mmc rescan speed mode by Heinrich Schuchardt · 2 years, 11 months ago
  28. a212f5d doc: Remove the obsolete README.AMCC-eval-boards-cleanup file by Thomas Huth · 2 years, 11 months ago
  29. c6e13c7 doc: Remove obsolete doc/README.nand-boot-ppc440 by Stefan Roese · 3 years ago
  30. 5220751 Merge branch '2021-11-05-Kconfig-syncs' by Tom Rini · 2 years, 11 months ago
  31. ce5bae5 configs: Resync with savedefconfig by Tom Rini · 2 years, 11 months ago
  32. 5523afb Convert CONFIG_BOARD_EARLY_INIT_F et al to Kconfig by Tom Rini · 2 years, 11 months ago
  33. 1616626 Convert CONFIG_SPL_DRIVERS_MISC et al to Kconfig by Tom Rini · 2 years, 11 months ago
  34. 4ca10b9 Convert CONFIG_BMP_16BPP to Kconfig by Tom Rini · 2 years, 11 months ago
  35. 4d7a3f5 Convert CONFIG_OF_EMBED to Kconfig by Tom Rini · 2 years, 11 months ago
  36. 74337aa Convert CONFIG_MCFUART to Kconfig by Tom Rini · 2 years, 11 months ago
  37. 61e1972 Convert CONFIG_FEC_MXC to Kconfig by Tom Rini · 2 years, 11 months ago
  38. bca1bce Convert CONFIG_SUPPORT_EMMC_BOOT to Kconfig by Tom Rini · 2 years, 11 months ago
  39. 465547b Convert CONFIG_SYS_TEXT_BASE to Kconfig by Tom Rini · 2 years, 11 months ago
  40. 1a77da4 Convert CONFIG_SYS_HZ to Kconfig by Tom Rini · 2 years, 11 months ago
  41. 7115007 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · 2 years, 11 months ago
  42. 2ad7430 fs: yaffs2: Finish Kconfig migration by Tom Rini · 3 years ago
  43. 2a5ad54 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 11 months ago
  44. 40edc32 sunxi: Use sysreset framework for poweroff/reset by Samuel Holland · 2 years, 11 months ago
  45. 6e19dc8 sunxi: Avoid duplicate reset_cpu with SYSRESET enabled by Samuel Holland · 2 years, 11 months ago
  46. a8f63d1 watchdog: Automatically register device with sysreset by Samuel Holland · 2 years, 11 months ago
  47. 5544a01 sysreset: watchdog: Move watchdog reference to plat data by Samuel Holland · 2 years, 11 months ago
  48. 30ba45d sysreset: Mark driver probe functions as static by Samuel Holland · 2 years, 11 months ago
  49. 6b84217 sysreset: Add uclass Kconfig dependency to drivers by Samuel Holland · 2 years, 11 months ago
  50. bc18582 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 11 months ago
  51. 0bf6563 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 11 months ago
  52. 2c4f217 usb: mtu3: flush cache for the first GPD when allocate GPD ring by Chunfeng Yun · 3 years ago
  53. 57fa6fb arm: a37xx: pci: Program the data strobe for config read requests by Pali Rohár · 2 years, 11 months ago
  54. 62a98f4 tools: kwboot: Do not send magic seq when changing baudrate back to 115200 by Pali Rohár · 2 years, 11 months ago
  55. 8dbe027 tools: kwboot: Do not use stack when setting baudrate back to default value by Pali Rohár · 2 years, 11 months ago
  56. 558176d tools: kwboot: Replace ARM mov + movt instruction pair by mov + orr by Pali Rohár · 2 years, 11 months ago
  57. 5645229 tools: kwboot: Increase delay after changing baudrate in ARM code by Pali Rohár · 2 years, 11 months ago
  58. cab817d tools: kwboot: Do not call tcdrain() after each sent packet by Pali Rohár · 2 years, 11 months ago
  59. 455c0d2 tools: kwboot: Fix sending retry of last header packet by Pali Rohár · 2 years, 11 months ago
  60. a6fcac2 tools: kwboot: Resend first 3 xmodem retry packets immediately by Pali Rohár · 2 years, 11 months ago
  61. d14a342 tools: kwboot: Change retry loop from decreasing to increasing by Pali Rohár · 2 years, 11 months ago
  62. d656f5a tools: kwboot: Calculate real used space in kwbimage header when calling kwboot_img_grow_hdr() by Pali Rohár · 2 years, 11 months ago
  63. e511cc3 tools: kwboot: Do not modify kwbimage header before increasing its size by Pali Rohár · 2 years, 11 months ago
  64. ed792c2 tools: kwboot: Simplify code for aligning image header by Pali Rohár · 2 years, 11 months ago
  65. 8e2e7ca tools: kwboot: Show verbose message when waiting for baudrate change magic by Pali Rohár · 2 years, 11 months ago
  66. 4bebab6 tools: kwboot: Correctly set configuration of UART for BootROM messages by Pali Rohár · 2 years, 11 months ago
  67. 82c5a0a tools: kwboot: Recalculate 4-byte data checksum after injecting baudrate code by Pali Rohár · 2 years, 11 months ago
  68. 063cb35 tools: kwboot: Inject baudrate change back code after data part by Pali Rohár · 2 years, 11 months ago
  69. ad9a3ac tools: kwboot: Validate 4-byte image data checksum by Pali Rohár · 2 years, 11 months ago
  70. 5923ef6 tools: kwboot: Reserve enough space for patching kwbimage in memory by Pali Rohár · 2 years, 11 months ago
  71. 2ecca3d tools: kwboot: Fix initialization of tty device by Pali Rohár · 2 years, 11 months ago
  72. 0a14341 tools: kwboot: Initialize rfds to zero by Pali Rohár · 2 years, 11 months ago
  73. 03a8a5e pci: pci_mvebu: Fix comment about driver class name by Pali Rohár · 2 years, 11 months ago
  74. 2344a76 pci: pci_mvebu: Setup PCI controller to Root Complex mode by Pali Rohár · 2 years, 11 months ago
  75. 42ab3b3 pci: pci_mvebu: Do not automatically enable bus mastering on PCI Bridge by Pali Rohár · 2 years, 11 months ago
  76. 79b4eb2 pci: pci_mvebu: Fix place of link up detection by Pali Rohár · 2 years, 11 months ago
  77. 452f2e7 pci: pci_mvebu: Remove unused functions by Pali Rohár · 2 years, 11 months ago
  78. a7b61ab pci: pci_mvebu: Properly configure and use PCI Bridge (PCIe Root Port) by Pali Rohár · 2 years, 11 months ago
  79. 657177a pci: pci_mvebu: Fix read_config() with PCI_SIZE_8 or PCI_SIZE_16 by Pali Rohár · 2 years, 11 months ago
  80. daa9bfd pci: pci_mvebu: Fix write_config() with PCI_SIZE_8 or PCI_SIZE_16 by Pali Rohár · 2 years, 11 months ago
  81. b8bfe05 Merge tag 'u-boot-amlogic-20211102' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 2 years, 11 months ago
  82. a79115d Prepare v2022.01-rc1 by Tom Rini · 2 years, 11 months ago
  83. 9802154 configs: Resync with savedefconfig by Tom Rini · 2 years, 11 months ago
  84. daaa10f Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 2 years, 11 months ago
  85. 5270bee x86: tangier: pinmux: Move error message to the caller by Andy Shevchenko · 2 years, 11 months ago
  86. 74bf204 x86: tangier: pinmux: Move is_protected assignment closer to its user by Andy Shevchenko · 2 years, 11 months ago
  87. 144cb06 x86: edison: Don't take SD card detect pin into consideration by Andy Shevchenko · 2 years, 11 months ago
  88. 90cc2c5 x86: tangier: Enable support for SD/SDIO family in the pinmux driver by Andy Shevchenko · 2 years, 11 months ago
  89. 9bcd51b x86: Fix i8254 ifdef include guard by Alistair Delva · 3 years ago
  90. daf26a6 x86: chromebook_coral: fix C block comment by Alistair Delva · 3 years ago
  91. d3023b8 x86: tangier: Replace Method() by Name() for _STA object by Andy Shevchenko · 3 years ago
  92. c97bd17 pxe_utils: Clean up {bootm,zboot}_argv generation by Zhaofeng Li · 3 years ago
  93. 23f3e39 pxe_utils: Fix arguments to x86 zboot by Zhaofeng Li · 3 years ago
  94. 7a0eecb docs: uefi: Update stale U-Boot on EFI doc by Bin Meng · 3 years, 3 months ago
  95. 360e392 Merge tag 'dm-pull-boo21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 11 months ago
  96. b55881d bootstage: Add SPL support by Marek Vasut · 2 years, 11 months ago
  97. 082c119 patman: Add "postfix" support to patch subjects by Sean Anderson · 2 years, 11 months ago
  98. 37f3758 env: Use static_assert() to check if default_environment is too large by Marek Behún · 2 years, 11 months ago
  99. c5cbbe3 env: Always use char for default_environment by Marek Behún · 2 years, 11 months ago
  100. b263348 board: freescale: various boards: Let env subsystem set gd->env_addr by Marek Behún · 2 years, 11 months ago