1. ae3ef10 net: cpsw: Add NULL pointer check by Faiz Abbas · 5 years ago
  2. 095764e spl: ymodem: Fix loading of fit image by Lokesh Vutla · 5 years ago
  3. 3ef9471 mmc: davinci: fix mmc boot in SPL by Bartosz Golaszewski · 5 years ago
  4. 598d9bc board: omapl138_lcdk: add the mmc device to SPL by Bartosz Golaszewski · 5 years ago
  5. 21a4d80 mmc: davinci: drop struct davinci_mmc_plat by Bartosz Golaszewski · 5 years ago
  6. 6a97153 mmc: davinci: drop support for ti,dm6441-mmc by Bartosz Golaszewski · 5 years ago
  7. 69acc36 ARM: omapl138_lcdk: Allow early init to start instruction cache by Adam Ford · 5 years ago
  8. 5d7f5ac ARM: omapl138_lcdk: Enable SPL_DM_SEQ_ALIAS and SPL_OF_TRANSLATE by Adam Ford · 5 years ago
  9. cfa84e3 ARM: omapl138_lcdk: Increase malloc pool before relocation by Adam Ford · 5 years ago
  10. efa68e8 ARM: omapl138_lcdk: Separate BSS in SPL by Adam Ford · 5 years ago
  11. ca32678 cmd: pxe: Fix bootm argument count by Abhishek Shah · 5 years ago
  12. 1b3d24b armv7m: cache: add invalidate_icache_all() stub by Giulio Benetti · 5 years ago
  13. 78b7aa4 MAINTAINERS: Add info for bcm283x by Matthias Brugger · 5 years ago
  14. 4df23e5 blk: Make use of CONFIG_HAVE_BLOCK_DEVICE more by Tom Rini · 4 years, 11 months ago
  15. 56e5a39 mtd: mtdcore: Drop unused mtd_table by Tom Rini · 5 years ago
  16. 923e211 pci: Only link pci_rom.o in some cases by Tom Rini · 5 years ago
  17. e78f16b Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to Kconfig by Tom Rini · 5 years ago
  18. 60f3c01 Convert CONFIG_PHY_CORTINA to Kconfig by Tom Rini · 5 years ago
  19. 1e26f64 bootm: vxworks: Support Linux compatible standard DTB for ARM and PPC by Lihua Zhao · 5 years ago
  20. 9a94a89 tbs2910: Disable VxWorks image booting support by Tom Rini · 5 years ago
  21. 32f2ca2 cosmetic: Fix spelling and whitespace errors by Thomas Hebb · 5 years ago
  22. 983c0f9 Makefile: add Rockchip idbloader.img to CLEAN_FILES by Thomas Hebb · 5 years ago
  23. 0f18cf3 Makefile: consolidate hardcoded lists of files to clean by Thomas Hebb · 5 years ago
  24. 57297e6 Makefile: don't try to construct CLEAN_FILES based on config by Thomas Hebb · 5 years ago
  25. 6920f00 Kconfig: make TPL_DM_SERIAL depend on TPL_DM by Thomas Hebb · 5 years ago
  26. 37ef177 Kconfig: disambiguate config names for tiny printf by Thomas Hebb · 5 years ago
  27. 1297989 Prepare v2020.01-rc4 by Tom Rini · 4 years, 11 months ago v2020.01-rc4
  28. a4ef065 Merge branch '2019-12-02-master-imports' by Tom Rini · 4 years, 11 months ago
  29. cb3ef68 common: Move old EEPROM functions into a new header by Simon Glass · 5 years ago WIP/2019-12-02-master-imports
  30. 533cee0 common: Drop get_endaddr() by Simon Glass · 5 years ago
  31. d67bdaa common: Move trap_init() out of common.h by Simon Glass · 5 years ago
  32. 2cf431c common: Move pci_init_board() out of common.h by Simon Glass · 5 years ago
  33. 5255932 common: Move some board functions out of common.h by Simon Glass · 5 years ago
  34. 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
  35. 428a6a1 common: Drop board_show_dram() by Simon Glass · 5 years ago
  36. 288b29e common: Move command functions out of common.h by Simon Glass · 5 years ago
  37. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  38. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  39. 9d3915b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · 5 years ago
  40. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  41. 3374d28 common: Drop checkicache() and checkdcache() by Simon Glass · 5 years ago
  42. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  43. 6cc915b arm: powerpc: Tidy up code style for cache functions by Simon Glass · 5 years ago
  44. 62270f4 common: Move some SMP functions out of common.h by Simon Glass · 5 years ago
  45. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 5 years ago
  46. 2c629bd common: Drop cpu_init() by Simon Glass · 5 years ago
  47. b598147 common: Move some CPU functions out of common.h by Simon Glass · 5 years ago
  48. 68a6aa8 common: Move mii_init() function out of common.h by Simon Glass · 5 years ago
  49. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  50. f0143a8 common: Move timer_get_us() function out of common.h by Simon Glass · 5 years ago
  51. e3107d1 arm: pxa: Drop pxa_wait_ticks() by Simon Glass · 5 years ago
  52. 036a017 common: Move wait_ticks functions out of common.h by Simon Glass · 5 years ago
  53. 6887c5b common: Move some time functions out of common.h by Simon Glass · 5 years ago
  54. 6c03f9e common: Add a new lz4.h header file by Simon Glass · 5 years ago
  55. b03e051 common: Move serial functions out of common.h by Simon Glass · 5 years ago
  56. f516fd9 common: Move serial_printf() to the serial header by Simon Glass · 5 years ago
  57. 2310c8e serial: usb: Correct the usbtty_...() prototypes by Simon Glass · 5 years ago
  58. 8d5babb common: Move env_get_ip() to net.h by Simon Glass · 5 years ago
  59. 2189d5f Move strtomhz() to vsprintf.h by Simon Glass · 5 years ago
  60. 8bef79b common: Move sorting functions to their own header file by Simon Glass · 5 years ago
  61. f083583 common: Move bootcount functions to their header file by Simon Glass · 5 years ago
  62. c660444 spl: bootcount: Move code out of header file by Simon Glass · 5 years ago
  63. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  64. b2ea91b crc: Fix code style with crc functions by Simon Glass · 5 years ago
  65. c3a4d1c common: Drop linux/crc8.h by Simon Glass · 5 years ago
  66. 840ef4d common: Move random-number functions into their own header by Simon Glass · 5 years ago
  67. c076e5c status_led: Tidy up the code style by Simon Glass · 5 years ago
  68. c3e4430 common: Drop global inclusion of status_led.h by Simon Glass · 5 years ago
  69. 9ce2aa1 Drop CONFIG_SHOW_ACTIVITY by Simon Glass · 5 years ago
  70. 62f9b65 common: Move older CPU functions to their own header by Simon Glass · 5 years ago
  71. 3570406 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 11 months ago WIP/02Dec2019
  72. 1f3813c Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 4 years, 11 months ago
  73. 2a250ae MIPS: remove Micronas VCT boards by Daniel Schwierzeck · 5 years ago
  74. 873d00a3fb configs: ls1028a: enable CMD_DM by Alex Marginean · 5 years ago
  75. 9977ebd board: fsl: lx2160a: Fix the typo in board_fix_fdt by Pankaj Bansal · 5 years ago
  76. 7a8d9fd configs/lx2160a: Add CONFIG_ENV_SECT_SIZE in defconfig by Priyanka Jain · 5 years ago
  77. dd38416 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 5 years ago WIP/28Nov2019
  78. c4f697b Merge git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  79. 089612d Merge tag 'mmc-11-27-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  80. 2906144 Merge tag 'u-boot-stm32-20191126' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  81. 4b39568 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 5 years ago
  82. 56b0bb9 mmc: tmio: sdhi: Add calibration tables by Marek Vasut · 5 years ago
  83. 1bdcb83 mmc: tmio: sdhi: Skip bad taps by Marek Vasut · 5 years ago
  84. 6900066 mmc: tmio: sdhi: Add SCC error checking by Marek Vasut · 5 years ago
  85. 8f39b03 mmc: tmio: sdhi: Disable auto-retuning in HS400 by Marek Vasut · 5 years ago
  86. e5d3f3d mmc: tmio: sdhi: Adjust HS400 calibration offsets by Marek Vasut · 5 years ago
  87. dc419fc mmc: tmio: sdhi: Adjust DT2FF settings for HS400 mode by Marek Vasut · 5 years ago
  88. 8109988 mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2 by Marek Vasut · 5 years ago
  89. 37c3990 mmc: tmio: sdhi: Track SMPCMP valu in private data by Marek Vasut · 5 years ago
  90. 0196a58 mmc: tmio: sdhi: Track current tap number in private data by Marek Vasut · 5 years ago
  91. 1eaffca mpc83xx: remove unused clock.h by Yangbo Lu · 5 years ago
  92. d3eb317 arm: drop eSDHC clock getting in mxc_get_clock() for layerscape by Yangbo Lu · 5 years ago
  93. d9114e2 arm: ls1021a: drop redundant board_mmc_init() by Yangbo Lu · 5 years ago
  94. 5e81cbf mmc: fsl_esdhc: get clock directly from global data by Yangbo Lu · 5 years ago
  95. 1b71695 mmc: sdhci: make sdhci_get_cd static by Baruch Siach · 5 years ago
  96. a3c9805 include/configs: ls1012a: add pfe stop command by Biwen Li · 5 years ago
  97. 283e4ab armv8: ls1043aqds: modify the qspi_bootcmd definition by Wen He · 5 years ago
  98. 201d8a5 configs: ls1028a: enable OF_LIBFDT_OVERLAY by Alex Marginean · 5 years ago
  99. 0de19ab armv8: ls1028a: Add environment variables to facilitate the boot by Yuantian Tang · 5 years ago
  100. b4fee16 stm32mp1: add support for virtual partition read by Patrick Delaunay · 5 years ago