aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-05-15Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxTom Rini14-107/+376
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk27-6061/+0
2013-05-14powerpc/mpc8xxx: Allow board file to override DDR address assignmentYork Sun1-1/+6
2013-05-14powerpc/mpc85xx: Update workaround for DDR erratum A-004934York Sun1-1/+1
2013-05-14T4/usb: move usb 2.0 utmi dual phy init code to cpu_init.cRoy Zang1-0/+22
2013-05-14powerpc/85xx: fix build error introduced by serdes_get_prtclShengzhou Liu1-1/+0
2013-05-14t4240qds/eth: fixup ethernet for t4240qdsShengzhou Liu1-0/+1
2013-05-14powerpc/85xx: add missing QMAN frequency calculationShaohui Xie1-0/+4
2013-05-14powerpc/mpc85xx: Add T4160 SoCYork Sun6-2/+172
2013-05-14powerpc/t4240: Fix SerDes protocol arrays with const prefixYork Sun1-7/+7
2013-05-14powerpc/mpc85xx: Fix PIR parsing for chassis2York Sun1-3/+3
2013-05-14powerpc/corenet2: Print SerDes protocol in decimalYork Sun1-1/+1
2013-05-14T4/USB: Add USB 2.0 UTMI dual phy supportRoy Zang2-2/+42
2013-05-14powerpc/mpc85xx: Fix portal setupYork Sun1-14/+22
2013-05-14powerpc/mpc8xxx: Fix DDR 3-way interleavingYork Sun1-8/+11
2013-05-14T4/SerDes: correct the SATA indexRoy Zang1-2/+2
2013-05-14e6500: Move L1 enablement after L2 enablementAndy Fleming1-47/+47
2013-05-14powerpc/mpc85xx: Update corenet global utility block registersYork Sun1-11/+10
2013-05-14powerpc/mpc85xx: Add definitions for HDBCR registersAndy Fleming3-8/+18
2013-05-14powerpc/B4860: Corrected FMAN1 operating frequency print at u-bootSandeep Singh1-0/+8
2013-05-14sparc: Use image_setup_linux() instead of local codeSimon Glass1-10/+7
2013-05-14m68k: Use image_setup_linux() instead of local codeSimon Glass1-12/+3
2013-05-14powerpc: Use image_setup_linux() instead of local codeSimon Glass1-83/+1
2013-05-14arm: Use image_setup_linux() instead of local codeSimon Glass3-56/+54
2013-05-14arm: Refactor bootm to reduce #ifdefsSimon Glass3-68/+72
2013-05-14Merge branch 'master' of git://git.denx.de/u-boot-blackfin into powerpc-eldk5...Tom Rini20-702/+290
2013-05-13Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini27-1206/+198
2013-05-13x86: Add coreboot timestampsSimon Glass1-0/+3
2013-05-13x86: Support adding coreboot timestanps to bootstageSimon Glass2-0/+45
2013-05-13x86: Re-enable PCAT timer 2 for beepingSimon Glass4-68/+10
2013-05-13x86: Remove ISR timerSimon Glass2-119/+0
2013-05-13x86: Remove old broken timer implementationSimon Glass2-21/+1
2013-05-13x86: Add TSC timerSimon Glass5-1/+112
2013-05-13x86: Rationalise kernel booting logic and bootstageSimon Glass3-12/+12
2013-05-13x86: Implement panic output for corebootSimon Glass2-0/+11
2013-05-13x86: Declare global_data pointer when it is usedSimon Glass5-0/+10
2013-05-13x86: Remove legacy board init codeSimon Glass7-616/+0
2013-05-13x86: Remove unused portion of link scriptSimon Glass1-12/+0
2013-05-13x86: Remove unused bios/pci codeSimon Glass4-363/+0
2013-05-13avr32: fix relocation address calculationAndreas Bießmann1-2/+2
2013-05-13bfin: Move gpio support for bf54x and bf60x into the generic driver folder.Sonic Zhang4-183/+31
2013-05-13blackfin: Add comments for watchdog event initialization.Sonic Zhang1-2/+10
2013-05-13blackfin: Move blackfin serial driver out of blackfin arch folder.Sonic Zhang8-419/+4
2013-05-13blackfin: Move blackfin watchdog driver out of the blackfin arch folder.Sonic Zhang5-35/+24
2013-05-13bf609: add SPI register base addressScott Jiang1-0/+3
2013-05-13blackfin: Uart divisor should be set after their values are generated.Sonic Zhang1-2/+5
2013-05-13blackfin: Add memory virtual console to blackfin serial driver.Sonic Zhang1-1/+59
2013-05-13blackfin: Enable early print via the generic serial API.Sonic Zhang2-52/+29
2013-05-13blackfin: bf609: add softswitch config commandBob Liu1-0/+18
2013-05-13blackfin: Correct early serial mess output in BYPASS boot mode.Sonic Zhang4-3/+27