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. d8940a6 Blackfin: jtag-console: fix timer usage by Mike Frysinger · 13 years ago
  75. bb83875 Blackfin: switch to common display_options() by Mike Frysinger · 13 years ago
  76. e8e35ef Blackfin: serial: move early debug strings into .rodata section by Mike Frysinger · 13 years ago
  77. fd48d59 Blackfin: adi boards: also set stderr to nc with helper by Mike Frysinger · 13 years ago
  78. bc9c642 Blackfin: update anomaly lists to latest public info by Mike Frysinger · 13 years ago
  79. b1e574d Blackfin: serial: convert to bfin_{read,write} helpers by Mike Frysinger · 13 years ago
  80. 4150cec Blackfin: split out async setup by Mike Frysinger · 13 years ago
  81. 2757558 Blackfin: adi boards: enable pretty flash progress output by Mike Frysinger · 13 years ago
  82. ed74963 Blackfin: drop unused dma.h header from start code by Mike Frysinger · 13 years ago
  83. f75e8b3 Blackfin: portmux: allow header to be included in assembly files by Mike Frysinger · 13 years ago
  84. c94101a Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: enable mmc_spi support by Harald Krapfenbauer · 13 years ago
  85. fff18be Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: update network settings by Harald Krapfenbauer · 13 years ago
  86. 7ed998f Blackfin: sync MMR read/write helpers with Linux by Mike Frysinger · 13 years ago
  87. 95b4b9d Blackfin: gpio: optimize free path a little by Mike Frysinger · 13 years ago
  88. 272d2fc Blackfin: post: setup default CONFIG_SYS_POST_WORD_ADDR by Mike Frysinger · 13 years ago
  89. f9aee4b Blackfin: uart: fix printf warning by Mike Frysinger · 13 years ago
  90. fb5166c Blackfin: add init.elf helper code by Mike Frysinger · 13 years ago
  91. 08a82a4 Blackfin: dont reset SWRST on newer bf526 parts by Mike Frysinger · 13 years ago
  92. e46e815 Blackfin: adi boards: enable multi serial support by default by Mike Frysinger · 13 years ago
  93. 635f330 Blackfin: uart: add multiple serial support by Mike Frysinger · 13 years ago
  94. 34a6d0b8 Blackfin: uart: move debug buffers into local bss by Mike Frysinger · 13 years ago
  95. 68d4230 powerpc/85xx: Add default usb mode and phy type to hwconfig by Ramneek Mehresh · 13 years ago
  96. 80e5c83 powerpc/corenet_ds: add back buffer write for NOR flash by York Sun · 13 years ago
  97. 2600282 powerpc/85xx: remove SERDES4 soft-reset work-around by Timur Tabi · 13 years ago
  98. 23f9670 powerpc/mpc8xxx: Allow override DDR read-to-write turnaround time by York Sun · 13 years ago
  99. 86dda50 qoriq/p1_p2_rdb: USB device-tree fixups for P1020 by Ramneek Mehresh · 13 years ago
  100. 636c316 powerpc/85xx: Specify hwconfig usage for USB controller by Ramneek Mehresh · 14 years ago