summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Collapse)Author
2006-08-09Merge branch 'mpc85xx'Jon Loeliger
Conflicts: include/ft_build.h include/pci.h Resolved, though.
2006-08-09* Switched default PCI speed for 8540 ADS back to 33MHzMatthew McClintock
* 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>
2006-08-09* Added support for initializing second PCI bus on 85xx Patch by Andy ↵Matthew McClintock
Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
2006-08-09* Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon ↵Matthew McClintock
Loeliger 17-Jan-2006 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-08-09Merge branch 'wd'Jon Loeliger
2006-08-09Merge branch 'mpc86xx'Jon Loeliger
2006-08-09Fix caslat calculationJohn Traill
Signed-off-by: John Traill <john.traill@freescale.com>
2006-08-09Convert to mac-address in ethernet nodes.Jon Loeliger
2006-07-31Merge branch 'mpc86xx'Jon Loeliger
2006-07-31Move get_board_sys_clk to board directoryHaiying Wang
2006-07-28PPC440 DDR setup: Set SDRAM0_CFG0[PMU]=0 for best performanceStefan Roese
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
2006-07-28Merge branch 'mpc86xx'Jon Loeliger
2006-07-28Fix 8641HPCN pollutionJohn Traill
2006-07-21Code cleanupWolfgang Denk
2006-07-21Add support for friendly-arm SBC-2410X boardWolfgang Denk
Patch by JinHua Luo, 01 Sep 2005
2006-07-21Fix MIPS LE build problemWolfgang Denk
Patch by Thomas Lange, 10 Aug 2005
2006-07-19Add support for TB5200 boardWolfgang Denk
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
2006-07-12Add support for TQM885D board.Markus Klotzbuecher
Patch by Martin Krause, 20 Mar 2006 Signed-off-by: Martin Krause <martin.krause@tqs.de>
2006-07-12Bugfix in FEC initialisation:Markus Klotzbuecher
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.
2006-07-12Support for spc1920 board.Markus Klotzbuecher
Patch by Markus Klotzbuecher, 12 Jul 2006
2006-07-06Fix timer problems on AMCC yucca board.Marian Balakowicz
Set Timer Clock Select to use CPU clock as a timer input source.
2006-07-03Add system memory to the PCI region list for AMCC PPC44x CPUs.Marian Balakowicz
Enabled it for Yucca board.
2006-07-03Cleanup config file and bootup output for Yucca board.Marian Balakowicz
2006-06-30Fix CONFIG_440_GX define usage.Marian Balakowicz
2006-06-30Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz
2006-06-30Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz
2006-06-27Merge branch 'mpc86xx'Jon Loeliger
2006-06-27Enable PCIE1 for MPC8641HPCN boardJin Zhengxiong-R64188
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2006-06-19Add support for wrPPMC7xx/74xx boardsHeiko Schocher
Patch from Richard Danter, 12 Aug 2005
2006-06-18Merge with ssh://fifi/home/wd/git/u-boot/masterWolfgang Denk
2006-06-16Add support for CONFIG_SERIAL_MULTI on MPC5xxxWolfgang Denk
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.
2006-06-16Bugfix in I2C initialisation on S3C2400.Wolfgang Denk
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
2006-06-16Merge branch 'mpc86xx'Jon Loeliger
2006-06-16Do not enable address translation on secondary CPUs.Jon Loeliger
Do not set up BATs on secondary CPUs. Let Linux do the nasty. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-06-14Fix IxEthDB.h to compile againStefan Roese
Patch by Stefan Roese, 14 Jun 2006
2006-06-13Minor cleanup for PCS440EP boardStefan Roese
Patch by Stefan Roese, 13 Jun 2006
2006-06-10Minor code cleanup.Wolfgang Denk
2006-06-10Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk
2006-06-08Nios II - Add EPCS Controller bootrom work-aroundScott McNutt
-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
2006-06-08Nios II - Fix I/O Macros and mini-app stubsScott McNutt
-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
2006-06-07Merge branch 'mpc86xx'Jon Loeliger
2006-06-07Fix a get_board_sys_clk() use-before-def warning.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@jdl.com>
2006-06-07Merge branch 'mpc86xx'Jon Loeliger
2006-06-07Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger
2006-06-02Add support for PCS440EP boardStefan Roese
Patch by Stefan Roese, 02 Jun 2006
2006-05-31Review cleanups.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-05-31White space cleanup.Jon Loeliger
Some 80-column cleanups. Convert printf() to puts() where possible. Use #include "spd_sdram.h" as needed. Enhanced reset command usage message a bit. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-05-31Moved mpc8641hpcn_board_reset() out of cpu/ into board/.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-05-31Remove dead debug code.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@jdl.com>
2006-05-31Move mpc86xx PIXIS code to board directoryJon Loeliger
First cut at moving the PIXIS platform code out of the 86xx cpu directory and into board/mpc8641hpcn where it belongs. Signed-off-by: Jon Loeliger <jdl@freescale.com>