aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
2009-02-09Fix MPC8260 with ethernet on SCCksi@koi8.net1-1/+1
2009-02-1082xx serial, smc: Coding-Style cleanup serial SMC driverHeiko Schocher1-36/+18
2009-02-1082xx serial, smc: add configurable SMC Rx buffer lenHeiko Schocher1-37/+60
2009-02-10ppc: Move CONFIG_MAX_MEM_MAPPED to common config.hKumar Gala1-3/+0
2009-02-10mpc86xx: Add support to populate addr map based on BATsBecky Bruce1-0/+27
2009-02-07pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarityKumar Gala10-13/+13
2009-02-07Merge branch 'master' of git://git.denx.de/u-boot-coldfireWolfgang Denk2-3/+10
2009-02-07Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2-121/+108
2009-02-07Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk3-5/+26
2009-02-07Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxWolfgang Denk2-0/+397
2009-02-06Coldfire: M5271: Allow board header file to specify clock multiplierRichard Retanubun1-1/+6
2009-02-06Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2CRichard Retanubun1-1/+2
2009-02-06Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core listRichard Retanubun1-1/+2
2009-02-06ppc4xx: Make PCIE support selectableDirk Eibach2-3/+4
2009-02-06ppc4xx: Only fixup opb attached UARTsMatthias Fuchs1-2/+22
2009-02-05Blackfin: dynamically update UART speed when initializingMike Frysinger2-91/+43
2009-02-05Blackfin: add support for fast SPI reads with Boot ROMMike Frysinger1-8/+17
2009-02-05Blackfin: check for reserved settings in DDR MMRsMike Frysinger1-0/+7
2009-02-05Blackfin: set default voltage levels for BF538/BF539 partsMike Frysinger1-0/+3
2009-02-05Blackfin: use on-chip syscontrol() rom function when availableMike Frysinger1-22/+38
2009-02-03ADS5121 Add IC Ident Module (IIM) supportMartha Marx2-0/+397
2009-02-02Blackfin: rewrite cache handling functionsMike Frysinger1-46/+72
2009-02-02Blackfin: enable --gc-sectionsMike Frysinger1-0/+1
2009-02-02Blackfin: dont check baud if it wont actually get usedMike Frysinger1-1/+5
2009-02-01Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk16-0/+3169
2009-02-01Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk4-12/+57
2009-01-31ixp: move serial to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-126/+0
2009-01-31ixp: move pci init in arm/board instead of cpuJean-Christophe PLAGNIOL-VILLARD1-3/+0
2009-01-31ixp: move pci drivers to drivers/pciJean-Christophe PLAGNIOL-VILLARD2-572/+0
2009-01-31ixp: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD3-10/+10
2009-01-31ixp: add missing os defineJean-Christophe PLAGNIOL-VILLARD1-1/+1
2009-01-31ixp: remove the option to include the MicrocodeJean-Christophe PLAGNIOL-VILLARD2-13/+8
2009-01-30ixp/npe: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2-10/+6
2009-01-28Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2-7/+3
2009-01-28usb.h: use standard __LITTLE_ENDIAN from Linux headersMike Frysinger2-7/+3
2009-01-28Blackfin: fixup misc warnings such as printf's and missing castsMike Frysinger1-10/+11
2009-01-28Blackfin: allow serial console to be disabledMike Frysinger2-0/+8
2009-01-28Blackfin: support console-over-JTAGMike Frysinger2-4/+130
2009-01-28Blackfin: handle new anomalies with resetMike Frysinger1-5/+15
2009-01-28Blackfin: pass RETX to LinuxMike Frysinger1-0/+6
2009-01-28Blackfin: clarify relocation comment during initMike Frysinger1-3/+7
2009-01-28Blackfin: just set SP register directly during initMike Frysinger1-3/+2
2009-01-28Blackfin: add portmuxing for UARTs on the BF51xMike Frysinger1-1/+10
2009-01-28Blackfin: respect CONFIG_CLKIN_HALFMike Frysinger1-1/+1
2009-01-28Blackfin: use common memcpy routine during initMike Frysinger1-21/+11
2009-01-28Blackfin: overhaul i2c driverMike Frysinger2-429/+1
2009-01-28Blackfin: fix dcache handling when doing dma memcpy'sMike Frysinger1-2/+2
2009-01-28Blackfin: minimize time cache is turned off when replacing cplb entriesMike Frysinger1-22/+9
2009-01-28Command usage cleanupPeter Tyser4-4/+4
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser4-8/+8