Matthew McClintock
7376eb87aa
* Fix a bunch of compiler warnings for gcc 4.0
...
Signed-off-by: Matthew McClintock <msm@freescale.com>
2006-10-11 15:13:01 -05:00
Matthew McClintock
25c751e9ad
* Support for FDT in uImage format, error when using FDT from flash
...
Signed-off-by: Matthew McClintock <msm@freescale.com>
2006-08-16 10:54:09 -05: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
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
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
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
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
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
1ac7e17e86
Update configuration for CMC-PU2 board
...
Patch by Martin Krause, 17 Nov 2005
2006-06-16 16:43:33 +02:00
Wolfgang Denk
bc8bb6d458
Add support for PS/2 keyboard on TQM85xx board
...
Patch by Martin Krause, 07 Nov 2005
Tested on a STK85XX baseboard. Make sure the PS/2 controller
has been programmed. Jumper Settings: X66 1-2, 9-10; X61 2-3
2006-06-16 16:40:54 +02:00
Wolfgang Denk
cd65a3dc87
Adjust TQM5200 make targets
...
Make the automatic CS configuration the default.
The dedicated configurations CONFIG_TQM5200_AA, CONFIG_TQM5200_AB
and CONFIG_TQM5200_AC are removed.
"TQM5200_config" is now the default for STK52XX.200 base boards.
On a STK52XX.100 base board "TQM5200_STK100_config" must be used.
Patch by Martin Krause, 07 Nov 2005
2006-06-16 16:11:34 +02:00
Wolfgang Denk
e00f41eb81
Disable JFFS2 support for trab board
...
Patch by Martin Krause, 27 Oct 2005
2006-06-16 15:45:03 +02:00
Wolfgang Denk
3332240318
Change mtdparts definition on trab board to match current flash map
...
Patch by Martin Krause, 27 Oct 2005
2006-06-16 15:40:48 +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
9cc8337832
Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boards
...
Patch by Scott McNutt, 08 Jun 2006
2006-06-08 13:37:39 -04: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
3d22d0b89b
Update PK1C20 board
...
-Update base addresses for standard configuration
-Eliminate use of CACHE_BYPASS in board code
Patch by Scott McNutt, 08 Jun 2006
2006-06-08 12:03:21 -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
Wolfgang Denk
e461a24113
Minor cleanup for PCS440EP board
2006-06-07 11:36:02 +02:00
Stefan Roese
4526c87eec
Update PCS440EP port to fit into one flash device (incl. environment)
...
Patch by Stefan Roese, 06 Jun 2006
2006-06-06 10:59:12 +02:00
Stefan Roese
a4c8d1389f
Add support for PCS440EP board
...
Patch by Stefan Roese, 02 Jun 2006
2006-06-02 16:20:36 +02:00
Wolfgang Denk
ba94a1bba3
* Update Intel IXP4xx support
...
- Add IXP4xx NPE ethernet MAC support
- Add support for Intel IXDPG425 board
- Add support for Prodrive PDNB3 board
- Add IRQ support
Patch by Stefan Roese, 23 May 2006
[This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still
sufferes from licensing issues. Blame Intel.]
2006-05-30 15:56:48 +02:00
Marian Balakowicz
27333f8c34
Enable autoboot for M5271EVB board.
2006-05-17 12:16:26 +02:00
Stefan Roese
56ced709af
Changed default ramdisk addr in yosemite/yellowstone ports
...
Patch by Stefan Roese, 15 May 2006
2006-05-15 15:11:20 +02:00
Wolfgang Denk
8cba090c58
Add support for VirtLab2 board
...
(needed because of differences in the PCMCIA hardware).
2006-05-12 16:15:46 +02:00
Wolfgang Denk
977b50f868
Minor cleanup.
2006-05-10 17:43:20 +02:00
Stefan Roese
278bc4b37f
Update yosemite configuration to enable flash write buffer support
...
Patch by Stefan Roese, 10 May 2006
2006-05-10 15:06:58 +02:00
Stefan Roese
512f8d5d78
Add support for AMCC 440EP Rev C and 440GR Rev B
...
Patch by John Otken, 08 May 2006
2006-05-10 14:10:41 +02:00
Stefan Roese
6080a0eb63
Update omap5912osk board support
...
- Fix OMAP support that omap5912osk compiles in current source tree
- Update with code from "http://omap.spectrumdigital.com/osk5912 "
to fix problems with DDR initialization
- Fix timer setup
- Use CFI flash driver and support complete 32MB of onboard flash
- Add "print_cpuinfo()" and "checkboard()" functions to display
CPU (with frequency) and Board infos
Patch by Stefan Roese, 10 May 2006
2006-05-10 10:55:16 +02:00
Wolfgang Denk
1cfefe8cb6
Merge with /home/m8/git/u-boot
2006-05-09 13:46:55 +02:00
Wolfgang Denk
67a9468522
Merge with /home/wd/git/u-boot/master
2006-05-09 13:32:33 +02:00
Marian Balakowicz
78b123cd69
Add M5271EVB board support.
2006-05-09 11:54:44 +02:00
Marian Balakowicz
6f5155a95c
Make R5200 specific low level initialization board conditional.
2006-05-09 11:51:51 +02:00
Marian Balakowicz
b4853b779e
Update register definitions for MCF5271.
2006-05-09 11:43:59 +02:00
Wolfgang Denk
f149d8643e
Fix lowboot support on MCC200 board
2006-05-05 00:59:28 +02:00
Wolfgang Denk
0cf7d8aa0b
Merge with git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git#mpc8349emds
2006-05-03 17:52:20 +02:00
Heiko Schocher
cb0fdf3cfa
VoiceBlue update: use new MTD flash partitioning methods, use more
...
reasonable TEXT_BASE, update default environment and enable keyed
autoboot.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2006-05-03 08:34:03 +02:00
Wolfgang Denk
610cf3676e
Coding Style cleanup
2006-05-03 01:24:04 +02:00
Wolfgang Denk
983bebbea3
Scheduled for removal: strnicmp() which is unused
2006-05-03 01:00:39 +02:00
Marian Balakowicz
7a635e004e
Add support for Freescale M5271: Merge with /work/u-boot.mcf5271
2006-04-27 19:12:19 +02:00
Heiko Schocher
0e0ef590b2
Add Altera Nios-II boards EP1C20, EP1S10 and EP1S40
...
Patch from Scott McNutt, 11 Aug 2005
2006-04-26 08:13:18 +02:00
Markus Klotzbuecher
7c93b2443c
NAND support for zylonite board + some minor cleanup.
2006-04-25 16:48:48 +02:00