1. 4e0fbb9 Use ALL-y style instead of ifeq blocks for better readability by Daniel Schwierzeck · 13 years ago
  2. a16a84b Fix: watchdog timed out, if using md5 command by Jens Scharsig · 13 years ago
  3. 3e499b6 Fix: watchdog timed out, if using sha1 command by Jens Scharsig · 13 years ago
  4. d0c4c33 command/cmd_cache.c: Add optional flush arguments by Matthew McClintock · 13 years ago
  5. 0e0996e common/cmd_ximg.c: add ifdef protection for gzip uncompression by Matthew McClintock · 13 years ago
  6. df3fc52 disk/part.c: Make features optional by Matthew McClintock · 13 years ago
  7. 07c0763 miiphy: use strncpy() not sprintf() by Laurence Withers · 13 years ago
  8. 9e9579b powerpc: Fix device tree padding associated with ramdisk by Kumar Gala · 13 years ago
  9. 3cfe695 Revert "post, memory test: add memory_post_test() to include file" by Wolfgang Denk · 13 years ago
  10. 39c6e03 Fix: if using crc32 command watchdog timed out by Jens Scharsig · 13 years ago
  11. b038db8 memcpy/memmove: Do not copy to same address by Matthias Weisser · 13 years ago
  12. 942e314 scsi/ahci: add support for non-PCI controllers by Rob Herring · 13 years ago
  13. e5a6c79 scsi/ahci: ata id little endian fix by Rob Herring · 13 years ago
  14. f18714d post, memory test: add memory_post_test() to include file by Heiko Schocher · 13 years ago
  15. fafc245 andes_spi: add andes_spi interface by Macpaul Lin · 13 years ago
  16. 370d1e3 cosmetic, main: correct indentation/spacing issues by Jason Hobbs · 13 years ago
  17. 3c766dc cosmetic, main: clean up declarations of abortboot by Jason Hobbs · 13 years ago
  18. f0ece9e net: designware: fix uninitialized phy_addr usage by Mike Frysinger · 13 years ago
  19. ee7f5bf net: designware: fix unused warning when CONFIG_DW_AUTONEG is enabled by Mike Frysinger · 13 years ago
  20. 67d668b autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
  21. 51f924e board/tqm85xx: Create and tear down TLB for get_ram_size() by Becky Bruce · 13 years ago
  22. 9cdfe28 powerpc/mpc85xx: Add clear_ddr_tlbs function by Becky Bruce · 13 years ago
  23. ffadc44 fman: insert the Fman firmware into the device tree by Timur Tabi · 13 years ago
  24. e4e7e42 powerpc/85xx: add support the ePAPR "phandle" property by Timur Tabi · 13 years ago
  25. 74fac70 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · 13 years ago
  26. 1bb5e90 Fix typo from 'mb_alloc' -> 'lmb_alloc' by Matthew McClintock · 13 years ago
  27. cdf1a23 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  28. 1c6d00c Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 13 years ago
  29. 6e25b6c ARM: MX5: Fix broken leftover TO-2 errata workaround by David Jander · 13 years ago
  30. 9f008bb MX31: Cleanup clock function by Stefano Babic · 13 years ago
  31. 386393c scb9328: Add ARM relocation support by Torsten Koschorrek · 13 years ago
  32. 49473ad am3517evm: change console device from ttyS2 to ttyO2 by Yegor Yefremov · 13 years ago
  33. 4f1d1b7 powerpc/p2041rdb: Add p2041rdb board support by Mingkai Hu · 13 years ago
  34. c518fc0 powerpc/85xx: Fix detection of P1017E by Kumar Gala · 13 years ago
  35. a55d23c Remove volatile qualifier in get_ram_size() calls by Albert ARIBAUD · 13 years ago
  36. 930f335 TI: TNETV107X Fix Build Error by Chan-Taek Park · 13 years ago
  37. 2219354 ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7 by Rob Herring · 13 years ago
  38. 7eb2939 arm: add CONFIG_MACH_TYPE setting and documentation by Igor Grinberg · 13 years ago
  39. a28afca Add uboot "fdt_high" enviroment variable by David A. Long · 13 years ago
  40. 0b9bc73 arm: add __ilog2 function by Rob Herring · 13 years ago
  41. a60d1e5 Timer: Fix misuse of ARM *timer_masked() functions outside arch/arm by Graeme Russ · 13 years ago
  42. 8fd01b8 mmc: rescan fails on empty slot by Michael Jones · 13 years ago
  43. c310fc8 AT91:mmc:fix multiple read/write error by elen.song · 13 years ago
  44. b1f1e821 mmc: Access mode validation for eMMC cards > 2 GiB by Łukasz Majewski · 13 years ago
  45. afb3566 mmc: sh_mmcif: add support for Renesas MMCIF by Yoshihiro Shimoda · 13 years ago
  46. 639b782 mmc: fix the condition for MMC version 4 by Yoshihiro Shimoda · 13 years ago
  47. e75787d MMC: add marvell sdhci driver by Lei Wen · 13 years ago
  48. af62a55 MMC: add sdhci generic framework by Lei Wen · 13 years ago
  49. e6f99a5 MMC: add erase function to both mmc and sd by Lei Wen · 13 years ago
  50. 6be95cc MMC: unify mmc read and write operation by Lei Wen · 13 years ago
  51. 8380095 mmc: Tegra2: Enable SD/MMC driver for Seaboard and Harmony by Tom Warren · 13 years ago
  52. 21ef6a1 mmc: Tegra2: SD/MMC driver for Seaboard - eMMC on SDMMC4, SDIO on SDMMC3 by Tom Warren · 13 years ago
  53. a8d2a75 fdt: introduce fdt_create_phandle() by Gerald Van Baren · 13 years ago
  54. b3606f1 fdt: add prototype for fdt_increase_size() by Timur Tabi · 13 years ago
  55. bb68200 fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() by Timur Tabi · 13 years ago
  56. d1c6314 libfdt: Implement property iteration functions by David Gibson · 15 years ago
  57. 05a22ba Support ePAPR compliant phandle properties by David Gibson · 15 years ago
  58. 4e0499e EfikaMX: Enable EXT2 booting by Marek Vasut · 13 years ago
  59. 745525f EfikaMX: Add missing CONFIG_SYS_TEXT_BASE by Jana Rapava · 13 years ago
  60. 7103fa6 EfikaMX: Use correct imximage.cfg by Jana Rapava · 13 years ago
  61. 727024a MX27: Update to autogenerated asm-offsets.h by Stefano Babic · 13 years ago
  62. 0edf8b5 MX5: Update to autogenerated asm-offsets.h by Stefano Babic · 13 years ago
  63. 39f0023e imx: Add support for zmx25 board by Matthias Weisser · 13 years ago
  64. 95d1858 imx: Make imx25 compatible to mxc_gpio driver and fix in tx25 by Matthias Weisser · 13 years ago
  65. 23210d8 imx: Add auto generation of asm-offsets.h for imx25 by Matthias Weisser · 13 years ago
  66. dddb7c9 imx: Add support for USB EHCI on imx25 by Matthias Weisser · 13 years ago
  67. dea5387 imx: Use correct imx25 reset.c by Matthias Weisser · 13 years ago
  68. a7f39e7 imx: Add get_tbclk() function for imx25 by Matthias Weisser · 13 years ago
  69. 81d668e ARM: Update maintainer of board scb9328 by Torsten Koschorrek · 13 years ago
  70. 3f7bfbd mx27: Make the UART port number explicit by Fabio Estevam · 13 years ago
  71. f456445 build: Add targets for auto gen of asm-offsets.h and use it in imx35 by Matthias Weisser · 13 years ago
  72. 026ca65 mx31pdk: cosmetic: Fix line over 80 characters by Fabio Estevam · 13 years ago
  73. 1930b10 powerpc/mpc8548cds: Remove incorrect DDR_MSYNC_IN erratum define by Becky Bruce · 13 years ago
  74. 68d4230 powerpc/85xx: Add default usb mode and phy type to hwconfig by Ramneek Mehresh · 13 years ago
  75. 80e5c83 powerpc/corenet_ds: add back buffer write for NOR flash by York Sun · 13 years ago
  76. 2600282 powerpc/85xx: remove SERDES4 soft-reset work-around by Timur Tabi · 13 years ago
  77. 23f9670 powerpc/mpc8xxx: Allow override DDR read-to-write turnaround time by York Sun · 13 years ago
  78. 86dda50 qoriq/p1_p2_rdb: USB device-tree fixups for P1020 by Ramneek Mehresh · 13 years ago
  79. 636c316 powerpc/85xx: Specify hwconfig usage for USB controller by Ramneek Mehresh · 14 years ago
  80. 72f4980 powerpc/8xxx: Update USB mode device tree fixup by Ramneek Mehresh · 13 years ago
  81. 3f7f6b8 powerpc/85xx: Add basic support for P1023RDS board by Roy Zang · 13 years ago
  82. 939e5bf powerpc/mpc85xx: Display a warning for unsupported DDR data rates by York Sun · 13 years ago
  83. 79fa00a powerpc/corenet_ds: Fix RCW overriding for RDIMM by York Sun · 13 years ago
  84. 4c99cb9 powerpc/mpc8xxx: fix DDR data width checking by York Sun · 13 years ago
  85. f2d264b powerpc/mpc8xxx: Adding fallback to raw timing on supported boards by York Sun · 13 years ago
  86. 1b3e3c4 powerpc/mpc8xxx: Enable calculation for fixed DDR chips by York Sun · 13 years ago
  87. aeb6716 powerpc/85xx: Fix pin muxing for second USB controller by Felix Radensky · 13 years ago
  88. c49290c Adding more SPD registers by York Sun · 13 years ago
  89. 51d498f powerpc/mpc8xxx: Add 16-bit support for DDR3 by York Sun · 13 years ago
  90. d224654 powerpc/mpc8xxx: check SPD length before using part number by York Sun · 13 years ago
  91. e090aa7 powerpc/mpc8xxx: adjust DDR burst length and chop accroding to sdram width by York Sun · 13 years ago
  92. 26fd33b powerpc/86xx: display boot device and bank on the MPC8610 HPCD by Timur Tabi · 13 years ago
  93. 374a235 powerpc/85xx: Add NAND boot support for P3041/P5020DS by Shaohui Xie · 13 years ago
  94. 1f97987 powerpc/85xx: Add P2041 processor support by Kumar Gala · 13 years ago
  95. 526cbff powerpc/p2040: Add various p2040 specific information by Mingkai Hu · 13 years ago
  96. 58b2f96 powerpc/85xx: Fix compile errors if CONFIG_SYS_DPAA_QBMAN isn't set by Kumar Gala · 13 years ago
  97. eb51f63 qoriq/p1_p2_rdb: Add Dual Role USB support macro for P1020RDB by Ramneek Mehresh · 13 years ago
  98. 9829fef powerpc/85xx: Fix compile errors if CONFIG_SYS_{BR,OR}0_PRELIM aren't set by Kumar Gala · 13 years ago
  99. be1ff61 powerpc/85xx: Fix compile errors if CONFIG_SYS_{B,Q}MAN_MEM_PHYS aren't set by Kumar Gala · 13 years ago
  100. 810cb19 MPC83XX: Fix PCI express clock setup by Bill Cook · 13 years ago