1. cb3ef68 common: Move old EEPROM functions into a new header by Simon Glass · 5 years ago
  2. 533cee0 common: Drop get_endaddr() by Simon Glass · 5 years ago
  3. d67bdaa common: Move trap_init() out of common.h by Simon Glass · 5 years ago
  4. 2cf431c common: Move pci_init_board() out of common.h by Simon Glass · 5 years ago
  5. 5255932 common: Move some board functions out of common.h by Simon Glass · 5 years ago
  6. 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
  7. 428a6a1 common: Drop board_show_dram() by Simon Glass · 5 years ago
  8. 288b29e common: Move command functions out of common.h by Simon Glass · 5 years ago
  9. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  10. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  11. 9d3915b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · 5 years ago
  12. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  13. 3374d28 common: Drop checkicache() and checkdcache() by Simon Glass · 5 years ago
  14. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  15. 6cc915b arm: powerpc: Tidy up code style for cache functions by Simon Glass · 5 years ago
  16. 62270f4 common: Move some SMP functions out of common.h by Simon Glass · 5 years ago
  17. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 5 years ago
  18. 2c629bd common: Drop cpu_init() by Simon Glass · 5 years ago
  19. b598147 common: Move some CPU functions out of common.h by Simon Glass · 5 years ago
  20. 68a6aa8 common: Move mii_init() function out of common.h by Simon Glass · 5 years ago
  21. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  22. f0143a8 common: Move timer_get_us() function out of common.h by Simon Glass · 5 years ago
  23. e3107d1 arm: pxa: Drop pxa_wait_ticks() by Simon Glass · 5 years ago
  24. 036a017 common: Move wait_ticks functions out of common.h by Simon Glass · 5 years ago
  25. 6887c5b common: Move some time functions out of common.h by Simon Glass · 5 years ago
  26. 6c03f9e common: Add a new lz4.h header file by Simon Glass · 5 years ago
  27. b03e051 common: Move serial functions out of common.h by Simon Glass · 5 years ago
  28. f516fd9 common: Move serial_printf() to the serial header by Simon Glass · 5 years ago
  29. 2310c8e serial: usb: Correct the usbtty_...() prototypes by Simon Glass · 5 years ago
  30. 8d5babb common: Move env_get_ip() to net.h by Simon Glass · 5 years ago
  31. 2189d5f Move strtomhz() to vsprintf.h by Simon Glass · 5 years ago
  32. 8bef79b common: Move sorting functions to their own header file by Simon Glass · 5 years ago
  33. f083583 common: Move bootcount functions to their header file by Simon Glass · 5 years ago
  34. c660444 spl: bootcount: Move code out of header file by Simon Glass · 5 years ago
  35. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  36. b2ea91b crc: Fix code style with crc functions by Simon Glass · 5 years ago
  37. c3a4d1c common: Drop linux/crc8.h by Simon Glass · 5 years ago
  38. 840ef4d common: Move random-number functions into their own header by Simon Glass · 5 years ago
  39. c076e5c status_led: Tidy up the code style by Simon Glass · 5 years ago
  40. c3e4430 common: Drop global inclusion of status_led.h by Simon Glass · 5 years ago
  41. 9ce2aa1 Drop CONFIG_SHOW_ACTIVITY by Simon Glass · 5 years ago
  42. 62f9b65 common: Move older CPU functions to their own header by Simon Glass · 5 years ago
  43. dd38416 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 5 years ago
  44. c4f697b Merge git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  45. 089612d Merge tag 'mmc-11-27-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  46. 2906144 Merge tag 'u-boot-stm32-20191126' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  47. 4b39568 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 5 years ago
  48. 56b0bb9 mmc: tmio: sdhi: Add calibration tables by Marek Vasut · 5 years ago
  49. 1bdcb83 mmc: tmio: sdhi: Skip bad taps by Marek Vasut · 5 years ago
  50. 6900066 mmc: tmio: sdhi: Add SCC error checking by Marek Vasut · 5 years ago
  51. 8f39b03 mmc: tmio: sdhi: Disable auto-retuning in HS400 by Marek Vasut · 5 years ago
  52. e5d3f3d mmc: tmio: sdhi: Adjust HS400 calibration offsets by Marek Vasut · 5 years ago
  53. dc419fc mmc: tmio: sdhi: Adjust DT2FF settings for HS400 mode by Marek Vasut · 5 years ago
  54. 8109988 mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2 by Marek Vasut · 5 years ago
  55. 37c3990 mmc: tmio: sdhi: Track SMPCMP valu in private data by Marek Vasut · 5 years ago
  56. 0196a58 mmc: tmio: sdhi: Track current tap number in private data by Marek Vasut · 5 years ago
  57. 1eaffca mpc83xx: remove unused clock.h by Yangbo Lu · 5 years ago
  58. d3eb317 arm: drop eSDHC clock getting in mxc_get_clock() for layerscape by Yangbo Lu · 5 years ago
  59. d9114e2 arm: ls1021a: drop redundant board_mmc_init() by Yangbo Lu · 5 years ago
  60. 5e81cbf mmc: fsl_esdhc: get clock directly from global data by Yangbo Lu · 5 years ago
  61. 1b71695 mmc: sdhci: make sdhci_get_cd static by Baruch Siach · 5 years ago
  62. b4fee16 stm32mp1: add support for virtual partition read by Patrick Delaunay · 5 years ago
  63. fd399a1 stm32mp1: board: add spi nand support by Patrick Delaunay · 5 years ago
  64. 0df4b94 stm32mp1: configs: activate CONFIG_MTD_SPI_NAND by Patrick Delaunay · 5 years ago
  65. f6031d6 stm32mp1: activate SET_DFU_ALT_INFO by Patrick Delaunay · 5 years ago
  66. 4edce50 stm32mp1: activate DFU support and command MTD by Patrick Delaunay · 5 years ago
  67. 4d7d0e2 ARM: dts: stm32: update eMMC configuration for stm32mp157c-ev1 by Patrick Delaunay · 5 years ago
  68. 62d620c ARM: dts: stm32: DT alignment with kernel v5.4-rc4 by Patrick Delaunay · 5 years ago
  69. e07a86b ARM: dts: stm32: DT alignment with kernel v5.3 by Patrick Delaunay · 5 years ago
  70. 5c347f3 configs: stih410-b2260: Enable DM_ETH flag by Patrice Chotard · 5 years ago
  71. 4b19b89 Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-boot by Tom Rini · 5 years ago
  72. e3281ae Merge tag 'fixes-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  73. dbcbdad sandbox: enable USB_KEYBOARD_FN_KEYS by Heinrich Schuchardt · 5 years ago
  74. 12f1e79 dm: test: usb: rework keyboard test by Heinrich Schuchardt · 5 years ago
  75. e91a411 usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h by Heinrich Schuchardt · 5 years ago
  76. 87e91bc usb: kbd: implement special keys by Heinrich Schuchardt · 5 years ago
  77. 3352c21 usb: kbd: simplify coding for arrow keys by Heinrich Schuchardt · 5 years ago
  78. 28dfa7d usb: kbd: signature of usb_kbd_put_queue() by Heinrich Schuchardt · 5 years ago
  79. 216db3a usb: kbd: fix typo by Heinrich Schuchardt · 5 years ago
  80. a1a9843 ARM: socfpga: Unreset NAND in SPL on Gen5 by Marek Vasut · 5 years ago
  81. 533832c ARM: socfpga: Introduce u-boot-with-nand-spl.sfp target by Marek Vasut · 5 years ago
  82. 2007a73 ARM: socfpga: Add ArriaV ST/SX ID by Marek Vasut · 5 years ago
  83. 97a72bc ARM: socfpga: Purge pending transactions upon enabling bridges on Gen5 by Marek Vasut · 5 years ago
  84. 446cf81 ARM: socfpga: Actually put bridges into reset on Gen5 in bridge disable by Marek Vasut · 5 years ago
  85. 3fca56e configs: enable eSDHC device module for T4240RDB board by Yinbo Zhu · 5 years ago
  86. 356152f configs: enable eSDHC device module for T2080RDB board by Yinbo Zhu · 5 years ago
  87. 830e465 configs: enable eSDHC device module for T1042D4RDB board by Yinbo Zhu · 5 years ago
  88. 26532ca configs: enable eSDHC device module for T1024RDB board by Yinbo Zhu · 5 years ago
  89. 9eb7ed1 configs: enable eSDHC device module for P5040DS board by Yinbo Zhu · 5 years ago
  90. 6a41f77 configs: enable eSDHC device module for P4080DS board by Yinbo Zhu · 5 years ago
  91. 2e83e80 configs: enable eSDHC device module for P3041DS board by Yinbo Zhu · 5 years ago
  92. 83309ef configs: enable eSDHC device module for P2041RDB board by Yinbo Zhu · 5 years ago
  93. 02504ef configs: enable eSDHC device module for P2020RDB board by Yinbo Zhu · 5 years ago
  94. 20186d0 configs: enable eSDHC device module for P1020RDB board by Yinbo Zhu · 5 years ago
  95. 7e20c1f board: sdhc: Use block layer to read from mmc by Yinbo Zhu · 5 years ago
  96. c44d05d arch: powerpc: add eSDHC node to t4240 dts by Yinbo Zhu · 5 years ago
  97. 3f8f668 arch: powerpc: add eSDHC node to t104x dts by Yinbo Zhu · 5 years ago
  98. d2c398b arch: powerpc: add eSDHC node to t102x dts by Yinbo Zhu · 5 years ago
  99. 428e7a1 arch: powerpc: add eSDHC node to p5040 dts by Yinbo Zhu · 5 years ago
  100. 9d05cd2 arch: powerpc: add eSDHC node to p4080 dts by Yinbo Zhu · 5 years ago