1. 0cfccb5 configs: Resync with savedefconfig by Tom Rini · 4 years, 10 months ago
  2. c1c6e4a Merge branch '2019-10-27-mtd-cleanup' by Tom Rini · 4 years, 10 months ago
  3. fb43844 mtd: Makefile: deep cleanup by Miquel Raynal · 5 years ago
  4. ff102c5 cmd: make MTD commands depend on MTD by Miquel Raynal · 5 years ago
  5. eb446ef cmd: nand/sf: isolate legacy code by Miquel Raynal · 5 years ago
  6. 587f445 cmd: mtdparts: Kconfig: join mtdparts command entry with its options by Miquel Raynal · 5 years ago
  7. 85f7e9d mtd: spi: SPI_FLASH_MTD depends on MTD by Miquel Raynal · 5 years ago
  8. f3a02d2 dfu: add dependency on the raw NAND core by Miquel Raynal · 5 years ago
  9. c8f555f mtd: nand: add includes in NAND core to avoid warnings by Miquel Raynal · 5 years ago
  10. e81f032 configs: ls104x/ls108x/ls208x: Build the raw NAND core with TFABOOT by Miquel Raynal · 5 years ago
  11. 7db785c configs: socfpga: mcvevk: Remove useless UBI infos by Miquel Raynal · 5 years ago
  12. 910bc26 configs: remove MTD support from bcm11130 and M54418TWR defconfigs by Miquel Raynal · 5 years ago
  13. 452f22e configs: remove raw NAND core from k2g defconfigs by Miquel Raynal · 5 years ago
  14. e0a4c2d configs: move CONFIG_MTD in defconfigs when set in arch includes by Miquel Raynal · 5 years ago
  15. f6434a9 mtd: ensure MTD is compiled when CMD_MTDPARTS is selected by Miquel Raynal · 5 years ago
  16. 2fa872e mtd: ensure CMD_NAND is compiled when its options are selected by Miquel Raynal · 5 years ago
  17. 7ccc3f3 mtd: ensure MTD_RAW_NAND is compiled when ENV_IS_IN_NAND is selected by Miquel Raynal · 5 years ago
  18. 00e2704 mtd: ensure UBI is compiled when ENV_IS_IN_UBI is selected by Miquel Raynal · 5 years ago
  19. f344fb1 mtd: ensure UBI is compiled when using fastmap by Miquel Raynal · 5 years ago
  20. 63ea317 mtd: ensure MTD is compiled when there is a SPI NOR flash using MTD by Miquel Raynal · 5 years ago
  21. d4c2f6b mtd: ensure MTD/the raw NAND core are compiled when there is a NAND flash by Miquel Raynal · 5 years ago
  22. 888f184 mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTD by Miquel Raynal · 5 years ago
  23. 1de770d mtd: rename CONFIG_MTD -> CONFIG_DM_MTD by Miquel Raynal · 5 years ago
  24. 88718be mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · 5 years ago
  25. 94d022b Merge tag 'efi-2020-01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 10 months ago
  26. a7bbaf8 Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
  27. 2ae43a2 Merge branch '2019-12-03-master-imports' by Tom Rini · 4 years, 10 months ago
  28. 0bffb8c cmd: efidebug: fix a build error in show_efi_boot_opt() by AKASHI Takahiro · 4 years, 10 months ago
  29. c9f417b arm64: zynqmp: Point zcu216 defconfig to correct dts file by Michal Simek · 4 years, 10 months ago
  30. abf2c68 ARM: MediaTek: add basic support for MT8518 boards by mingming lee · 4 years, 11 months ago
  31. 485627d pinctrl: add driver for MT8518 by mingming lee · 4 years, 11 months ago
  32. 69373bd mmc: mtk-sd: Adjust the mmc tuning flow by mingming lee · 4 years, 11 months ago
  33. 9072400 clk: mediatek: add driver for MT8518 by mingming lee · 4 years, 11 months ago
  34. 13e89d7 ARM: MediaTek: Add support for MediaTek MT8518 SoC by mingming lee · 4 years, 11 months ago
  35. 42a4ee8 regmap: Fix potential memory leaks by Faiz Abbas · 4 years, 11 months ago
  36. ae3ef10 net: cpsw: Add NULL pointer check by Faiz Abbas · 4 years, 11 months ago
  37. 095764e spl: ymodem: Fix loading of fit image by Lokesh Vutla · 4 years, 10 months ago
  38. 3ef9471 mmc: davinci: fix mmc boot in SPL by Bartosz Golaszewski · 4 years, 10 months ago
  39. 598d9bc board: omapl138_lcdk: add the mmc device to SPL by Bartosz Golaszewski · 4 years, 10 months ago
  40. 21a4d80 mmc: davinci: drop struct davinci_mmc_plat by Bartosz Golaszewski · 4 years, 10 months ago
  41. 6a97153 mmc: davinci: drop support for ti,dm6441-mmc by Bartosz Golaszewski · 4 years, 10 months ago
  42. 69acc36 ARM: omapl138_lcdk: Allow early init to start instruction cache by Adam Ford · 4 years, 11 months ago
  43. 5d7f5ac ARM: omapl138_lcdk: Enable SPL_DM_SEQ_ALIAS and SPL_OF_TRANSLATE by Adam Ford · 4 years, 11 months ago
  44. cfa84e3 ARM: omapl138_lcdk: Increase malloc pool before relocation by Adam Ford · 4 years, 11 months ago
  45. efa68e8 ARM: omapl138_lcdk: Separate BSS in SPL by Adam Ford · 4 years, 11 months ago
  46. ca32678 cmd: pxe: Fix bootm argument count by Abhishek Shah · 4 years, 10 months ago
  47. 1b3d24b armv7m: cache: add invalidate_icache_all() stub by Giulio Benetti · 4 years, 10 months ago
  48. 78b7aa4 MAINTAINERS: Add info for bcm283x by Matthias Brugger · 4 years, 10 months ago
  49. 4df23e5 blk: Make use of CONFIG_HAVE_BLOCK_DEVICE more by Tom Rini · 4 years, 10 months ago
  50. 56e5a39 mtd: mtdcore: Drop unused mtd_table by Tom Rini · 4 years, 10 months ago
  51. 923e211 pci: Only link pci_rom.o in some cases by Tom Rini · 4 years, 10 months ago
  52. e78f16b Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to Kconfig by Tom Rini · 4 years, 10 months ago
  53. 60f3c01 Convert CONFIG_PHY_CORTINA to Kconfig by Tom Rini · 4 years, 10 months ago
  54. 1e26f64 bootm: vxworks: Support Linux compatible standard DTB for ARM and PPC by Lihua Zhao · 4 years, 10 months ago
  55. 9a94a89 tbs2910: Disable VxWorks image booting support by Tom Rini · 4 years, 10 months ago
  56. 32f2ca2 cosmetic: Fix spelling and whitespace errors by Thomas Hebb · 4 years, 10 months ago
  57. 983c0f9 Makefile: add Rockchip idbloader.img to CLEAN_FILES by Thomas Hebb · 4 years, 11 months ago
  58. 0f18cf3 Makefile: consolidate hardcoded lists of files to clean by Thomas Hebb · 4 years, 11 months ago
  59. 57297e6 Makefile: don't try to construct CLEAN_FILES based on config by Thomas Hebb · 4 years, 11 months ago
  60. 6920f00 Kconfig: make TPL_DM_SERIAL depend on TPL_DM by Thomas Hebb · 4 years, 11 months ago
  61. 37ef177 Kconfig: disambiguate config names for tiny printf by Thomas Hebb · 4 years, 11 months ago
  62. 1297989 Prepare v2020.01-rc4 by Tom Rini · 4 years, 10 months ago
  63. a4ef065 Merge branch '2019-12-02-master-imports' by Tom Rini · 4 years, 10 months ago
  64. cb3ef68 common: Move old EEPROM functions into a new header by Simon Glass · 4 years, 10 months ago
  65. 533cee0 common: Drop get_endaddr() by Simon Glass · 4 years, 10 months ago
  66. d67bdaa common: Move trap_init() out of common.h by Simon Glass · 4 years, 10 months ago
  67. 2cf431c common: Move pci_init_board() out of common.h by Simon Glass · 4 years, 10 months ago
  68. 5255932 common: Move some board functions out of common.h by Simon Glass · 4 years, 10 months ago
  69. 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 4 years, 10 months ago
  70. 428a6a1 common: Drop board_show_dram() by Simon Glass · 4 years, 10 months ago
  71. 288b29e common: Move command functions out of common.h by Simon Glass · 4 years, 10 months ago
  72. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 4 years, 10 months ago
  73. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 4 years, 10 months ago
  74. 9d3915b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · 4 years, 10 months ago
  75. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 10 months ago
  76. 3374d28 common: Drop checkicache() and checkdcache() by Simon Glass · 4 years, 10 months ago
  77. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 10 months ago
  78. 6cc915b arm: powerpc: Tidy up code style for cache functions by Simon Glass · 4 years, 10 months ago
  79. 62270f4 common: Move some SMP functions out of common.h by Simon Glass · 4 years, 10 months ago
  80. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 4 years, 10 months ago
  81. 2c629bd common: Drop cpu_init() by Simon Glass · 4 years, 10 months ago
  82. b598147 common: Move some CPU functions out of common.h by Simon Glass · 4 years, 10 months ago
  83. 68a6aa8 common: Move mii_init() function out of common.h by Simon Glass · 4 years, 10 months ago
  84. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 4 years, 10 months ago
  85. f0143a8 common: Move timer_get_us() function out of common.h by Simon Glass · 4 years, 10 months ago
  86. e3107d1 arm: pxa: Drop pxa_wait_ticks() by Simon Glass · 4 years, 10 months ago
  87. 036a017 common: Move wait_ticks functions out of common.h by Simon Glass · 4 years, 10 months ago
  88. 6887c5b common: Move some time functions out of common.h by Simon Glass · 4 years, 10 months ago
  89. 6c03f9e common: Add a new lz4.h header file by Simon Glass · 4 years, 10 months ago
  90. b03e051 common: Move serial functions out of common.h by Simon Glass · 4 years, 10 months ago
  91. f516fd9 common: Move serial_printf() to the serial header by Simon Glass · 4 years, 10 months ago
  92. 2310c8e serial: usb: Correct the usbtty_...() prototypes by Simon Glass · 4 years, 10 months ago
  93. 8d5babb common: Move env_get_ip() to net.h by Simon Glass · 4 years, 10 months ago
  94. 2189d5f Move strtomhz() to vsprintf.h by Simon Glass · 4 years, 10 months ago
  95. 8bef79b common: Move sorting functions to their own header file by Simon Glass · 4 years, 10 months ago
  96. f083583 common: Move bootcount functions to their header file by Simon Glass · 4 years, 10 months ago
  97. c660444 spl: bootcount: Move code out of header file by Simon Glass · 4 years, 10 months ago
  98. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 4 years, 10 months ago
  99. b2ea91b crc: Fix code style with crc functions by Simon Glass · 4 years, 10 months ago
  100. c3a4d1c common: Drop linux/crc8.h by Simon Glass · 4 years, 10 months ago