summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * t4240qds/eth: fixup ethernet for t4240qdsShengzhou Liu2013-05-14-18/+91
| * powerpc/85xx: add missing QMAN frequency calculationShaohui Xie2013-05-14-0/+4
| * powerpc: Add T4160QDSYork Sun2013-05-14-1/+17
| * powerpc/t4240qds: Move SoC define into boards.cfgYork Sun2013-05-14-4/+3
| * powerpc/mpc85xx: Add T4160 SoCYork Sun2013-05-14-2/+173
| * powerpc/t4240: Fix SerDes protocol arrays with const prefixYork Sun2013-05-14-7/+7
| * powerpc/mpc85xx: Fix PIR parsing for chassis2York Sun2013-05-14-3/+3
| * powerpc/corenet2: Print SerDes protocol in decimalYork Sun2013-05-14-1/+1
| * T4/USB: Add USB 2.0 UTMI dual phy supportRoy Zang2013-05-14-2/+63
| * powerpc/t4240qds: Add voltage ID supportYork Sun2013-05-14-2/+239
| * powerpc/mpc85xx: Fix portal setupYork Sun2013-05-14-14/+22
| * powerpc/mpc8xxx: Fix DDR 3-way interleavingYork Sun2013-05-14-8/+11
| * powerpc/t4240qds: Update DDR timing tableYork Sun2013-05-14-22/+34
| * T4/SerDes: correct the SATA indexRoy Zang2013-05-14-2/+2
| * Fman/t4240: some fix for 10G XAUIShaohui Xie2013-05-14-6/+20
| * powerpc/t4240qds: fix XAUI card PHY addressShaohui Xie2013-05-14-4/+4
| * T4/serdes: fix the serdes clock frequencyRoy Zang2013-05-14-2/+2
| * e6500: Move L1 enablement after L2 enablementAndy Fleming2013-05-14-47/+47
| * powerpc/t4240qds: Fix SPI flash typeShaohui Xie2013-05-14-1/+1
| * powerpc/mpc85xx: Update corenet global utility block registersYork Sun2013-05-14-11/+10
| * powerpc/mpc85xx: Add definitions for HDBCR registersAndy Fleming2013-05-14-8/+18
| * powerpc/B4860: Corrected FMAN1 operating frequency print at u-bootSandeep Singh2013-05-14-0/+8
* | Power: remove support for Freescale MPC8220Wolfgang Denk2013-05-15-9539/+5
* | doc/README.scrapyard: add missing commit IDsWolfgang Denk2013-05-15-2/+2
* | drivers/mmc: move spl_mmc.c to common/splYing Zhang2013-05-15-3/+1
* | smc911x: fix the timeout detectionMasahiro Yamada2013-05-15-2/+2
* | doc/README.ubi: Add description of accessing ubi filesystemsPaul B. Henson2013-05-15-1/+79
* | OMAP5: Enable USB Ethernet support with LAN9730Lubomir Popov2013-05-14-0/+1
* | buildman: Produce a sensible error message when branch is missingSimon Glass2013-05-14-6/+19
* | sparc: Use image_setup_linux() instead of local codeSimon Glass2013-05-14-10/+7
* | m68k: Use image_setup_linux() instead of local codeSimon Glass2013-05-14-12/+3
* | powerpc: Use image_setup_linux() instead of local codeSimon Glass2013-05-14-83/+1
* | arm: Use image_setup_linux() instead of local codeSimon Glass2013-05-14-56/+54
* | arm: Refactor bootm to reduce #ifdefsSimon Glass2013-05-14-69/+73
* | image: Add device tree setup to image librarySimon Glass2013-05-14-13/+174
* | image: Split libfdt code into image-fdt.cSimon Glass2013-05-14-566/+592
* | image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPLSimon Glass2013-05-14-5/+42
* | image: Remove remaining #ifdefs in image-fit.cSimon Glass2013-05-14-13/+5
* | mkimage: Put FIT loading in function and tidy error handlingSimon Glass2013-05-14-39/+57
* | sandbox: image: Add support for booting images in sandboxSimon Glass2013-05-14-30/+41
* | image: Rename hash printing to fit_image_print_verification_data()Simon Glass2013-05-14-53/+79
* | image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass2013-05-14-80/+75
* | image: Export fit_conf_get_prop_node()Simon Glass2013-05-14-4/+18
* | image: Move error! string to common placeSimon Glass2013-05-14-11/+8
* | image: Move hash checking into its own functionSimon Glass2013-05-14-65/+71
* | image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass2013-05-14-17/+17
* | image: Convert fit_image_hash_set_value() to static, and renameSimon Glass2013-05-14-33/+31
* | image: Split hash node processing into its own functionSimon Glass2013-05-14-39/+57
* | image: Move HOSTCC image code to tools/Simon Glass2013-05-14-170/+207
* | image: Split FIT code into new image-fit.cSimon Glass2013-05-14-1602/+1639