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
Wolfgang Denk
f3e06df7e8
Enable buffered flash writes for TQM5200 board.
2006-07-18 17:44:19 +02:00
Wolfgang Denk
ae1d7d4b2e
Merge with /home/tur/proj/usb_sticks/u-boot
2006-07-14 00:48:06 +02:00
Wolfgang Denk
dbba399be0
Update CHANGELOG
2006-07-13 22:32:45 +02:00
Wolfgang Denk
cf8f60f0ea
Merge with /home/mk/11-cmb1920/u-boot
2006-07-13 22:12:58 +02:00
Wolfgang Denk
d22d102808
Cleanup duplicate definitions in MCC200 config file.
2006-07-13 16:29:40 +02:00
Bartlomiej Sieka
f88a0ae6d7
Fix problems with SanDisk Corporation Cruzer Micro USB memory stick.
2006-07-13 15:32:16 +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
Wolfgang Denk
87791f3bf2
MCC200 board: support console on any one of the Quad UART ports.
2006-07-11 00:23:54 +02:00
Wolfgang Denk
985b950a9b
Fix error in flash protection calculation on MCC200 board.
2006-07-10 23:22:43 +02:00
Wolfgang Denk
9d40799551
Major PCMCIA Cleanup to make code better readable and maintainable.
...
Notes:
- Board-dependend code for RPXLITE and RPXCLASSIC-based boards
placed to the drivers/rpx_pmcia.c file to avoid duplication.
Same for TQM8xx-based boards (drivers/tqm8xx_pmcia.c).
- drivers/i82365.c has been split into two parts located at
board/atc/ti113x.c and board/cpc45/pd67290.c (ATC and CPC45 are
the only boards using CONFIG_82365).
- Changes were tested for clean build and *very* *few* boards.
2006-07-10 23:07:28 +02:00
Wolfgang Denk
a874c8c65f
MCC200: map the 2nd Quad UART into the processor's address space.
2006-07-06 22:31:16 +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
Wolfgang Denk
caaeaf925f
Bring yucca config more in line with other AMCC boards.
2006-07-05 10:42:14 +02:00
Wolfgang Denk
0095b787fe
Merge with /home/m8/git/u-boot
2006-07-05 10:03:52 +02:00
Marian Balakowicz
ce05de2950
Add AMCC bamboo board to MAKEALL build script.
2006-07-04 08:47:23 +02:00
Marian Balakowicz
d19206b9a5
Fix AMCC bamboo eval board compilation errors.
2006-07-04 01:27:46 +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
Wolfgang Denk
3f7a63e6a3
Fix CHANGELOG
2006-06-30 20:16:37 +02:00
Wolfgang Denk
3b5f61a025
Merge with /home/m8/git/u-boot
2006-06-30 19:32:25 +02:00
Marian Balakowicz
bba6837732
Fix CONFIG_440_GX define usage.
2006-06-30 18:35:04 +02:00
Marian Balakowicz
971a5dd11a
Remove autogenerated bmp_logo.h file.
2006-06-30 18:23:06 +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
Marian Balakowicz
bb105f24cc
Call serial_initialize() before first debug() is used.
2006-06-30 15:27:09 +02:00
Matthew McClintock
38433ccc58
* 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-06-28 10:47:03 -05:00
Matthew McClintock
e4c2a0eb0c
* Fixed a bug where 8555 PCI code used the old variable and
...
function names
Patch by Andy Fleming 17-Mar-2006
Signed-off-by: Andy Fleming <afleming@freescale.com>
2006-06-28 10:46:35 -05:00
Matthew McClintock
cbfc7ce756
* Added VIA configuration table
...
* Added support for PCI2 on CDS
Patch by Andy Fleming 17-Mar-2006
Signed-off-by: Andy Fleming <afleming@freescale.com>
2006-06-28 10:46:13 -05:00
Matthew McClintock
52c7a68b8d
* Fixed PCI memory definitions
...
Patch by Andy Fleming 17-Mar-2006
Signed-off-by: Andy Fleming <afleming@freescale.com>
2006-06-28 10:45:41 -05:00
Matthew McClintock
087454609e
* 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-06-28 10:45:17 -05:00
Matthew McClintock
b636aaeb6f
* Added PCI-X #defines for PCI-X initialization
...
Patch by Andy Fleming on 17-Mar-2006
Signed-off-by: Andy Fleming <afleming@freescale.com>
2006-06-28 10:44:49 -05:00
Matthew McClintock
20abbc6fff
* Made sure the code which disables prefetch for PCI devices
...
sets the size of the prefetch region to 0
Patch by Andy Fleming on 17-Mar-2006
Signed-off-by: Andy Fleming <afleming@freescale.com>
2006-06-28 10:44:23 -05:00
Matthew McClintock
40d5fa35d0
* 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-06-28 10:43:36 -05:00
Matthew McClintock
be7e8b0cb5
* Removed the oftree.dts for stxxtx in light of the changes
...
to the flat device tree handling code
Patch by Matthew McClintock 26-June-2006
2006-06-28 10:43:00 -05:00
Matthew McClintock
1b380ec225
* Patch to modify ft_build.c to update flat device trees in place
...
Patch by Matthew McClintock 26-June-2006
2006-06-28 10:42:24 -05:00
Matthew McClintock
98a9c4d468
* Modify bootm command to support booting with flat device trees
...
Patch by Matthew McClintock 26-June-2006
2006-06-28 10:41:37 -05:00
Wolfgang Denk
a63c31cff5
Cleanup trab board for GCC-4.x
2006-06-26 10:54:52 +02:00
Wolfgang Denk
f73e73ba0e
Merge with /home/hs/U-Boot/u-boot-dev
2006-06-20 00:12:59 +02: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
8d352247ec
Merge with ssh://atlas/home/wd/git/u-boot/work
2006-06-19 01:46:08 +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
0c32d96ddd
Add support for gth2 board
...
Patch by Thomas Lange, Aug 11 2005
2006-06-16 17:32:31 +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
Wolfgang Denk
10af6d53bc
Fix DDR6 errata on TQM834x boards
...
Patch by Thomas Waehner, 07 Mar 2006
2006-06-16 16:53:06 +02:00
Wolfgang Denk
14d9ab351c
Remove obsolete flash driver board/tqm5200/flash.c
...
Patch by Martin Krause, 11 Jan 2006
2006-06-16 16:50:42 +02:00
Wolfgang Denk
1ac7e17e86
Update configuration for CMC-PU2 board
...
Patch by Martin Krause, 17 Nov 2005
2006-06-16 16:43:33 +02:00