Jon Loeliger
d22200f020
Merge branch 'master' of http://www.denx.de/git/u-boot
2006-10-19 12:03:44 -05:00
Jon Loeliger
7237c033b0
Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
...
in an effort to begin to unify the umpteen FSL I2C drivers that
are all otherwise very similar.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-10-19 11:34:11 -05:00
Jon Loeliger
13a7fcdf37
* Fix a bunch of compiler warnings for gcc 4.0
...
Signed-off-by: Matthew McClintock <msm@freescale.com>
2006-10-19 11:33:52 -05:00
Wolfgang Denk
82165a334b
Merge with /home/tur/proj/051_uboot_linux_v38b/u-boot
2006-10-18 22:27:57 +02:00
Stefan Roese
edf0b54338
Make 4xx bootup message shorter on 440EPx/GRx platforms
...
Patch by Stefan Roese, 18 Oct 2006
2006-10-18 16:00:43 +02:00
Bartlomiej Sieka
4707fb50cc
Preliminary patch adding support for the MarelV38B board.
2006-10-13 21:09:09 +02:00
Stefan Roese
d7762337cb
* PPC405EP: Add support for board configuration of CPC0_PCI register
...
This is needed to be able to configure PerWE*/PCI_INT* pin as PerWE*
Patch by Tolunay Orkun, 07 Apr 2006
2006-10-12 20:09:31 +02:00
Stefan Roese
e0a46554c3
* PPC405EP: Add CFG_GPIO0_OR, CFG_GPIO0_ODR to setup GPIO completely.
...
- Add configuration of Open Drain GPIO Output selection
- Add configuration of initial value of GPIO output pins
Patch by Tolunay Orkun, 07 Apr 2006
2006-10-12 20:09:27 +02:00
Jon Loeliger
daaba9859b
Merge branch 'master' of http://www.denx.de/git/u-boot
2006-10-10 17:21:42 -05:00
Jon Loeliger
1fd5699a4a
Coding style changes to remove local varible blocks
...
and reformat a bit nicer.
2006-10-10 17:19:03 -05:00
Jon Loeliger
7b382b7125
Fix whitespace issues.
2006-10-10 17:14:45 -05:00
Wolfgang Denk
2b208f5308
Move "ar" flags to config.mk to allow for silent "make -s"
...
Based on patch by Mike Frysinger, 20 Jun 2006
2006-10-09 01:02:05 +02:00
Wolfgang Denk
511d0c72b8
Coding style cleanup
2006-10-09 00:42:01 +02:00
Stefan Roese
f3443867e9
Add CONFIG_BOARD_RESET to configure board specific reset function
...
Patch by Stefan Roese, 07 Oct 2006
2006-10-07 11:30:52 +02:00
Jon Loeliger
4bbd453783
Merge branch 'mpc86xx'
2006-09-29 09:34:35 -05:00
John Traill
f55df18187
Fix missing tCycle/modfreq calculation.
...
Signed-off-by: John Traill <john.traill@freescale.com>
2006-09-29 09:13:39 -05:00
Jon Loeliger
afbdc649f8
Modified makefile for new build mechanism.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-09-19 09:34:10 -05:00
Jon Loeliger
afa98843e4
Merge branch 'master' of http://www.denx.de/git/u-boot
...
Conflicts:
board/stxxtc/Makefile
2006-09-19 08:51:24 -05:00
Stefan Roese
64cd52efd1
Merge with /home/stefan/git/u-boot/denx
2006-09-18 10:48:03 +02:00
Jon Loeliger
b440d0ef72
Merge branch 'mpc86xx'
2006-09-14 08:41:07 -05:00
Jon Loeliger
d14ba6a798
Handle 86xx SVR values according to the new Reference Manual.
...
Both 8641 and 8641D have SVR == 0x8090, and are distinguished
by the byte in bits 16-23 instead.
Thanks to Jason Jin for noticing.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-09-14 08:40:36 -05:00
Stefan Roese
854bc8da75
Add support for AMCC Rainier PPX440GRx eval board
...
Patch by Stefan Roese, 13 Sep 2006
2006-09-13 13:56:49 +02:00
Wolfgang Denk
98e43917dc
Merge with /home/m8/git/u-boot
2006-09-09 22:53:06 +02:00
Stefan Roese
2d658967e1
Fix build problem cpu/ppc4xx/ndfc.c
...
Patch by Stefan Roese, 07 Sep 2006
2006-09-07 13:09:53 +02:00
Marian Balakowicz
5e09054af6
Remove dead code (i2o and dma) from cpu/mpc824x/drivers/ directory.
2006-09-07 12:12:20 +02:00
Stefan Roese
887e2ec9ec
Add support for AMCC Sequoia PPC440EPx eval board
...
- Add support for PPC440EPx & PPC440GRx
- Add support for PPC440EP(x)/GR(x) NAND controller
in cpu/ppc4xx directory
- Add NAND boot functionality for Sequoia board,
please see doc/README.nand-boot-ppc440 for details
- This Sequoia NAND image doesn't support environment
in NAND for now. This will be added in a short while.
Patch by Stefan Roese, 07 Sep 2006
2006-09-07 11:51:23 +02:00
Wolfgang Denk
f60ba0d35e
Fix build problems on sorcery board.
2006-09-04 02:01:27 +02:00
Wolfgang Denk
6741ae92f3
Merge with /home/m8/git/u-boot
2006-09-04 01:03:57 +02:00
Marian Balakowicz
f93286397e
Add support for a saving build objects in a separate directory.
...
Modifications are based on the linux kernel approach and
support two use cases:
1) Add O= to the make command line
'make O=/tmp/build all'
2) Set environement variable BUILD_DIR to point to the desired location
'export BUILD_DIR=/tmp/build'
'make'
The second approach can also be used with a MAKEALL script
'export BUILD_DIR=/tmp/build'
'./MAKEALL'
Command line 'O=' setting overrides BUILD_DIR environent variable.
When none of the above methods is used the local build is performed and
the object files are placed in the source directory.
2006-09-01 19:49:50 +02:00
Detlev Zundel
43835aac48
Added interrupt handling capabilities for mpc5xxx processors.
...
Also added Linux like BUG() macros.
2006-09-01 11:59:23 +02:00
Wolfgang Denk
e8143e72e1
Add splashscreen support for MCC200 board.
2006-08-30 23:09:00 +02:00
Jon Loeliger
0855c50e65
Merge branch 'mpc86xx'
2006-08-29 12:36:53 -05:00
Jon Loeliger
9bff7a69a8
Remove trailing empty lines.
2006-08-29 11:05:09 -05:00
Jon Loeliger
42868896df
Merge branch 'mpc86xx'
2006-08-29 09:49:09 -05:00
Jon Loeliger
cd6d73d5b8
Remove bogus msync and use volatile asm.
2006-08-29 09:48:49 -05:00
Stefan Roese
2b393b0f0a
PCIe endpoint support for AMCC Yucca 440SPe board
...
Patch by Tirumala R Marri, 26 Aug 2006
2006-08-29 08:05:15 +02:00
Wolfgang Denk
16850919ff
Code cleanup
2006-08-27 18:10:01 +02:00
Jon Loeliger
f1f33de332
Merge branch 'mpc86xx'
2006-08-22 12:26:51 -05:00
Jon Loeliger
ffff3ae56f
General indent and whitespace cleanups.
2006-08-22 12:06:18 -05:00
Jon Loeliger
41a0e8b304
Cleanup compiler warnings.
2006-08-22 10:42:21 -05:00
Jon Loeliger
4b7576fb80
Merge branch 'master' of http://www.denx.de/git/u-boot
2006-08-22 10:17:59 -05:00
Haiying Wang
67256678f0
Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
2006-08-17 11:01:55 -05:00
Haiying Wang
0d9ccc55ed
Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
2006-08-17 11:00:14 -05:00
Stefan Roese
899620c2d6
Add initial support for the ALPR board from Prodrive
...
NAND needs some additional testing
Patch by Heiko Schocher, 15 Aug 2006
2006-08-15 14:22:35 +02:00
Wolfgang Denk
94568b600a
Update for SC520 board.
...
Patch by David Updegraff, 02 Dec 2005
2006-08-14 23:23:06 +02:00
Wolfgang Denk
7213859d11
Merge with /home/raj/git/u-boot
2006-08-11 18:19:53 +02:00
Rafal Jaworowski
36b904a7fd
Fix PCI-Express on PPC440SPe rev. A.
2006-08-11 12:35:52 +02:00
Wolfgang Denk
d10afb3916
Merge with /home/raj/git/u-boot
2006-08-10 15:40:49 +02:00
Rafal Jaworowski
692519b1ed
Add support for PCI-Express on PPC440SPe (Yucca board).
2006-08-10 12:43:17 +02:00
Jon Loeliger
92c427b189
Merge branch 'mpc85xx'
...
Conflicts:
include/ft_build.h
include/pci.h
Resolved, though.
2006-08-09 14:41:17 -05:00
Matthew McClintock
34c3c0e01d
* Switched default PCI speed for 8540 ADS back to 33MHz
...
* 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 13:51:05 -05:00
Matthew McClintock
97074ed965
* Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
...
Signed-off-by: Andy Fleming <afleming@freescale.com>
2006-08-09 13:50:44 -05:00
Matthew McClintock
0e16387db1
* Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-08-09 13:50:30 -05:00
Jon Loeliger
281f69ede2
Merge branch 'wd'
2006-08-09 13:36:54 -05:00
Jon Loeliger
870cbeaa45
Merge branch 'mpc86xx'
2006-08-09 11:25:17 -05:00
John Traill
91a414c7d1
Fix caslat calculation
...
Signed-off-by: John Traill <john.traill@freescale.com>
2006-08-09 11:06:25 -05:00
Jon Loeliger
709d3073e7
Convert to mac-address in ethernet nodes.
2006-08-09 09:00:30 -05:00
Jon Loeliger
3aeec28604
Merge branch 'mpc86xx'
2006-07-31 09:53:08 -05:00
Haiying Wang
239db37c94
Move get_board_sys_clk to board directory
2006-07-31 09:27:57 -05:00
Stefan Roese
a2c95a7224
PPC440 DDR setup: Set SDRAM0_CFG0[PMU]=0 for best performance
...
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-28 18:34:58 +02:00
Jon Loeliger
12d1ff4c18
Merge branch 'mpc86xx'
2006-07-28 10:00:33 -05:00
John Traill
492900b985
Fix 8641HPCN pollution
2006-07-28 09:59:57 -05:00
Wolfgang Denk
b9365a26a1
Code cleanup
2006-07-21 11:56:05 +02:00
Wolfgang Denk
32cb2c70c4
Add support for friendly-arm SBC-2410X board
...
Patch by JinHua Luo, 01 Sep 2005
2006-07-21 11:31:42 +02:00
Wolfgang Denk
0352f17687
Fix MIPS LE build problem
...
Patch by Thomas Lange, 10 Aug 2005
2006-07-21 11:24:47 +02:00
Wolfgang Denk
b87dfd2854
Add support for TB5200 board
...
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-19 13:50:38 +02:00
Markus Klotzbuecher
090eb73510
Add support for TQM885D board.
...
Patch by Martin Krause, 20 Mar 2006
Signed-off-by: Martin Krause <martin.krause@tqs.de>
2006-07-12 15:26:01 +02:00
Markus Klotzbuecher
d6cc73e4e7
Bugfix in FEC initialisation:
...
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-12 09:08:36 +02:00
Markus Klotzbuecher
b02d0177c1
Support for spc1920 board.
...
Patch by Markus Klotzbuecher, 12 Jul 2006
2006-07-12 08:48:24 +02:00
Marian Balakowicz
edd6cf20e1
Fix timer problems on AMCC yucca board.
...
Set Timer Clock Select to use CPU clock as a timer input source.
2006-07-06 21:17:24 +02:00
Marian Balakowicz
fbb0b559ae
Add system memory to the PCI region list for AMCC PPC44x CPUs.
...
Enabled it for Yucca board.
2006-07-04 00:55:47 +02:00
Marian Balakowicz
fe84b48a94
Cleanup config file and bootup output for Yucca board.
2006-07-03 23:42:36 +02:00
Marian Balakowicz
bba6837732
Fix CONFIG_440_GX define usage.
2006-06-30 18:35:04 +02:00
Marian Balakowicz
f6e5739a68
Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).
2006-06-30 18:19:42 +02:00
Marian Balakowicz
6c5879f380
Add support for AMCC 440SPe CPU based eval board (Yucca).
2006-06-30 16:30:46 +02:00
Jon Loeliger
894b773c86
Merge branch 'mpc86xx'
2006-06-27 11:08:17 -05:00
Jin Zhengxiong-R64188
fa7db9c377
Enable PCIE1 for MPC8641HPCN board
...
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2006-06-27 09:17:59 -05:00
Heiko Schocher
f5e0d03970
Add support for wrPPMC7xx/74xx boards
...
Patch from Richard Danter, 12 Aug 2005
2006-06-19 11:02:41 +02:00
Wolfgang Denk
a650cfa286
Merge with ssh://fifi/home/wd/git/u-boot/master
2006-06-19 01:37:03 +02:00
Wolfgang Denk
c12cffc543
Add support for CONFIG_SERIAL_MULTI on MPC5xxx
...
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-16 17:04:45 +02:00
Wolfgang Denk
30a43cc2ae
Bugfix in I2C initialisation on S3C2400.
...
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-16 16:57:18 +02:00
Jon Loeliger
bee01a3c16
Merge branch 'mpc86xx'
2006-06-15 21:56:28 -05:00
Jon Loeliger
0e4c2a17ca
Do not enable address translation on secondary CPUs.
...
Do not set up BATs on secondary CPUs. Let Linux do the nasty.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-06-15 21:45:26 -05:00
Stefan Roese
df02bd1b3f
Fix IxEthDB.h to compile again
...
Patch by Stefan Roese, 14 Jun 2006
2006-06-14 10:18:39 +02:00
Stefan Roese
ed4633c93a
Minor cleanup for PCS440EP board
...
Patch by Stefan Roese, 13 Jun 2006
2006-06-13 18:55:07 +02:00
Wolfgang Denk
b1d71358a9
Minor code cleanup.
2006-06-10 22:00:40 +02:00
Wolfgang Denk
4176c79964
Merge with /home/hs/U-Boot/u-boot-dev
2006-06-10 19:27:47 +02:00
Scott McNutt
1f6ce8f5ba
Nios II - Add EPCS Controller bootrom work-around
...
-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-08 12:08:12 -04:00
Scott McNutt
c2ced000f4
Nios II - Fix I/O Macros and mini-app stubs
...
-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-08 11:59:57 -04:00
Jon Loeliger
8bb683b627
Merge branch 'mpc86xx'
2006-06-07 10:54:16 -05:00
Jon Loeliger
8ecc971618
Fix a get_board_sys_clk() use-before-def warning.
...
Signed-off-by: Jon Loeliger <jdl@jdl.com>
2006-06-07 10:53:55 -05:00
Jon Loeliger
a941b83241
Merge branch 'mpc86xx'
2006-06-07 08:49:46 -05:00
Jon Loeliger
72ed528a94
Merge branch 'master' of http://www.denx.de/git/u-boot
2006-06-07 08:49:38 -05:00
Stefan Roese
a4c8d1389f
Add support for PCS440EP board
...
Patch by Stefan Roese, 02 Jun 2006
2006-06-02 16:20:36 +02:00
Jon Loeliger
c934f655f9
Review cleanups.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-05-31 14:01:32 -05:00
Jon Loeliger
cb5965fb95
White space cleanup.
...
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-31 12:44:44 -05:00
Jon Loeliger
4d3d729c16
Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-05-31 11:24:28 -05:00
Jon Loeliger
b2a941de06
Remove dead debug code.
...
Signed-off-by: Jon Loeliger <jdl@jdl.com>
2006-05-31 10:07:28 -05:00
Jon Loeliger
126aa70f10
Move mpc86xx PIXIS code to board directory
...
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>
2006-05-31 09:49:33 -05:00
Wolfgang Denk
392c252efd
Fix PCI to memory window size problems on PM82x boards
...
We use the "automatic" mode that was used for the MPC8266ADS and
MPC8272 boards. Eventually this should be used on all boards?]
Patch by Wolfgang Grandegger, 17 Jan 2006
2006-05-30 23:32:44 +02:00