summaryrefslogtreecommitdiff
path: root/cpu
Commit message (Collapse)AuthorAgeLines
* Merge branch 'mpc86xx'Jon Loeliger2006-08-22-357/+333
|\
| * General indent and whitespace cleanups.Jon Loeliger2006-08-22-352/+331
| |
| * Cleanup compiler warnings.Jon Loeliger2006-08-22-13/+10
| |
| * Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTRHaiying Wang2006-08-17-1/+2
| |
* | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-08-22-10/+851
|\ \
| * | Update for SC520 board.Wolfgang Denk2006-08-14-7/+65
| | | | | | | | | | | | Patch by David Updegraff, 02 Dec 2005
| * | Merge with /home/raj/git/u-bootWolfgang Denk2006-08-11-14/+13
| |\ \
| | * | Fix PCI-Express on PPC440SPe rev. A.Rafal Jaworowski2006-08-11-14/+13
| | | |
| * | | Merge with /home/raj/git/u-bootWolfgang Denk2006-08-10-3/+787
| |\ \ \ | | |/ /
| | * | Add support for PCI-Express on PPC440SPe (Yucca board).Rafal Jaworowski2006-08-10-3/+787
| | | |
* | | | Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTRHaiying Wang2006-08-17-1/+2
| | | |
* | | | Merge branch 'mpc85xx'Jon Loeliger2006-08-09-36/+200
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/ft_build.h include/pci.h Resolved, though.
| * | | | * Switched default PCI speed for 8540 ADS back to 33MHzMatthew McClintock2006-08-09-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added comments and a printf to warn that PCI-X won't work at 33MHz Patch by Andy Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| * | | | * Added support for initializing second PCI bus on 85xx Patch by Andy ↵Matthew McClintock2006-08-09-35/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| * | | | * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon ↵Matthew McClintock2006-08-09-1/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Loeliger 17-Jan-2006 Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | | | Merge branch 'wd'Jon Loeliger2006-08-09-193/+1255
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | PPC440 DDR setup: Set SDRAM0_CFG0[PMU]=0 for best performanceStefan Roese2006-07-28-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AMCC suggested to set the PMU bit to 0 for best performace on the PPC440 DDR controller. Please see doc/README.440-DDR-performance for details. Patch by Stefan Roese, 28 Jul 2006
| * | | | Code cleanupWolfgang Denk2006-07-21-1/+1
| | | | |
| * | | | Add support for friendly-arm SBC-2410X boardWolfgang Denk2006-07-21-1/+3
| | | | | | | | | | | | | | | | | | | | Patch by JinHua Luo, 01 Sep 2005
| * | | | Fix MIPS LE build problemWolfgang Denk2006-07-21-1/+1
| | | | | | | | | | | | | | | | | | | | Patch by Thomas Lange, 10 Aug 2005
| * | | | Add support for TB5200 boardWolfgang Denk2006-07-19-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The TB5200 ("Tinybox") is a small baseboard for the TQM5200 module integrated in a little aluminium case. Patch by Martin Krause, 8 Jun 2006 Some code cleanup
| * | | | Add support for TQM885D board.Markus Klotzbuecher2006-07-12-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Martin Krause, 20 Mar 2006 Signed-off-by: Martin Krause <martin.krause@tqs.de>
| * | | | Bugfix in FEC initialisation:Markus Klotzbuecher2006-07-12-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All MII configuration is done via FEC1 registers. But MII_SPEED was configured according to FEC used. So if only FEC2 was used, this caused the real MII_SPEED register in FEC1 to stay uninitalised, what lead to "mii_send STUCK!" messages. Fix: always configure MII_SPEED on FEC1 only.
| * | | | Support for spc1920 board.Markus Klotzbuecher2006-07-12-2/+10
| | |/ / | |/| | | | | | | | | | Patch by Markus Klotzbuecher, 12 Jul 2006
| * | | Fix timer problems on AMCC yucca board.Marian Balakowicz2006-07-06-5/+3
| | | | | | | | | | | | | | | | Set Timer Clock Select to use CPU clock as a timer input source.
| * | | Add system memory to the PCI region list for AMCC PPC44x CPUs.Marian Balakowicz2006-07-04-0/+13
| | | | | | | | | | | | | | | | Enabled it for Yucca board.
| * | | Cleanup config file and bootup output for Yucca board.Marian Balakowicz2006-07-03-2/+4
| | | |
| * | | Fix CONFIG_440_GX define usage.Marian Balakowicz2006-06-30-1/+1
| | | |
| * | | Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-30-70/+623
| |\ \ \ | | |/ / | |/| |
| | * | Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-30-70/+623
| | | |
| * | | Add support for wrPPMC7xx/74xx boardsHeiko Schocher2006-06-19-2/+4
| | | | | | | | | | | | | | | | Patch from Richard Danter, 12 Aug 2005
| * | | Merge with ssh://fifi/home/wd/git/u-boot/masterWolfgang Denk2006-06-19-11/+172
| |\ \ \
| | * | | Add support for CONFIG_SERIAL_MULTI on MPC5xxxWolfgang Denk2006-06-16-10/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Martin Krause, 8 Jun 2006 This patch supports two serial consoles on boards with a MPC5xxx CPU. The console can be switched at runtime by setting stdin, stdout and stderr to the desired serial interface (serial0 or serial1). The PSCs to be used as console port are definded by CONFIG_PSC_CONSOLE and CONFIG_PSC_CONSOLE2. See README.serial_multi for details.
| | * | | Bugfix in I2C initialisation on S3C2400.Wolfgang Denk2006-06-16-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the bus is blocked because of a previously interrupted transfer, up to eleven clocks are generated on the I2CSCL line to complete the transfer and to free the bus. With this fix pin I2CSCL (PG6) is really configured as GPIO so the clock pulses are really generated. Patch by Martin Krause, 04 Apr 2006
| * | | | Fix IxEthDB.h to compile againStefan Roese2006-06-14-2/+2
| | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 14 Jun 2006
| * | | | Minor cleanup for PCS440EP boardStefan Roese2006-06-13-1/+1
| |/ / / | | | | | | | | | | | | Patch by Stefan Roese, 13 Jun 2006
| * | | Minor code cleanup.Wolfgang Denk2006-06-10-4/+4
| | | |
| * | | Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-06-10-57/+353
| |\ \ \
| | * | | * Add EPCS Controller bootrom work-around for Nios-IIHeiko Schocher2006-04-20-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch from Scott McNutt 11, Aug 2005 -When booting from an epcs controller, the epcs bootrom may leave the slave select in an asserted state causing soft reset hang. This patch ensures slave select is negated at reset.
| | * | | Fix I/O Macros and mini-app stubs for Nios-IIHeiko Schocher2006-04-20-37/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Scott McNutt 11, Aug 2005 -Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs and force no small data
| | * | | Add MCF5282 support (without preloader)Heiko Schocher2006-04-20-32/+334
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | relocate ichache_State to ram u-boot can run from internal flash Add EB+MCF-EV123 board support. Add m68k Boards to MAKEALL Patch from Jens Scharsig, 08 Aug 2005
| * | | | Nios II - Add EPCS Controller bootrom work-aroundScott McNutt2006-06-08-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -When booting from an epcs controller, the epcs bootrom may leave the slave select in an asserted state causing soft reset hang. This patch ensures slave select is negated at reset. Patch by Scott McNutt, 08 Jun 2006
| * | | | Nios II - Fix I/O Macros and mini-app stubsScott McNutt2006-06-08-37/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs and force no small data Patch by Scott McNutt, 08 Jun 2006
* | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-09-100/+43
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix caslat calculationJohn Traill2006-08-09-96/+39
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Traill <john.traill@freescale.com>
| * | | | Convert to mac-address in ethernet nodes.Jon Loeliger2006-08-09-4/+4
| | | | |
* | | | | Merge branch 'mpc86xx'Jon Loeliger2006-07-31-66/+0
|\ \ \ \ \ | |/ / / /
| * | | | Move get_board_sys_clk to board directoryHaiying Wang2006-07-31-66/+0
| | | | |
* | | | | Merge branch 'mpc86xx'Jon Loeliger2006-07-28-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix 8641HPCN pollutionJohn Traill2006-07-28-0/+2
| | | | |