1. 14b38cb arm: Remove flea3 board by Tom Rini · 3 years ago
  2. 8bef036 Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years ago
  3. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years ago
  4. 0a50b3c WS cleanup: remove trailing white space by Wolfgang Denk · 3 years ago
  5. c72231d WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years ago
  6. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years ago
  7. 6eecaf5 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 3 years ago
  8. ba17871 Merge branch '2021-09-25-TI-platform-updates' into next by Tom Rini · 3 years ago
  9. b8919ea mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface by Patrice Chotard · 3 years ago
  10. a4f2d83 mtd: spi: nor: force mtd name to "nor%d" by Patrick Delaunay · 3 years ago
  11. 77b11f7 net: replace the "xfi" phy-mode with "10gbase-r" by Vladimir Oltean · 3 years ago
  12. 66fd01f net: update NXP copyright text by Vladimir Oltean · 3 years ago
  13. 4b46e83 net: dsa: introduce a .port_probe() method in struct dsa_ops by Vladimir Oltean · 3 years, 1 month ago
  14. 0198018 efi_loader: Fix spec ID event creation by Ruchika Gupta · 3 years ago
  15. 4c3e847 mtd: remove SPEAr flash driver st_smi by Patrick Delaunay · 3 years ago
  16. 946af58 arm: socfpga: vining: Drop meaningless comment by Marek Vasut · 3 years ago
  17. e2a41bf usb: ehci-mx6: use phy_type from device tree by Matthias Schiffer · 3 years ago
  18. 656bc27 usb: ehci-ci: remove redundant PORTSC flag definitions by Matthias Schiffer · 3 years ago
  19. bc31f6a include/configs: replace MXC_EHCI_MODE_SERIAL with PORT_PTS_SERIAL by Matthias Schiffer · 3 years ago
  20. daa6329 usb: add support for ULPI/SERIAL/HSIC PHY modes by Matthias Schiffer · 3 years ago
  21. a0a5c43 usb: xhci-pci: Move reset logic out of XHCI core by Samuel Holland · 3 years, 3 months ago
  22. b218f86 mtd: cfi_flash: use cfi_flash_num_flash_banks only when supported by Patrick Delaunay · 3 years ago
  23. a70c3f9 mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface by Patrice Chotard · 3 years ago
  24. 4b62ba8 ti: keystone: Migrate CONFIG_SOC_K2* to Kconfig by Tom Rini · 3 years ago
  25. f899cc1 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · 3 years ago
  26. b17cc80 omap4_panda: Remove unused comments/code by Tom Rini · 3 years ago
  27. 0eeabc6 omap3_logic: Remove unused comments/code by Tom Rini · 3 years ago
  28. e124b65 am3517_evm: Remove unused comments/code by Tom Rini · 3 years ago
  29. 899867a Convert CONFIG_OMAP_EHCI_PHY1_RESET_GPIO et al to Kconfig by Tom Rini · 3 years ago
  30. 425c121 omapl138_lcdk: Stop using CONFIG_MACH_OMAPL138_LCDK by Tom Rini · 3 years ago
  31. 2043f9c ti: keystone: dma: Migrate to Kconfig by Tom Rini · 3 years ago
  32. c8c934b ti: keystone: Clean up or migrate some NAND related options. by Tom Rini · 3 years ago
  33. bdeedc1 compulab: Clean up some unused symbols by Tom Rini · 3 years ago
  34. 8d8d7e9 Convert CONFIG_USB_XHCI_OMAP to Kconfig by Tom Rini · 3 years ago
  35. 2c8419f usb: phy: ti: Remove non-DM PHY code by Tom Rini · 3 years ago
  36. bfbb724 keystone2: Move CONFIG_AEMIF_CNTRL_BASE out of CONFIG namespace by Tom Rini · 3 years ago
  37. 1d1f98c Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 3 years ago
  38. e908d20 Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years ago
  39. 933bf26 fdt_support.h: Remove duplicated declarations by Bin Meng · 3 years ago
  40. 48609d0 dm: gpio: Add of-platdata support by Simon Glass · 3 years, 2 months ago
  41. 3e57ad9 irq: Tidy up of-platdata irq support by Simon Glass · 3 years, 2 months ago
  42. f0ab8f9 clk: Rename clk_get_by_driver_info() by Simon Glass · 3 years, 2 months ago
  43. 4ee0cc8 dm: Add comments to dt-structs contents by Simon Glass · 3 years, 2 months ago
  44. 9539738 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 2 months ago
  45. 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 2 months ago
  46. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 2 months ago
  47. 346cee3 efi_loader: Fix spec ID event creation by Ruchika Gupta · 3 years ago
  48. 8a0f5f6 Avoid polluting CONFIG_ namespace with board specific define. by Kristian Amlie · 3 years ago
  49. 15e3010 ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU. by Kristian Amlie · 3 years, 1 month ago
  50. b071431 mtd: remove SPEAr flash driver st_smi by Patrick Delaunay · 3 years ago
  51. 1274698 lmb: Add generic arch_lmb_reserve_generic() by Marek Vasut · 3 years ago
  52. d7ac865 Merge git://source.denx.de/u-boot-socfpga by Tom Rini · 3 years ago
  53. 7b57e56 Merge tag 'u-boot-at91-2022.01-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · 3 years ago
  54. e984db0 arm: socfpga: vining: Drop meaningless comment by Marek Vasut · 3 years ago
  55. 0f513c5 usb: ehci-mx6: use phy_type from device tree by Matthias Schiffer · 3 years ago
  56. 8709228 usb: ehci-ci: remove redundant PORTSC flag definitions by Matthias Schiffer · 3 years ago
  57. f2a4c89 include/configs: replace MXC_EHCI_MODE_SERIAL with PORT_PTS_SERIAL by Matthias Schiffer · 3 years ago
  58. 950cb1f usb: add support for ULPI/SERIAL/HSIC PHY modes by Matthias Schiffer · 3 years ago
  59. 70a98ca usb: xhci-pci: Move reset logic out of XHCI core by Samuel Holland · 3 years, 3 months ago
  60. 0d58daf include: dt-bindings: mfd: add atmel flexcom include file by Eugen Hristev · 3 years, 1 month ago
  61. 0c66872 net: remove unused CONFIG_DRIVER_AT91EMAC_* by Eugen Hristev · 3 years, 1 month ago
  62. b73c366 board: pm926x: remove unused CONFIG_SYS_AT91_CPU_NAME by Eugen Hristev · 3 years, 1 month ago
  63. 9e4bf21 board: atmel: sama7g5ek: avoid rewriting of configured CONFIG_BOOTCOMMAND by Eugen Hristev · 3 years, 1 month ago
  64. c1f7ef9 board: sama5d2_xplained: Modify load addresses by Clément Léger · 3 years, 1 month ago
  65. 9a211d5 board: sama5d27_som1_ek: Modify load addresses by Clément Léger · 3 years, 1 month ago
  66. 47a25e8 Revert "efi_capsule: Move signature from DTB to .rodata" by Simon Glass · 3 years, 2 months ago
  67. cfd50df clk: ti: k3: Update driver to account for divider flags by Suman Anna · 3 years, 1 month ago
  68. 0466275 firmware: ti_sci: Include linux/err.h in ti_sci_protocol.h by Suman Anna · 3 years, 2 months ago
  69. 121a165 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 2 months ago
  70. bc21ccb version: Remove global macro U_BOOT_VERSION_STRING from version.h by Pali Rohár · 3 years, 2 months ago
  71. bdfb6d7 version: Move version_string[] from version.h to version_string.h by Pali Rohár · 3 years, 2 months ago
  72. a79f823 Remove #include <version.h> from files which do not need it by Pali Rohár · 3 years, 2 months ago
  73. 2e09008 test: Add a way to skip console checking until a string matches by Simon Glass · 3 years, 1 month ago
  74. b927409 sandbox: Add a way to map a file into memory by Simon Glass · 3 years, 1 month ago
  75. b4467fa sandbox: Add a way to find the size of a file by Simon Glass · 3 years, 1 month ago
  76. 79b3f36 dm: core: Fix a few incorrect comments on first/next functions by Simon Glass · 3 years, 1 month ago
  77. 6674eda Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years ago
  78. de41f0e image: rsa: Move padding_algos to linker lists by Alexandru Gagniuc · 3 years, 1 month ago
  79. 23cacd5 pci: Drop PCI_INDIRECT_BRIDGE by Simon Glass · 3 years, 2 months ago
  80. d6d504d pci: acpi: Drop DM_PCI check from ahci by Simon Glass · 3 years, 2 months ago
  81. 26543cc pci: Drop old code from header file by Simon Glass · 3 years, 2 months ago
  82. 46596c6 ppc: Remove UCP1020 board by Simon Glass · 3 years, 2 months ago
  83. 7958292 Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 3 years ago
  84. 56a85b8 Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years ago
  85. bad49da efi_loader: boot_service_capability_min should be capitalized by Masahisa Kojima · 3 years, 1 month ago
  86. cab1306 configs: j72*_evm: Define the buffer sizes for dfu by Aswath Govindraju · 3 years, 1 month ago
  87. 7026b88 environment: ti: k3_dfu: Increase the size allocated for bootloader images in dfu_alt_info_ram by Aswath Govindraju · 3 years, 1 month ago
  88. 3c01557 include: configs: am64x_evm: Add env variables for booting to kernel using USB MSC device by Aswath Govindraju · 3 years, 2 months ago
  89. e34ab0e environment: ti: mmc.h: Make the finduuid generic for usage across different device types by Aswath Govindraju · 3 years, 2 months ago
  90. 11e2ab3 ARM: omap3: evm: Enable booting 'fitImage' with DEFAULT_FIT_TI_ARGS by Derald D. Woods · 3 years, 2 months ago
  91. 19f7a34 mmc: Add support for enumerating MMC card in a given mode using mmc command by Aswath Govindraju · 3 years, 1 month ago
  92. a4a06a1 arm: mvebu: a38x: Fix 5200000 baudrate by Pali Rohár · 3 years, 1 month ago
  93. 0b905e2 image: Drop IMAGE_ENABLE_{MD5, CRC32} #defines by Alexandru Gagniuc · 3 years, 1 month ago
  94. fe54aea common: Move MD5 hash to hash_algo[] array. by Alexandru Gagniuc · 3 years, 1 month ago
  95. 0721209 common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASH by Alexandru Gagniuc · 3 years, 1 month ago
  96. eb5171d common: Remove unused CONFIG_FIT_SHAxxx selectors by Alexandru Gagniuc · 3 years, 1 month ago
  97. 5f588f8 arm: Finish migration of CONFIG_MACH_TYPE by Tom Rini · 3 years, 1 month ago
  98. 87e8d38 arm: Add Kconfig entry for MACH_TYPE by Tom Rini · 3 years, 1 month ago
  99. 9774462 arm: Disable ATAGs support by Tom Rini · 3 years, 1 month ago
  100. b9d66a0 imx: Convert SERIAL_TAG support to ENV_VARS_UBOOT_RUNTIME_CONFIG by Tom Rini · 3 years, 1 month ago