1. 3113c84 Merge tag 'rpi-next-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 7 months ago
  2. 69be8fd powerpc: move ADDR_MAP to Kconfig by Marek Szyprowski · 4 years, 8 months ago
  3. 0b80371 usb: xhci: Add reset controller support by Nicolas Saenz Julienne · 4 years, 7 months ago
  4. f676eb2 reset: Add Raspberry Pi 4 firmware reset controller by Nicolas Saenz Julienne · 4 years, 7 months ago
  5. db75485 pci: Add some PCI Express capability register offset definitions by Sylwester Nawrocki · 4 years, 8 months ago
  6. c92921b linux/bitfield.h: Add primitives for manipulating bitfields both in host- and fixed-endian by Nicolas Saenz Julienne · 4 years, 8 months ago
  7. 506d523 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 7 months ago
  8. b6687e1 pci: Move some PCIe register offset definitions to a common header by Sylwester Nawrocki · 4 years, 8 months ago
  9. 8e2ab05 usb: xhci: Use only 32-bit accesses in xhci_writeq/xhci_readq by Sylwester Nawrocki · 4 years, 8 months ago
  10. d910793 Merge tag 'for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 4 years, 7 months ago
  11. 6620c65 arm: kirkwood: switch LaCie boards to sata_mv driver by Simon Guinot · 4 years, 7 months ago
  12. 34fb7df arm: mvebu: helios4: sync helios4 config to clearfog and dts to kernel by Dennis Gilmore · 4 years, 7 months ago
  13. 324ec5d spi: Remove unnecessary #ifdefs in header file by Simon Glass · 4 years, 7 months ago
  14. dafde79 bootstage: Fix 'stacked' typo by Simon Glass · 4 years, 7 months ago
  15. 7842749 linux/kconfig.h: create two- and three-argument versions of CONFIG_IS_ENABLED by Rasmus Villemoes · 4 years, 7 months ago
  16. 7d78a45 linux/kconfig.h: remove unused helper macros by Rasmus Villemoes · 4 years, 7 months ago
  17. b4f7388 linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }* by Rasmus Villemoes · 4 years, 7 months ago
  18. ef45312 video: Add comments to struct sandbox_sdl_plat by Simon Glass · 4 years, 7 months ago
  19. 8c0b5d2 video: Add helpers for vidconsole for the copy framebuffer by Simon Glass · 4 years, 7 months ago
  20. 9beac5d video: Add support for copying to a hardware framebuffer by Simon Glass · 4 years, 7 months ago
  21. 5a6cea3 video: Add a comment for struct video_uc_platdata by Simon Glass · 4 years, 7 months ago
  22. 2d7c268 video: Drop unnecessary #ifdef around vid_console_color() by Simon Glass · 4 years, 7 months ago
  23. 493a4c8 console: Add a way to output to serial only by Simon Glass · 4 years, 7 months ago
  24. 0938182 rtc: add dm_rtc_write() helper by Rasmus Villemoes · 4 years, 7 months ago
  25. d8be088 rtc: add dm_rtc_read helper and ->read method by Rasmus Villemoes · 4 years, 7 months ago
  26. c89b41b lib: rsa: function to verify a signature against a hash by Heiko Stuebner · 4 years, 8 months ago
  27. 3428faf Update MEM_SUPPORT_64BIT_DATA to be always defined by Simon Glass · 4 years, 8 months ago
  28. 9f6a14c spl: fit: nand: fix fit loading in case of bad blocks by Dario Binacchi · 4 years, 8 months ago
  29. 146a17a spl: fix format of function documentation by Dario Binacchi · 4 years, 8 months ago
  30. ce6515e debug_uart: Add CR before and after announce string by Stefan Roese · 4 years, 9 months ago
  31. 06bea49 tpm: add TPM2_GetRandom command support by Dhananjay Phadke · 4 years, 8 months ago
  32. 526fe06 Merge tag 'u-boot-rockchip-20200708' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 7 months ago
  33. 220b590 arm: vexpress64: Fix counter frequency by Andre Przywara · 4 years, 8 months ago
  34. 0a7ba7c arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs by Amit Singh Tomar · 4 years, 9 months ago
  35. 26073f9 image: Add support for ZSTD decompression by Robert Marko · 4 years, 9 months ago
  36. 2e48836 cmd: dm: Fixed/Added DM driver listing subcommands by Niel Fourie · 4 years, 10 months ago
  37. 2280fa5 cmd: fs: Add command to list supported fs types by Niel Fourie · 4 years, 10 months ago
  38. c16cba8 stm32mp1: use the command env info in env_check by Patrick Delaunay · 4 years, 7 months ago
  39. d5d726d configs: stm32mp1: only support SD card after NOR in bootcmd_stm32mp by Patrick Delaunay · 4 years, 7 months ago
  40. f9d6743 rockchip: Pinebook Pro: Fix SPI flash and store env on it by Peter Robinson · 4 years, 8 months ago
  41. 3a57712 rockchip: Pinebook Pro: Fix USB and the USB attached keyboard by Peter Robinson · 4 years, 8 months ago
  42. 621e09c Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 4 years, 7 months ago
  43. df3d0a3 Merge branch '2020-07-01-kconfig-etc-updates' into next by Tom Rini · 4 years, 7 months ago
  44. 15b1bf1 efi_loader: export initialization state by Heinrich Schuchardt · 4 years, 10 months ago
  45. 72c4d40 compilers: Introduce options for forcing inlining on SPL/TPL by Tom Rini · 4 years, 9 months ago
  46. 1f1a0f3 compiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING for U-Boot by Tom Rini · 4 years, 9 months ago
  47. 67f51b4 compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5 by Tom Rini · 4 years, 9 months ago
  48. a7c81fc riscv: Add Sipeed Maix support by Sean Anderson · 4 years, 7 months ago
  49. bba8618 riscv: Add device tree for K210 and Sipeed Maix BitM by Sean Anderson · 4 years, 7 months ago
  50. 082faeb dm: Fix error handling for dev_read_addr_ptr by Sean Anderson · 4 years, 7 months ago
  51. f9c7d4f clk: Add K210 clock support by Sean Anderson · 4 years, 7 months ago
  52. 1a198cf clk: Add a bypass clock for K210 by Sean Anderson · 4 years, 7 months ago
  53. 019ef9a clk: Add K210 pll support by Sean Anderson · 4 years, 7 months ago
  54. 5fdb3c0 Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · 4 years, 7 months ago
  55. 290e6bb arm: pxa: mmc: add driver model support by Marcel Ziswiler · 6 years ago
  56. 9b515a8 kconfig: mmc: move pxa_mmc_generic to kconfig by Marcel Ziswiler · 6 years ago
  57. 45224e8 dm: core: gracefully handle alias seq without of by Marcel Ziswiler · 6 years ago
  58. 4d3053a serial: pxa: clean-up platform data include file by Marcel Ziswiler · 6 years ago
  59. d8553d6 net: pcnet: Add Kconfig entries by Marek Vasut · 4 years, 8 months ago
  60. b92b8f4 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 8 months ago
  61. 2896422 spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX) by Lukasz Majewski · 4 years, 8 months ago
  62. 044a66c spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a) by Lukasz Majewski · 4 years, 8 months ago
  63. 582b4f7 Convert CONFIG_CADENCE_QSPI to Kconfig by Tom Rini · 4 years, 7 months ago
  64. 56c4046 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 8 months ago
  65. 19a7e58 Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 7 months ago
  66. 36e66e3 video: mipi update panel platform data by Yannick Fertre · 4 years, 7 months ago
  67. 6a28dc3 rk3399: Add BOOTENV_SF command by Jagan Teki · 4 years, 8 months ago
  68. 2254f13 Kconfig: Remove CONFIG_CLOCKS_IN_MHZ by Tom Rini · 4 years, 7 months ago
  69. f399e83 Convert CONFIG_BOOTM_NETBSD to Kconfig by Tom Rini · 4 years, 7 months ago
  70. 7d80a9c arm: imx: Finish migration of CONFIG_CSF_SIZE to Kconfig by Tom Rini · 4 years, 7 months ago
  71. bba4c7f nxp: Finish switch to CONFIG_NXP_ESBC by Tom Rini · 4 years, 7 months ago
  72. f23476f Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig by Tom Rini · 4 years, 7 months ago
  73. bc209fb arm: toradex: Convert CONFIG_CONSOLE_MUX to Kconfig by Tom Rini · 4 years, 7 months ago
  74. 1ca87f9 Convert CONFIG_CONS_INDEX to Kconfig by Tom Rini · 4 years, 7 months ago
  75. 75bdd53 Convert CONFIG_CMDLINE_EDITING to Kconfig by Tom Rini · 4 years, 7 months ago
  76. 54d865b Convert CONFIG_BUILD_TARGET to Kconfig by Tom Rini · 4 years, 7 months ago
  77. a51cff2 Convert CONFIG_BOUNCE_BUFFER to Kconfig by Tom Rini · 4 years, 7 months ago
  78. e2dce7a Convert CONFIG_BOOTP_DNS2 to Kconfig by Tom Rini · 4 years, 7 months ago
  79. 4093083 arm: abb secu1: Convert CONFIG_BOOTDELAY to Kconfig by Tom Rini · 4 years, 7 months ago
  80. 53355d5 arm: capricorn: Convert CONFIG_BOOTCOUNT_ENV et al to Kconfig by Tom Rini · 4 years, 7 months ago
  81. 05369e4 Convert CONFIG_BOARD_TYPES to Kconfig by Tom Rini · 4 years, 7 months ago
  82. 103354d Convert CONFIG_BCH to Kconfig by Tom Rini · 4 years, 7 months ago
  83. 44a666a Convert CONFIG_BOOTARGS to Kconfig by Tom Rini · 4 years, 7 months ago
  84. eabbf80 Convert CONFIG_BOARD_EARLY_INIT_F et al to Kconfig by Tom Rini · 4 years, 7 months ago
  85. 11af95a Convert CONFIG_BAUDRATE to Kconfig by Tom Rini · 4 years, 7 months ago
  86. b120665 bk4r1: Re-convert CONFIG_AUTOBOOT_PROMPT et al to Kconfig by Tom Rini · 4 years, 7 months ago
  87. f61e2e4 Convert CONFIG_ATMEL_USART to Kconfig by Tom Rini · 4 years, 7 months ago
  88. 4e361cc Convert CONFIG_ATMEL_NAND_HW_PMECC et al to Kconfig by Tom Rini · 4 years, 7 months ago
  89. a60becc Convert CONFIG_ATMEL_HLCD to Kconfig by Tom Rini · 4 years, 7 months ago
  90. 348d183 Convert CONFIG_AT91_GPIO to Kconfig by Tom Rini · 4 years, 7 months ago
  91. b40fa97 Convert CONFIG_ARM_PL180_MMCI to Kconfig by Tom Rini · 4 years, 7 months ago
  92. 295ab895 Convert CONFIG_ARCH_MISC_INIT to Kconfig by Tom Rini · 4 years, 7 months ago
  93. 0735ac8 Convert CONFIG_AM335X_LCD to Kconfig by Tom Rini · 4 years, 7 months ago
  94. 59b0d7d bdinfo: arm: Move ARM-specific info into its own file by Simon Glass · 4 years, 9 months ago
  95. 655f17f bdinfo: Export some basic printing functions by Simon Glass · 4 years, 9 months ago
  96. 32d0b2d bdinfo: net: ppc: Drop bi_enet1addr and other similar info by Simon Glass · 4 years, 9 months ago
  97. 4ac06d3 bdinfo: m68k: Drop bd_info->bi_ipbfreq by Simon Glass · 4 years, 9 months ago
  98. f0e236c Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 7 months ago
  99. 922c6d5 Merge tag 'mmc-2020-6-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 7 months ago
  100. 052451c arm64: zynqmp: Reduce console buffer size by T Karthik Reddy · 4 years, 9 months ago