| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx | Tom Rini | 2013-05-15 | -107/+376 |
|\ |
|
| * | powerpc/mpc8xxx: Allow board file to override DDR address assignment | York Sun | 2013-05-14 | -1/+6 |
| * | powerpc/mpc85xx: Update workaround for DDR erratum A-004934 | York Sun | 2013-05-14 | -1/+1 |
| * | T4/usb: move usb 2.0 utmi dual phy init code to cpu_init.c | Roy Zang | 2013-05-14 | -0/+22 |
| * | powerpc/85xx: fix build error introduced by serdes_get_prtcl | Shengzhou Liu | 2013-05-14 | -1/+0 |
| * | t4240qds/eth: fixup ethernet for t4240qds | Shengzhou Liu | 2013-05-14 | -0/+1 |
| * | powerpc/85xx: add missing QMAN frequency calculation | Shaohui Xie | 2013-05-14 | -0/+4 |
| * | powerpc/mpc85xx: Add T4160 SoC | York Sun | 2013-05-14 | -2/+172 |
| * | powerpc/t4240: Fix SerDes protocol arrays with const prefix | York Sun | 2013-05-14 | -7/+7 |
| * | powerpc/mpc85xx: Fix PIR parsing for chassis2 | York Sun | 2013-05-14 | -3/+3 |
| * | powerpc/corenet2: Print SerDes protocol in decimal | York Sun | 2013-05-14 | -1/+1 |
| * | T4/USB: Add USB 2.0 UTMI dual phy support | Roy Zang | 2013-05-14 | -2/+42 |
| * | powerpc/mpc85xx: Fix portal setup | York Sun | 2013-05-14 | -14/+22 |
| * | powerpc/mpc8xxx: Fix DDR 3-way interleaving | York Sun | 2013-05-14 | -8/+11 |
| * | T4/SerDes: correct the SATA index | Roy Zang | 2013-05-14 | -2/+2 |
| * | e6500: Move L1 enablement after L2 enablement | Andy Fleming | 2013-05-14 | -47/+47 |
| * | powerpc/mpc85xx: Update corenet global utility block registers | York Sun | 2013-05-14 | -11/+10 |
| * | powerpc/mpc85xx: Add definitions for HDBCR registers | Andy Fleming | 2013-05-14 | -8/+18 |
| * | powerpc/B4860: Corrected FMAN1 operating frequency print at u-boot | Sandeep Singh | 2013-05-14 | -0/+8 |
* | | Power: remove support for Freescale MPC8220 | Wolfgang Denk | 2013-05-15 | -6061/+0 |
* | | sparc: Use image_setup_linux() instead of local code | Simon Glass | 2013-05-14 | -10/+7 |
* | | m68k: Use image_setup_linux() instead of local code | Simon Glass | 2013-05-14 | -12/+3 |
* | | powerpc: Use image_setup_linux() instead of local code | Simon Glass | 2013-05-14 | -83/+1 |
* | | arm: Use image_setup_linux() instead of local code | Simon Glass | 2013-05-14 | -56/+54 |
* | | arm: Refactor bootm to reduce #ifdefs | Simon Glass | 2013-05-14 | -68/+72 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-blackfin into powerpc-eldk5... | Tom Rini | 2013-05-14 | -702/+290 |
|\ \
| |/
|/| |
|
| * | bfin: Move gpio support for bf54x and bf60x into the generic driver folder. | Sonic Zhang | 2013-05-13 | -183/+31 |
| * | blackfin: Add comments for watchdog event initialization. | Sonic Zhang | 2013-05-13 | -2/+10 |
| * | blackfin: Move blackfin serial driver out of blackfin arch folder. | Sonic Zhang | 2013-05-13 | -419/+4 |
| * | blackfin: Move blackfin watchdog driver out of the blackfin arch folder. | Sonic Zhang | 2013-05-13 | -35/+24 |
| * | bf609: add SPI register base address | Scott Jiang | 2013-05-13 | -0/+3 |
| * | blackfin: Uart divisor should be set after their values are generated. | Sonic Zhang | 2013-05-13 | -2/+5 |
| * | blackfin: Add memory virtual console to blackfin serial driver. | Sonic Zhang | 2013-05-13 | -1/+59 |
| * | blackfin: Enable early print via the generic serial API. | Sonic Zhang | 2013-05-13 | -52/+29 |
| * | blackfin: bf609: add softswitch config command | Bob Liu | 2013-05-13 | -0/+18 |
| * | blackfin: Correct early serial mess output in BYPASS boot mode. | Sonic Zhang | 2013-05-13 | -3/+27 |
| * | blackfin: Set correct early debug serial baudrate. | Sonic Zhang | 2013-05-13 | -88/+123 |
| * | blackfin: run core1 from L1 code sram start address in uboot init code on core 0 | Sonic Zhang | 2013-05-13 | -0/+34 |
| * | blackfin: add baudrate to bdinfo | Bob Liu | 2013-05-13 | -0/+2 |
| * | Blackfin: adjust asm constraints with NMI workaround | Mike Frysinger | 2013-05-13 | -1/+2 |
| * | blackfin: limit the max memory dma peripheral transfer size to 4 bytes. | Sonic Zhang | 2013-05-13 | -3/+6 |
| * | blackfin: Change the member's type in dma structures. | Sonic Zhang | 2013-05-13 | -12/+12 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-x86 | Tom Rini | 2013-05-13 | -1206/+198 |
|\ \ |
|
| * | | x86: Add coreboot timestamps | Simon Glass | 2013-05-13 | -0/+3 |
| * | | x86: Support adding coreboot timestanps to bootstage | Simon Glass | 2013-05-13 | -0/+45 |
| * | | x86: Re-enable PCAT timer 2 for beeping | Simon Glass | 2013-05-13 | -68/+10 |
| * | | x86: Remove ISR timer | Simon Glass | 2013-05-13 | -119/+0 |
| * | | x86: Remove old broken timer implementation | Simon Glass | 2013-05-13 | -21/+1 |
| * | | x86: Add TSC timer | Simon Glass | 2013-05-13 | -1/+112 |
| * | | x86: Rationalise kernel booting logic and bootstage | Simon Glass | 2013-05-13 | -12/+12 |