1. 3dab730 usb: ums: fix disk capacity miscalculation and code cleanup by Przemyslaw Marczak · 11 years ago
  2. 0e1e709 usb: ums: allows using every mmc device with ums. by Przemyslaw Marczak · 11 years ago
  3. 674b1a6 usb: ums: code refactoring to improve reusability on other boards. by Przemyslaw Marczak · 11 years ago
  4. 2fb506b Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire by Tom Rini · 11 years ago
  5. 3cad886 Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 11 years ago
  6. 56ef75c ColdFire: fix some typoes for CF platform by jason · 11 years ago
  7. ef1030c coldfire: cpu5282: increase malloc space to fix crash on start u-boot by Jens Scharsig (BuS Elektronik) · 11 years ago
  8. 6c04dcd Makfile: fix a rule to build u-boot.sb by Masahiro Yamada · 11 years ago
  9. efe3dc0 freescale: p1_p2_rdb_pc: rename COBJS-y to obj-y by Masahiro Yamada · 11 years ago
  10. ead2d42 fpga: Add support for gzip images with bitstreams by Michal Simek · 11 years ago
  11. 94dc92f fpga: zynqpl: Do not place bitstream below 1MB by Michal Simek · 11 years ago
  12. 8cfb246 fpga: zynqpl: Add dcache flush support by Jagannadha Sutradharudu Teki · 11 years ago
  13. 759456e pxe: fix handling of absolute paths by Rob Herring · 11 years ago
  14. 4252e98 ARM: versatile: convert to common timer code by Rob Herring · 11 years ago
  15. 741a0bd ARM: tegra: convert to common timer code by Rob Herring · 11 years ago
  16. 55d2326 ARM: socfpga: convert to common timer code by Rob Herring · 11 years ago
  17. 9560ec4 ARM: vexpress: convert to common timer code by Rob Herring · 11 years ago
  18. c4d1a0e ARM: mx25: convert to common timer code by Rob Herring · 11 years ago
  19. 8ba859a ARM: highbank: convert to common timer code by Rob Herring · 11 years ago
  20. 7a626f0 sh: convert to common timer code by Rob Herring · 11 years ago
  21. 5715694 Introduce common timer functions by Rob Herring · 11 years ago
  22. 55fbb1d examples: enable gc-sections option by Rob Herring · 11 years ago
  23. 33d1b9a config: remove platform CONFIG_SYS_HZ definition part 2/2 by Rob Herring · 11 years ago
  24. 7291732 config: remove platform CONFIG_SYS_HZ definition part 1/2 by Rob Herring · 11 years ago
  25. a0f85d3 config: consolidate CONFIG_SYS_HZ definition by Rob Herring · 11 years ago
  26. 204c4ed config: Add a default CONFIG_SYS_PROMPT by Rob Herring · 11 years ago
  27. 9170310 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Tom Rini · 11 years ago
  28. 18b03b5 blackfin: Move machine specific gpio_port_t structure back to blackfin arch folder. by Steven Miao · 11 years ago
  29. 83ee17e blackfin: fix a warning in arch/blackfin/cpu/cpu.c by Masahiro Yamada · 11 years ago
  30. 3a8e53e board/keymile/kmp204x/Makefile: Convert to SPDX tag by Tom Rini · 11 years ago
  31. b792973 board: powerpc: convert more makefiles to Kbuild style by Tom Rini · 11 years ago
  32. 33ed77e Makefile: convert makefiles to Kbuild style and delete grep switch by Masahiro Yamada · 11 years ago
  33. 9e09735 dts, api, test: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  34. f427136 post: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  35. c54b77e board: powerpc: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  36. 5d23de5 board: arm: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  37. c3c10f9 blackfin: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  38. abff819 m68k: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  39. aa96dd1 x86: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  40. 07bcebf nios2: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  41. 8087e0e nds32: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  42. 48a47f0 mips: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  43. 04e7e5a microblaze: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  44. a90185e openrisc: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  45. 796b986 avr32: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  46. f408ace sh: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  47. 873ccf8 sparc: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  48. 9c69e30 sh: Do not include start.o in lib$(CPU).o by Masahiro Yamada · 11 years ago
  49. 5e3d1b1 sparc: fix a link error by Masahiro Yamada · 11 years ago
  50. cd6fdfb ARM: s5pc, exynos: move Samsung ARM SoC specific code under arch/arm/ by Masahiro Yamada · 11 years ago
  51. 827b816 ARM: omap: move OMAP specific code under arch/arm/ by Masahiro Yamada · 11 years ago
  52. df04214 ARM: tegra: move Tegra specific code under arch/arm/ by Masahiro Yamada · 11 years ago
  53. 006bb56 fs: move some file system to fs/Makefile by Masahiro Yamada · 11 years ago
  54. 887082a drivers: move some drivers to drivers/Makefile by Masahiro Yamada · 11 years ago
  55. 1b8b224 Makefile: support descending down to subdirectories by Masahiro Yamada · 11 years ago
  56. 376c5bf board: ti: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  57. 4fbb29d powerpc: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  58. 52f677a sandbox: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  59. efae516 disk: convert a makefile to Kbuild style by Masahiro Yamada · 11 years ago
  60. f9e50cc lib: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  61. 51dda80 net: convert a makefile to Kbuild style by Masahiro Yamada · 11 years ago
  62. 55c745d common: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  63. 22cca02 fs: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  64. 5594ce4 drivers: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  65. 3e02168 drivers: usb: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  66. 25bb3af drivers: mtd: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  67. cd31b06 drivers: net: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  68. 15103d1 ARM: imx-common: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  69. 5a0c0ba ARM: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  70. 008a1ec arm720t: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  71. 0dc9b45 arm920t: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  72. 65aac04 arm926ejs: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  73. d449575 armv7: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  74. 8d45f36 Makefile: prepare for using Kbuild-style Makefile by Masahiro Yamada · 11 years ago
  75. b7bef6a nand_util.c: Correct licensing by Tom Rini · 11 years ago
  76. 8a065e9 powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register by Haijun.Zhang · 11 years ago
  77. c4fd451 esdhc: memset mmc struct before putting into use by Haijun.Zhang · 11 years ago
  78. d49eb9e Powerpc/esdhc: Add simple description of esdhc register by Haijun.Zhang · 11 years ago
  79. a63efe7 powerpc/esdhc: Map register for eSDHC Host Controller V3.0 by Haijun.Zhang · 11 years ago
  80. 7016309 DWMMC: SMDK5420: Disable SMU for eMMC by Rajeshwari Shinde · 11 years ago
  81. adccccf mmc: sdhci: Avoid commands errors by simple timeout adaptation. by Przemyslaw Marczak · 11 years ago
  82. d94735b mmc: dw_mmc: change the callback function name. by Jaehoon Chung · 11 years ago
  83. b3f1409 mmc: Fix erase_grp_size for partitioned card by Oliver Metz · 11 years ago
  84. 5f14368 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 11 years ago
  85. 9ab0549 video, formike: change tag/val write by Heiko Schocher · 11 years ago
  86. 6275956 video, cfb_console: make background and foreground color configurable by Heiko Schocher · 11 years ago
  87. d6e427a video: ipu_disp: Fix clock polarity logic by Fabio Estevam · 11 years ago
  88. c98bf29 mpc85xx: introduce the kmp204x reference design support by Valentin Longchamp · 11 years ago
  89. f4fe44a fsl/mpc85xx: define common serdes_clock_to_string function by Valentin Longchamp · 11 years ago
  90. cbb6566 mtd/fsl_elbc: take NAND_ECC_SOFT_BCH config option into account by Valentin Longchamp · 11 years ago
  91. 51b2ca3 net/fman: add a fm_enable_port function by Valentin Longchamp · 11 years ago
  92. 0b81093 mpc8xxx: set x2 DDR3 refresh rate if SPD config requires it by Valentin Longchamp · 11 years ago
  93. 993967a mpc8xxx: call i2c_set_bus_num in __get_spd by Valentin Longchamp · 11 years ago
  94. 391cc9b KM: add CONFIG_KM_COMMON_ETH_INIT for km common eth init by Valentin Longchamp · 11 years ago
  95. 255f250 KM: define CONFIG_SYS_I2C_INIT_BOARD only for concerned board by Valentin Longchamp · 11 years ago
  96. 1d39959 KM: fix typo in default environment by Valentin Longchamp · 11 years ago
  97. 1192b52 km-powerpc: move SYS_MALLOC_LEN out of keymile-common.h by Valentin Longchamp · 11 years ago
  98. 3d854c4 powerpc: cast bi_memsize to ulong for %ld usage by Valentin Longchamp · 11 years ago
  99. 16b0806 powerpc/usb:Differentiate USB controller base address by ramneek mehresh · 11 years ago
  100. d04f8fe powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socs by ramneek mehresh · 11 years ago