1. a146bcc Merge branch 'master' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · 13 years ago
  2. a287963 fsl-ddr: Fix mixed-case macro names by Kyle Moffett · 13 years ago
  3. a832ac4 powerpc/85xx: Bump up the CONFIG_SYS_BOOTM_LEN to 64M on FSL 85xx boards by Kumar Gala · 13 years ago
  4. 9b6e9d1 powerpc/85xx: Enable eSPI support on P1022DS by Jiang Yutang · 14 years ago
  5. c62a6cf powerpc/85xx: Enable eSPI support for p1_p2_rdb by Priyanka Jain · 14 years ago
  6. 21dd9af powerpc/85xx: Enable eSPI controller & SPI boot support on P2020DS by Jerry Huang · 14 years ago
  7. 273feaf powerpc: eSPI and eSPI controller support by Mingkai Hu · 13 years ago
  8. 40ac3d4 tsec: Fix MDIO on devices with eTSEC2 by Andy Fleming · 13 years ago
  9. abe2c93 mmc: coding style fix and tabify of mmc.h by Thomas Chou · 13 years ago
  10. 4571de3 fsl_esdhc: Fix multi-block read restriction on i.MX53 eSDHCv2 by Jason Liu · 14 years ago
  11. 4ca9244 MMC: omap_hsmmc.c: disable multiblock rw on old rev omap34xx silicon by John Rigby · 13 years ago
  12. 8feafcc MMC: make b_max unconditional by John Rigby · 13 years ago
  13. 28df15e mmc_spi: add mmc_init call by Thomas Chou · 13 years ago
  14. f0c6452 ARMV7: Vexpress: Add MMC support by Matt Waddel · 13 years ago
  15. 23b93e1 MMC: Add support for PL180 ARM mmc device by Matt Waddel · 13 years ago
  16. 66412c6 powerpc/85xx: Change timebase divisor to be defined per processor by Kumar Gala · 14 years ago
  17. d90fdba powerpc/85xx: Implement work-around for P4080 erratum SERDES-A001 by Timur Tabi · 13 years ago
  18. f68d306 powerpc/85xx: Extend SERDES9 erratum work-around to SGMII, SRIO, and AURORA by Timur Tabi · 13 years ago
  19. 7d6d9ba powerpc/85xx: Display SERDES 8 erratum warning if banks are not disabled by Timur Tabi · 13 years ago
  20. da30b9f powerpc/85xx: Implement work-around for P4080 erratum SERDES-A005 by Timur Tabi · 14 years ago
  21. 82c9dfd powerpc/fsl: add 'pixis_reset dump' command by Timur Tabi · 14 years ago
  22. eb0d47e powerpc/86xx: remove empty board_early_init_f() by Timur Tabi · 13 years ago
  23. 1911602 Merge branch 'master' of git://git.denx.de/u-boot-video by Wolfgang Denk · 13 years ago
  24. 34d9cb5 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 13 years ago
  25. ba8e76b powerpc: use 'video-mode' environment variable to configure DIU by Timur Tabi · 13 years ago
  26. a5dbdc8 video: parse the video-mode environment variable by Timur Tabi · 14 years ago
  27. 74446b6 cfb_console: fix RLE bitmap drawing code by Anatolij Gustschin · 14 years ago
  28. 2fa8ca9 Add CONFIG_OF_LIBFDT to more boards. by Grant Likely · 14 years ago
  29. 4bd5566 i2c, soft_i2c: deblock bus if switching to another i2c bus by Heiko Schocher · 13 years ago
  30. c649dda i2c: add i2c deblock sequence before and after every mux config by Stefan Bigler · 13 years ago
  31. e3f1089 arm: a320: fix compile error caused by commit 00d10eb by Po-Yu Chuang · 13 years ago
  32. ae425c1 powerpc/85xx: Don't set FT_FSL_PCI_SETUP if CONFIG_PCI is not set by Matthew McClintock · 13 years ago
  33. 416202f powerpc/85xx: handle both "secX.Y" and "sec-vX.Y" properties by Kim Phillips · 13 years ago
  34. 3000976 powerpc/85xx: Enable ESDHC111 erratum on P2040/P3041/P5010/P5020 SoCs by Lei Xu · 13 years ago
  35. 86221f0 powerpc/85xx: Enable Internal USB PHY for p2040, p3041, p5010 and p5020 by Roy Zang · 13 years ago
  36. e02aea6 powerpc: Add P3041DS/P5020DS board support (uses corenet_ds code) by Kumar Gala · 14 years ago
  37. df8af0b p4080/serdes: Implement the XAUI workaround for SERDES9 erratum by Emil Medve · 14 years ago
  38. 3d28c5c powerpc/85xx: fsl_corenet_serdes code rework by Emil Medve · 14 years ago
  39. 02bb498 powerpc/85xx: Fix Wrong PCIe 3 virtual address on corenet_ds platforms by Trübenbach, Ralf · 13 years ago
  40. 2a0ffb8 powerpc/85xx: Add device tree fixup for bman portal by Haiying Wang · 14 years ago
  41. 2bad42a powerpc/85xx: Add support for 2nd USB controller on p1_p2_rdb by Ramneek Mehresh · 13 years ago
  42. 4b77047 powerpc/85xx: Added PMUXCR1 and PMUXCR2 defines for P1010/P1014 SoC by Dipen Dudhat · 14 years ago
  43. d7da148 powerpc/85xx: Change CS timing params before changing CS properties on IFC by Dipen Dudhat · 13 years ago
  44. e59a93e powerpc/85xx: Add support to save environment in SD card on p1_p2_rdb by Priyanka Jain · 14 years ago
  45. a000b79 common: add a grepenv command by Kim Phillips · 13 years ago
  46. 1fade70 powerpc: fix implementation of out_8 to match the other out_XX functions by Timur Tabi · 14 years ago
  47. af4d907 env: fix env var autocompletion by Kim Phillips · 13 years ago
  48. f314313 mpc52xx, digsy_mtc: protect default flash sectors by Heiko Schocher · 13 years ago
  49. 1b41493 mpc52xx, digsy_mtc: change phy addr for rev5 boards. by Heiko Schocher · 13 years ago
  50. 9030a55 NET: Correct potential missing goto label in case statement. by Gray Remlin · 14 years ago
  51. 2dc55d9 fix redundant environment for serial flash by thomas.langer@lantiq.com · 14 years ago
  52. f38536f Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  53. 34b5fc4 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Wolfgang Denk · 13 years ago
  54. 547bea1 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 13 years ago
  55. 5f902cf Merge branch 'spi' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 13 years ago
  56. d32a1a4 Don't grab memory for LCD if FB address is defined by Minkyu Kang · 13 years ago
  57. aeb630d nhk8815: move config targets from Makefile to boards.cfg by Alessandro Rubini · 13 years ago
  58. afba32b nhk8815: add support for relocation by Alessandro Rubini · 13 years ago
  59. cb8948e nhk8815: remove platform.S, which was unused at link time by Alessandro Rubini · 13 years ago
  60. 632f8fd cpuat91: fix board support by Eric Benard · 14 years ago
  61. 00d10eb ftsmc020: move ftsmc020 static mem controller to driver/mtd by Macpaul Lin · 13 years ago
  62. 5656b40 ftsdmc020: move ftsdmc020.h to include/faraday by Macpaul Lin · 13 years ago
  63. c2b2a07 cpu9260: update board support by Eric Benard · 14 years ago
  64. 9a29046 Fix the issue of _end symbol not being found while building by Sughosh Ganu · 13 years ago
  65. fb6e1f1 ARMV7: OMAP3: Add support for Comelit DIG297 board by Luca Ceresoli · 13 years ago
  66. 6cbec7b ARMV7: OMAP3: Cleanup extern variables in mem.c by Luca Ceresoli · 13 years ago
  67. f4ef666 arm: Tegra2: Move clk/mux init to board_early_init_f, add GPIO init by Tom Warren · 13 years ago
  68. c5e9313 arm: Tegra2: GPIO: Add basic GPIO definitions by Tom Warren · 13 years ago
  69. 1436d51 arm: Tegra2: Add missing PLLX init by Tom Warren · 13 years ago
  70. 6445a30 ARM: fix stack pointer adjustment in board_init_f() by Eric Cooper · 13 years ago
  71. 74652cf arm: Tegra2: add support for A9 CPU init by Tom Warren · 13 years ago
  72. c2b626c ARMV7: OMAP3: Add GPMC_CONFIGx register value definitions by Luca Ceresoli · 13 years ago
  73. b32e812 ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XX by Luca Ceresoli · 13 years ago
  74. d90859a omap3_beagle: enable EHCI and USB storage. by Alexander Holler · 13 years ago
  75. 7b89795 OMAP3: Add support for DPLL5 (usbhost) by Alexander Holler · 13 years ago
  76. 320f56f OMAP3: Change some USB related MUX values by Alexander Holler · 13 years ago
  77. 30f3413 ARM: OMAP3: Revamp IGEP module default configuration by Enric Balletbo i Serra · 13 years ago
  78. 304a46c ARM: OMAP3: Revamp IGEP v2 default by Enric Balletbo i Serra · 13 years ago
  79. 57b4bce Replace obsolete e-mail address by Albert ARIBAUD · 13 years ago
  80. 844c05a a320evb: fix include path of timer fttmr010 by Macpaul Lin · 14 years ago
  81. 0f7ffd7 fttmr010: move fttmr010 header to include/faraday by Macpaul Lin · 14 years ago
  82. d228710 ftpmu010.h: add asm support used by lowlevel_init by Macpaul Lin · 14 years ago
  83. caddb8e ftpmu010: fix relocation and enhance features by Macpaul Lin · 14 years ago
  84. 286a5b2 Orion5x: Correct DRAM bank detection by Rogan Dawes · 13 years ago
  85. 81a9ab2 I2C: add i2c support for Armada100 platform by Lei Wen · 13 years ago
  86. adb00bb I2C: mv_i2c: add multi bus support by Lei Wen · 13 years ago
  87. aa3b168 I2C: add i2c support for Pantheon platform by Lei Wen · 13 years ago
  88. 3df619e mv_i2c: use structure to replace the direclty define by Lei Wen · 13 years ago
  89. 879de12 mv_i2c: fix timeout value to be consistent with comments by Lei Wen · 13 years ago
  90. 68432c2 pxa: move i2c driver to the common place by Lei Wen · 13 years ago
  91. 7767849 MX25: tx25: Add _end section on nand_spl by Fabio Estevam · 14 years ago
  92. 7f5b2bb MX31: mx31pdk: fix nand_spl by Stefano Babic · 14 years ago
  93. 471eec5 ARMV7: Vexpress: Remove config.mk by Matt Waddel · 14 years ago
  94. 8dc667c arm: a320: use new ftpmu010 API by Po-Yu Chuang · 14 years ago
  95. d6150db power: ftpmu010: move drivers/power/ftpmu010.h to include/faraday by Po-Yu Chuang · 14 years ago
  96. d8834a1 arm: Use optimized memcpy and memset from linux by Matthias Weisser · 14 years ago
  97. b65a77a OMAP3: CM-T35: Add support for CM-T3730 by Igor Grinberg · 13 years ago
  98. 2b8754b OMAP3: CM-T35: enable the green LED by Igor Grinberg · 13 years ago
  99. afff1fc OMAP3: CM-T35: remove redundand i2c initialization by Igor Grinberg · 13 years ago
  100. 13009e3 OMAP3: CM-T35: fix mmc by Igor Grinberg · 13 years ago