1. a903be4 mtd: rename CONFIG_MTD -> CONFIG_DM_MTD by Miquel Raynal · 5 years ago
  2. d093536 mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · 5 years ago
  3. 0fb975d Merge tag 'efi-2020-01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  4. f09343f Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  5. 59502e6 Merge branch '2019-12-03-master-imports' by Tom Rini · 5 years ago
  6. dab93f4 cmd: efidebug: fix a build error in show_efi_boot_opt() by AKASHI Takahiro · 5 years ago
  7. 1993c2b arm64: zynqmp: Point zcu216 defconfig to correct dts file by Michal Simek · 5 years ago
  8. 862f505 ARM: MediaTek: add basic support for MT8518 boards by developer · 5 years ago
  9. c3aeb81 pinctrl: add driver for MT8518 by developer · 5 years ago
  10. 18f9fc7 mmc: mtk-sd: Adjust the mmc tuning flow by developer · 5 years ago
  11. 5817d5c clk: mediatek: add driver for MT8518 by developer · 5 years ago
  12. 9445eda ARM: MediaTek: Add support for MediaTek MT8518 SoC by developer · 5 years ago
  13. 4bba413 regmap: Fix potential memory leaks by Faiz Abbas · 5 years ago
  14. 9e0e1f3 net: cpsw: Add NULL pointer check by Faiz Abbas · 5 years ago
  15. 7ac012a spl: ymodem: Fix loading of fit image by Lokesh Vutla · 5 years ago
  16. e33cd22 mmc: davinci: fix mmc boot in SPL by Bartosz Golaszewski · 5 years ago
  17. f1412ef board: omapl138_lcdk: add the mmc device to SPL by Bartosz Golaszewski · 5 years ago
  18. 012929e mmc: davinci: drop struct davinci_mmc_plat by Bartosz Golaszewski · 5 years ago
  19. 3dffb44 mmc: davinci: drop support for ti,dm6441-mmc by Bartosz Golaszewski · 5 years ago
  20. 6d7e459 ARM: omapl138_lcdk: Allow early init to start instruction cache by Adam Ford · 5 years ago
  21. 64e06f2 ARM: omapl138_lcdk: Enable SPL_DM_SEQ_ALIAS and SPL_OF_TRANSLATE by Adam Ford · 5 years ago
  22. 4c64702 ARM: omapl138_lcdk: Increase malloc pool before relocation by Adam Ford · 5 years ago
  23. 1fd4055 ARM: omapl138_lcdk: Separate BSS in SPL by Adam Ford · 5 years ago
  24. 7ca4e2c cmd: pxe: Fix bootm argument count by Abhishek Shah · 5 years ago
  25. d2475a1 armv7m: cache: add invalidate_icache_all() stub by Giulio Benetti · 5 years ago
  26. 247539e MAINTAINERS: Add info for bcm283x by Matthias Brugger · 5 years ago
  27. 609a074 blk: Make use of CONFIG_HAVE_BLOCK_DEVICE more by Tom Rini · 5 years ago
  28. 6ccea84 mtd: mtdcore: Drop unused mtd_table by Tom Rini · 5 years ago
  29. 793072a pci: Only link pci_rom.o in some cases by Tom Rini · 5 years ago
  30. 0b0342f Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to Kconfig by Tom Rini · 5 years ago
  31. 84e35db Convert CONFIG_PHY_CORTINA to Kconfig by Tom Rini · 5 years ago
  32. dcda76e bootm: vxworks: Support Linux compatible standard DTB for ARM and PPC by Lihua Zhao · 5 years ago
  33. 7859101 tbs2910: Disable VxWorks image booting support by Tom Rini · 5 years ago
  34. fd37f24 cosmetic: Fix spelling and whitespace errors by Thomas Hebb · 5 years ago
  35. 71598fe Makefile: add Rockchip idbloader.img to CLEAN_FILES by Thomas Hebb · 5 years ago
  36. f2a5650 Makefile: consolidate hardcoded lists of files to clean by Thomas Hebb · 5 years ago
  37. 42b256d Makefile: don't try to construct CLEAN_FILES based on config by Thomas Hebb · 5 years ago
  38. c850c6a Kconfig: make TPL_DM_SERIAL depend on TPL_DM by Thomas Hebb · 5 years ago
  39. 0c12fb5 Kconfig: disambiguate config names for tiny printf by Thomas Hebb · 5 years ago
  40. 890ace3 Prepare v2020.01-rc4 by Tom Rini · 5 years ago
  41. 9ca7490 Merge branch '2019-12-02-master-imports' by Tom Rini · 5 years ago
  42. eba6b8d common: Move old EEPROM functions into a new header by Simon Glass · 5 years ago
  43. 8e50a0e common: Drop get_endaddr() by Simon Glass · 5 years ago
  44. 537ecc9 common: Move trap_init() out of common.h by Simon Glass · 5 years ago
  45. 18afe10 common: Move pci_init_board() out of common.h by Simon Glass · 5 years ago
  46. a7b5130 common: Move some board functions out of common.h by Simon Glass · 5 years ago
  47. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
  48. 320a5d4 common: Drop board_show_dram() by Simon Glass · 5 years ago
  49. adaaa48 common: Move command functions out of common.h by Simon Glass · 5 years ago
  50. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  51. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  52. f87959b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · 5 years ago
  53. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  54. 1ba89d7 common: Drop checkicache() and checkdcache() by Simon Glass · 5 years ago
  55. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  56. fbf091b arm: powerpc: Tidy up code style for cache functions by Simon Glass · 5 years ago
  57. 370382c common: Move some SMP functions out of common.h by Simon Glass · 5 years ago
  58. 1fa70f8 common: Move checkcpu() out of common.h by Simon Glass · 5 years ago
  59. 08c5591 common: Drop cpu_init() by Simon Glass · 5 years ago
  60. 33d1e70 common: Move some CPU functions out of common.h by Simon Glass · 5 years ago
  61. caefa32 common: Move mii_init() function out of common.h by Simon Glass · 5 years ago
  62. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  63. 2e3b8a2 common: Move timer_get_us() function out of common.h by Simon Glass · 5 years ago
  64. a18a669 arm: pxa: Drop pxa_wait_ticks() by Simon Glass · 5 years ago
  65. 77f80e6 common: Move wait_ticks functions out of common.h by Simon Glass · 5 years ago
  66. 45c7890 common: Move some time functions out of common.h by Simon Glass · 5 years ago
  67. e1aba1e common: Add a new lz4.h header file by Simon Glass · 5 years ago
  68. 3673618 common: Move serial functions out of common.h by Simon Glass · 5 years ago
  69. bd7a59a common: Move serial_printf() to the serial header by Simon Glass · 5 years ago
  70. 23fe449 serial: usb: Correct the usbtty_...() prototypes by Simon Glass · 5 years ago
  71. 15595db common: Move env_get_ip() to net.h by Simon Glass · 5 years ago
  72. f5c208d Move strtomhz() to vsprintf.h by Simon Glass · 5 years ago
  73. 16ff570 common: Move sorting functions to their own header file by Simon Glass · 5 years ago
  74. 6853b16 common: Move bootcount functions to their header file by Simon Glass · 5 years ago
  75. c11c19f spl: bootcount: Move code out of header file by Simon Glass · 5 years ago
  76. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  77. c2226bf crc: Fix code style with crc functions by Simon Glass · 5 years ago
  78. ca9b0af common: Drop linux/crc8.h by Simon Glass · 5 years ago
  79. ecd1f81 common: Move random-number functions into their own header by Simon Glass · 5 years ago
  80. 9ea8f9f status_led: Tidy up the code style by Simon Glass · 5 years ago
  81. e7872cb common: Drop global inclusion of status_led.h by Simon Glass · 5 years ago
  82. d662cdb Drop CONFIG_SHOW_ACTIVITY by Simon Glass · 5 years ago
  83. 970b61e common: Move older CPU functions to their own header by Simon Glass · 5 years ago
  84. d86eba4 dm: serial: Handle "stdout-path" with ":options" correctly by Bin Meng · 5 years ago
  85. 6616774 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 5 years ago
  86. 95ee2ae Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 5 years ago
  87. 2f9e494 MIPS: remove Micronas VCT boards by Daniel Schwierzeck · 5 years ago
  88. 427c8dc configs: ls1028a: enable CMD_DM by Alex Marginean · 5 years ago
  89. 58ace21 board: fsl: lx2160a: Fix the typo in board_fix_fdt by Pankaj Bansal · 5 years ago
  90. 3396100 configs/lx2160a: Add CONFIG_ENV_SECT_SIZE in defconfig by Priyanka Jain · 5 years ago
  91. 481d3eb Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 5 years ago
  92. de2eaee Merge git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  93. ce8f674 Merge tag 'mmc-11-27-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  94. 5a48f3c Merge tag 'u-boot-stm32-20191126' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  95. 7452aa6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 5 years ago
  96. 7b46176 mmc: tmio: sdhi: Add calibration tables by Marek Vasut · 5 years ago
  97. 531fc99 mmc: tmio: sdhi: Skip bad taps by Marek Vasut · 5 years ago
  98. 52647a0 mmc: tmio: sdhi: Add SCC error checking by Marek Vasut · 5 years ago
  99. 242c63d mmc: tmio: sdhi: Disable auto-retuning in HS400 by Marek Vasut · 5 years ago
  100. cf643b0 mmc: tmio: sdhi: Adjust HS400 calibration offsets by Marek Vasut · 5 years ago