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
Marian Balakowicz
7a635e004e
Add support for Freescale M5271: Merge with /work/u-boot.mcf5271
2006-04-27 19:12:19 +02:00
Jon Loeliger
5c9efb36a6
Cleanup whitespaces and style issues.
...
Removed //-style comments.
Use 80-column lines.
Remove trailing whitespace.
Remove dead code and debug cruft.
2006-04-27 10:15:16 -05:00
Jon Loeliger
debb7354d1
Initial support for MPC8641 HPCN board.
2006-04-26 17:58:56 -05: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
Markus Klotzbuecher
71ae411a63
delta board: support for magic key detection and handling.
2006-04-25 10:03:01 +02:00
dzu@denx.de
6ca24c64a5
Add support for BC3450 board
...
Signed-off-by: dzu@denx.de <dzu@denx.de>
2006-04-21 18:30:47 +02:00
Kumar Gala
8fe9bf61ef
Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port:
...
- Removed MPC8349ADS port
- Added PCI support to MPC8349ADS
- reworked memory map to allow mapping of all regions with BATs
Patch by Kumar Gala 20 Apr 2006
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2006-04-20 13:45:32 -05:00
Heiko Schocher
a83531bb62
* Update PK1C20 board for Nios-II 5.0
...
Patch from Scott McNutt, 11 Aug 2005
-Update base addresses for standard configuration
-Eliminate use of CACHE_BYPASS in board code
2006-04-20 12:57:43 +02:00
Heiko Schocher
9acb626fc1
Add MCF5282 support (without preloader)
...
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
2006-04-20 08:42:42 +02:00
dzu@denx.de
a367d42640
Update for NC650 board. Add NC650 based CP850 configuration.
...
Signed-off-by: dzu@denx.de <dzu@denx.de>
2006-04-19 11:52:46 +02:00
Wolfgang Denk
cf48eb9abd
Some code cleanup
2006-04-16 10:51:58 +02:00
Wolfgang Denk
807522fc9a
Merge with /home/hs/U-Boot/u-boot-dev
2006-04-16 10:27:31 +02:00
Wolfgang Denk
b81a4630a3
Fix Quad UART mapping on MCC200 board due to new HW revision
2006-04-13 16:35:22 +02:00
Wolfgang Denk
b28a31ca02
Merge with /home/m8/git/u-boot
2006-04-12 12:26:32 +02:00
Heiko Schocher
ad88297e2f
* Fix dbau1x00 Board
...
- Fix dbau1x00 boards broken by dbau1550 patch
PLL:s were not set for boards other than 1550.
Flash CFI caused card to hang due to undefined CFG_FLASH_BANKS_LIST.
Default boot is now bootp for cards other than 1550.
Patch by Thomas Lange Aug 10 2005
2006-04-11 14:53:29 +02:00
Marian Balakowicz
6db3970811
Fix JFFS2 support for legacy NAND driver.
...
Some more NAND cleanup and small fixes.
2006-04-08 19:08:06 +02:00
Wolfgang Denk
9bc97a3d91
Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pci
2006-04-06 10:42:23 +02:00
Wolfgang Denk
71b405df4e
Merge with /home/sr/git/u-boot/cfi-flash
2006-04-06 00:16:58 +02:00
Wolfgang Denk
197b049b8b
Merge with /home/sr/git/u-boot/4xx-sdram
2006-04-05 23:55:15 +02:00
Stefan Roese
2662b40cac
* Changes/fixes for drivers/cfi_flash.c:
...
- Add Intel legacy lock/unlock support to common CFI driver
On some Intel flash's (e.g. Intel J3) legacy unlocking is
supported, meaning that unlocking of one sector will unlock
all sectors of this bank. Using this feature, unlocking
of all sectors upon startup (via env var "unlock=yes") will
get much faster.
- Fixed problem with multiple reads of envronment variable
"unlock" as pointed out by Reinhard Arlt & Anders Larsen.
- Removed unwanted linefeeds from "protect" command when
CFG_FLASH_PROTECTION is enabled.
- Changed p3p400 board to use CFG_FLASH_PROTECTION
Patch by Stefan Roese, 01 Apr 2006
* Changes/fixes for drivers/cfi_flash.c:
- Correctly handle the cases where CFG_HZ != 1000 (several
XScale-based boards)
- Fix the timeout calculation of buffered writes (off by a
factor of 1000)
Patch by Anders Larsen, 31 Mar 2006
2006-04-01 13:44:14 +02:00
Stefan Roese
62534beb2f
Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440)
...
405 SDRAM: - The SDRAM parameters can now be defined in the board
config file and the 405 SDRAM controller values will
be calculated upon bootup (see PPChameleonEVB).
When those settings are not defined in the board
config file, the register setup will be as it is now,
so this implementation should not break any current
design using this code.
Thanks to Andrea Marson from DAVE for this patch.
440 DDR: - Added function sdram_tr1_set to auto calculate the
TR1 value for the DDR.
- Added ECC support (see p3p440).
Patch by Stefan Roese, 17 Mar 2006
2006-03-31 14:32:07 +02:00
Markus Klotzbuecher
9e7b5ce61b
delta board: one more DA9030 fix.
2006-03-30 17:00:39 +02:00
Markus Klotzbuecher
eeaab720f6
Change delta board memory map to start at 0x80000000.
2006-03-29 17:59:20 +02:00
Markus Klotzbuecher
89f2dfa4c3
delta board: minor update to DA9030 code.
2006-03-29 17:49:27 +02:00
Rafal Jaworowski
b66a938342
Set SDelay register in the DDR controller for the MPC5200B chip.
2006-03-29 13:17:09 +02:00
Markus Klotzbuecher
c855ef6768
delta board: fix DA9030 reset procedure.
2006-03-27 16:01:03 +02:00
Markus Klotzbuecher
2770bcb21c
Merge with http://www.denx.de/git/u-boot.git
2006-03-24 15:43:16 +01:00
Markus Klotzbuecher
40b0bafbb2
Added config options CFG_MONAHANS_RUN_MODE_OSC_RATIO and
...
CFG_MONAHANS_TURBO_RUN_MODE_RATIO for configuring the Monahans core
frequency.
2006-03-24 14:35:25 +01:00
Markus Klotzbuecher
ba70d6a417
delta board: DA9030 initialization and i2c support. Some minor changes to
...
make the pxa i2c driver work with the monahans cpu.
2006-03-24 12:23:27 +01:00
Wolfgang Denk
05d8dce9d0
Enable Quad UART om MCC200 board.
2006-03-23 17:10:30 +01:00
Wolfgang Denk
5725f94aac
Cleanup MCC200 board configuration; omit non-existent stuff.
2006-03-21 01:58:07 +01:00
Markus Klotzbuecher
552fc624f2
Cleanup of the monahans cpu and delta board port.
2006-03-20 20:19:37 +01:00
Markus Klotzbuecher
e443c944cf
Support for redundant environment in NAND Flash.
2006-03-20 18:02:44 +01:00
Wolfgang Denk
0a112d8696
Merge with port of MPC8349EMDS board
2006-03-17 17:41:56 +01:00
Wolfgang Denk
09e4b0c5d3
Add support for Lite5200B board.
...
Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
2006-03-17 11:42:53 +01:00
Rafal Jaworowski
dc9e499c62
Support for DDR with 32-data path. Addotional notes on injecting
...
multiple-bit errors.
2006-03-16 17:46:46 +01:00
Marian Balakowicz
d326f4a242
Add command for handling DDR ECC registers on MPC8349EE MDS board.
2006-03-16 15:19:35 +01:00
Marian Balakowicz
991425fe05
Add initial support for MPC8349E MDS board.
2006-03-14 16:24:38 +01:00
Wolfgang Denk
84c960ce6d
Add support for EmbeddedPlanet EP88x boards
...
Patch by Yuli Barcohen, 13 Jul 2005
2006-03-12 23:17:31 +01:00
Wolfgang Denk
47705af5da
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349ads
2006-03-12 21:49:19 +01:00
Wolfgang Denk
795bee8496
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx
2006-03-12 21:33:52 +01:00
Wolfgang Denk
a3f0169880
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr
2006-03-12 19:11:42 +01:00
Wolfgang Denk
0a3471fc78
Add netconsole and some more commands to RPXlite_DW board
...
Patch by Sam Song, 19 Jun 2005
2006-03-12 16:57:35 +01:00
Wolfgang Denk
953c5b6f8b
Adjust "echo" as a default command
...
Patch by Sam Song, 19 Jun 2005
2006-03-12 16:51:59 +01:00
Wolfgang Denk
8e7b703a62
Coding Style cleanup
2006-03-12 02:55:22 +01:00
Wolfgang Denk
6cb142fa3b
Add missing Blackfin files.
2006-03-12 02:12:27 +01:00
Wolfgang Denk
8ff0208d31
Switch MPC86xADS and MPC885ADS boards to use cpuclk environment
...
variable to set clock
Patch by Yuli Barcohen, 05 Jun 2005
2006-03-12 01:55:43 +01:00
Wolfgang Denk
f47b661141
RPXlite configuration fixes
...
- Use correct flash sector size
- Use correct memory test end address
- Add support for bzip2 compression
- Various small fixes
Patch by Yuli Barcohen, 05 Jun 2005
2006-03-12 01:48:55 +01:00
Wolfgang Denk
aba9f1af60
Memory configuration changes for ZPC.1900 board
...
- Fix SDRAM timing on both local bus and 60x bus
- Add support for second flash bank (SIMM)
- Change boot flash base
Patch by Yuli Barcohen, 05 Jun 2005
2006-03-12 01:45:44 +01:00
Wolfgang Denk
5797b821dc
Add support for Adder boards with 16MB SDRAM;
...
add support for second FEC on Adder87x board.
Patch by Yuli Barcohen, 05 Jun 2005
2006-03-12 01:43:03 +01:00
Markus Klotzbcher
8371a2c0d4
Enable simple (non-redundant) NAND environment on delta board.
2006-03-08 00:13:40 +01:00
Wolfgang Denk
951a954b77
Merge with /home/wd/git/u-boot/master
...
Code cleanup.
2006-03-06 23:18:48 +01:00
Markus Klotzbcher
ac7d97dcbb
Turned on SDRAM scrubbing.
2006-03-06 18:47:44 +01:00
Markus Klotzbcher
43638c674a
Cleanup of NAND support of delta board using the Monahans Data Flash
...
Controller.
2006-03-06 15:04:25 +01:00
Markus Klotzbcher
f9e029184b
NAND finally working. Two bugs fixed:
...
* For READ_STATUS and READID commands always 8 bytes need to be read from
NDDB. Otherwise they stay there and get send to flash as the first data
word when writing.
* In nand_base.c the oob variable is not reset so this->oob_buf is
overwritten what eventually screws up the bad block descriptor table.
2006-03-06 13:45:42 +01:00
Wolfgang Denk
bfc81252c0
Minor code cleanup
2006-03-06 13:03:37 +01:00
Wolfgang Denk
4e3ccd2692
Merge the new NAND code (testing-NAND brach); see doc/README.nand
...
Rewrite of NAND code based on what is in 2.6.12 Linux kernel
Patch by Ladislav Michl, 29 Jun 2005
[Merge with /home/tur/nand/u-boot]
2006-03-06 11:25:22 +01:00
Bartlomiej Sieka
addb2e1650
Re-factoring the legacy NAND code (legacy NAND now only in board-specific
...
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and
BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for
NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is
implemented for these boards.
2006-03-05 18:57:33 +01:00
Markus Klotzbcher
bf7cac033b
Lots of new stuff:
...
* Debug message can be turned on and off.
* Waiting for events now times out.
* Implemented RESET command.
* Added appropriate nand_bbt_descriptor and nand_oobinfo.
Remaining Problems:
* Read Status still behaves weird an returns invalid stuff sometimes.
* ECC Placement does not respect our scheme in nand_oobinfo.
2006-03-04 18:35:51 +01:00
Markus Klotzbcher
00c35bd214
Added GPIO initialization of DF signal. Still not working.
2006-02-28 22:51:01 +01:00
Wolfgang Denk
82f2e33a8d
Update mcc200 config: Disable PCI and DoC, use 133 MHz IPB clock,
...
use hush shell.
2006-02-28 18:39:20 +01:00
Markus Klotzbcher
6949328d7d
First steps implementing NAND support. Not working, fails to read ID.
2006-02-28 18:05:25 +01:00
Wolfgang Denk
f6c0068fc1
Merge with Stefan Roese's branch with CFI driver fixes
2006-02-28 16:42:50 +01:00
Wolfgang Denk
36d2c5387d
Merge with /home/wd/git/u-boot/master
2006-02-28 16:39:47 +01:00
Stefan Roese
58ad497833
Convert mcc200 to use common CFI flash driver
...
Patch by Stefan Roese, 28 Feb 2006
2006-02-28 15:33:28 +01:00
Markus Klotzbcher
0377dca227
Merge /home/tur/nand/u-boot/
...
This is a first version of the testing-NAND branch merged back to main.
2006-02-24 14:16:31 +01:00
Markus Klotzbcher
7d4d1ce48c
Merge branch 'master' of http://www.denx.de/git/u-boot
2006-02-24 11:34:34 +01:00
Bartlomiej Sieka
038ccac511
Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.
2006-02-24 09:37:22 +01:00
Markus Klotzbcher
599f52253a
SDRAM now working.
2006-02-22 17:48:43 +01:00
Markus Klotzbcher
ff3c2a9478
SDRAM now working for delta board, but there are still aliasing problems,
...
we only see 64MB.
2006-02-22 14:05:44 +01:00
Wolfgang Denk
6624b687bc
Rename SMMACO4 board into smmaco4 for consistency with Linux.
2006-02-22 10:25:39 +01:00
Wolfgang Denk
5f0be01356
Disable CMD_BSP for SMMACO4 board.
2006-02-22 02:39:31 +01:00
Wolfgang Denk
9cdc838613
Merge with /home/hs/PanDacom/u-boot-dev
2006-02-22 01:59:13 +01:00
Wolfgang Denk
86ea5f93d7
Initial port to MCC200 board (work in progress)
...
Minimally modified patch by Bluetechnix, Vienna
2006-02-22 00:43:16 +01:00
Wolfgang Denk
654c2d2836
Merge with /home/sr/git/u-boot
2006-02-21 16:41:43 +01:00
Heiko Schocher
075866d840
[Patch] Add basic support for the SMMACO4 Board from PanDaCom.
...
Signed-off-by: Heiko Schocher <hs@denx.de>
2006-02-20 17:34:12 +01:00
Markus Klotzbcher
4f7a0e3671
New board directory and config for the benq delta board (copied from
...
zylonite). Minor pxa-regs.h update.
2006-02-20 16:37:37 +01:00
Markus Klotzbcher
8fb1857b40
Merged and added more pxa-regs.h stuff, especially the GPIO Control
...
Register Definitions.
2006-02-20 15:59:07 +01:00
Markus Klotzbcher
57dc57f14d
Merged sufficient changes to pxa-regs.h in order to make u-boot compile.
...
It doesn't run yet.
2006-02-19 16:03:49 +01:00
Kumar Gala
2688e2f972
Enable address translation on MPC83xx
...
Patch by Kumar Gala, 10 Feb 2006
2006-02-10 15:40:06 -06:00
Markus Klotzbcher
6ece03f267
Config updated for compiling the SMC911111 network driver
2006-02-10 17:08:26 +01:00
Markus Klotzbcher
b3c36e6b94
basic u-boot is working, boots into the command shell.
2006-02-09 13:19:25 +01:00
Stefan Roese
79830d591a
Convert CPCI750 to use common CFI flash driver
...
Patch by Reinhard Arlt, 8 Feb 2006
2006-02-08 15:54:15 +01:00
Markus Klotzbcher
af646e865f
Forgot to add files to zylonite branch.
2006-02-07 20:48:45 +01:00
Stefan Roese
48a05a5188
Various changes to esd HH405 board specific files
...
Patch by Matthias Fuchs, 07 Feb 2006
2006-02-07 16:51:04 +01:00
Wolfgang Denk
84e106c09d
Update default environment for INKA4x00 board.
2006-02-07 15:18:25 +01:00
Zachary P. Landau
3a108ed868
Add support for r5200 board
2006-01-26 17:37:59 -05:00
Stefan Roese
a7b9fb9110
Add VGA support (CT69000) to CPCI750 board.
...
Insert missing __le32_to_cpu() for filesize in ext2fs_read_file().
Patch by Reinhard Arlt, 30 Dec 2005
2006-01-18 20:05:34 +01:00
Stefan Roese
2076d0a15f
PMC405 and CPCI405: Moved configuration of pci resources into config file.
...
PMC405 and CPCI2DP: Added firmware download and booting via pci.
Patch by Matthias Fuchs, 20 Dec 2005
2006-01-18 20:03:15 +01:00
Wolfgang Denk
c4b465f63e
Fix 28F256J3A support on PM520 board
...
(without bank-switching only 32 MB can be accessed)
2006-01-13 17:00:56 +01:00
Kumar Gala
86902b8e36
Added PCI support for MPC8349ADS board
...
Patch by Kumar Gala 11 Jan 2006
2006-01-12 19:51:38 -06:00
Kumar Gala
e4f880eddd
Added CONFIG_ options for bd_t and env in flat dev tree
...
CONFIG_OF_HAS_BD_T will put a copy of the bd_t
into the resulting flat device tree.
CONFIG_OF_HAS_UBOOT_ENV will copy the environment
variables from u-boot into the flat device tree
Patch by Kumar Gala 11 Jan 2006
2006-01-11 13:49:31 -06:00
Kumar Gala
9260a56151
Make System IO Config Registers board configurable on MPC83xx
...
Patch by Kumar Gala, 11 Jan 2006
2006-01-11 11:12:57 -06:00
Wolfgang Denk
c7428d49ac
Add support for 28F256J3A flah (=> 64 MB) on PM520 board
2005-12-29 15:12:09 +01:00
Marian Balakowicz
3a7b142b62
Change port configuration for O2DNT (CODEC1 on PSC1)
2005-12-06 20:33:07 +01:00
Wolfgang Denk
f013dacf0a
Code cleanup, especially MIPS for GCC 4.x
2005-12-04 00:40:34 +01:00
Wolfgang Denk
4a86d779ff
Merge with /home/sr/git/u-boot
2005-12-01 01:38:13 +01:00
Wolfgang Denk
b6f8435664
Adjust TQM834x PHY addresses for latest hardware revision.
2005-12-01 01:17:24 +01:00
Wolfgang Denk
d00de23b15
Increase malloc arena on TQM5200 board to 256 kB.
...
With 64 kb uniform flash sector size the old value of 128 kB was
too small.
2005-12-01 00:55:19 +01:00
Stefan Roese
d96f41e016
Add support for TQM8541/8555 boards, TQM85xx support reworked:
...
- Support for TQM8541/8555 boards added.
- Complete rework of TQM8540/8560 support.
- Common TQM85xx code now supports all current TQM85xx platforms
(TQM8540/8541/8555/8560).
- DDR SDRAM size detection added.
- CAS latency default values can be overwritten by setting "serial#"
to e.g. "ABC0001 casl=25" -> CAS latency 2.5 will be used.
If problems are detected with this non default CAS latency,
the defualt values will be used instead.
- FLASH size detection added.
- Moved FCC ethernet driver initialization behind TSEC driver init
-> TSEC is first device.
Patch by Stefan Roese, 30 Nov 2005
2005-11-30 13:06:40 +01:00
Stefan Roese
6e7fb6eaa5
Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.
...
Patch by John Otken, 23 Nov 2005
2005-11-29 18:18:21 +01:00
Marian Balakowicz
0a69b26ed6
Increase IPB and PCI clocks for O2DNT board.
2005-11-27 20:15:41 +01:00
Stefan Roese
3d9569b232
Changed PPC44x startup message (cpu info, speed...) to common style:
...
On PPC44x platforms, the startup message generated in "cpu.c" only
comprised the ppc type and revision but not additional informations
like speed etc. Those speed infos where printed in the board specific
code. This new implementation now prints all CPU infos in the common
cpu specific code. No board specific code is needed anymore and
therefore removed from all current 44x implementations.
Patch by Stefan Roese, 27 Nov 2005
2005-11-27 19:36:26 +01:00
Stefan Roese
5568e613ee
Add support for Prodrive P3P440 board:
...
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
- CFG_FLASH_QUIET_TEST added to use the common CFI driver
for bank autodetection
Patch by Stefan Roese, 22 Nov 2005
2005-11-22 13:20:42 +01:00
Wolfgang Denk
fe126d8b34
Change all '$(...)' variable references into '${...}'
...
which makes the environment compatible with the hush shell.
WARNING: Support for the old '$(...)' syntax will be
discontinued in a later version.
2005-11-20 21:40:11 +01:00
Stefan Roese
c7911c7e8f
Merge with /server/home/stefan/git/u-boot/bamboo-sdram
2005-11-15 16:23:41 +01:00
Stefan Roese
fd49bf0214
Fix Bamboo DDR SDRAM initialization (problem with onboard SDRAM)
...
Patch by Stefan Roese, 15 Nov 2005
2005-11-15 16:04:58 +01:00
Stefan Roese
feaedfcf84
New PPC 405EP board added: CMS700
...
Added CONFIG_NET_MULTI for VOM405 board.
Added reset_phy() for VOM405 board.
Patch by Matthias Fuchs, 09 Nov 2005
2005-11-15 10:35:59 +01:00
Stefan Roese
ea339205a9
Updated PCI mapping for esd CPCI2DP board.
...
Add support for error LED.
Patch by Matthias Fuchs, 07 Nov 2005
2005-11-08 09:00:09 +01:00
Wolfgang Denk
4d03a21f23
Adjust TQM85x PHY addresses for latest hardware revision.
2005-11-03 11:31:36 +01:00
Wolfgang Denk
5d4ee51061
Merge with /home/m8/git/u-boot
2005-10-29 23:45:04 +02:00
Marian Balakowicz
63ff004c4f
Add support for multiple PHYs.
2005-10-28 22:30:33 +02:00
Wolfgang Denk
7b5cac0e19
Merge with /home/wd/git/u-boot/master
2005-10-21 22:41:25 +02:00
Stefan Roese
1e25f957c8
Add NetConsole Support for AMCC eval boards
...
Patch by Stefan Roese, 20 Oct 2005
2005-10-20 16:34:28 +02:00
Rafal Jaworowski
6902df56a0
Add PCI support for the TQM834x board.
2005-10-17 02:39:53 +02:00
Wolfgang Denk
ea1fba136a
Merge with /home/sr/git/u-boot
2005-10-17 00:19:16 +02:00
Wolfgang Denk
84bd92bdda
Merge with /home/m8/git/u-boot
2005-10-15 18:23:43 +02:00
Stefan Roese
3b6748ea0d
Add fat & ext2 support to AMCC 440EP boards Yosemite & Bamboo
...
Patch by Stefan Roese, 14 Oct 2005
2005-10-14 15:37:34 +02:00
Wolfgang Denk
cbdf8824fa
Merge with /home/sr/git/u-boot
2005-10-13 01:55:58 +02:00
Wolfgang Denk
070610c529
Add support for OF flat tree for the STXtc board.
...
Patch by Pantelis Antoniou, 04 Sep 2005
2005-10-13 01:49:09 +02:00
Wolfgang Denk
f57f70aab9
Support passing of OF flat trees to the kernel.
...
Patch by Pantelis Antoniou, 04 Sep 2005
2005-10-13 01:45:54 +02:00
Marian Balakowicz
36247821ef
Fix TQM834x config file, set correct value for CFG_IMMRBAR.
2005-10-12 12:45:04 +02:00
Marian Balakowicz
e6f2e90233
Added support for TQM834x boards.
2005-10-11 19:09:42 +02:00
Wolfgang Denk
3df5bea0b0
Add support for NetSilicon NS7520 processor.
...
Patch by Art Shipkowski, 12 May 2005
Cleanup.
2005-10-09 01:41:48 +02:00
Wolfgang Denk
7521af1c7d
Add support for AP1000 board.
...
Patch by James MacAulay, 07 Oct 2005
2005-10-09 01:04:33 +02:00
Stefan Roese
c29ab9d71d
Fix gzip bmp support (test if malloc fails, warning when truncated).
...
Increase CFG_VIDEO_LOGO_MAX_SIZE on HH405 board.
Patch by Stefan Roese, 08 Oct 2005
2005-10-08 10:19:07 +02:00
Wolfgang Denk
6ebc792114
Add JFFS2 support for TRAB board
...
Patch by Martin Krause, 25 Aug 2005
2005-10-06 01:46:57 +02:00
Wolfgang Denk
f5c254d719
Fix the machine-id of the Cogent csb637 board
...
Patch by Anders Larsen, 05 Oct 2005
2005-10-06 01:26:16 +02:00
Wolfgang Denk
78da60773c
Complete support for the KwikByte KB920x boards
...
Patch by Anders Larsen, 05 Oct 2005
2005-10-06 01:22:22 +02:00
Wolfgang Denk
645da51097
Add support for Cogent csb637
...
Patch by Anders Larsen, 29 Apr 2005
2005-10-05 02:00:09 +02:00
Wolfgang Denk
29ca46c445
Fix device partition intialization for SystemACE disks.
...
Patch by Stephen Williams, 28 Apr 2005
2005-10-05 00:25:17 +02:00
Wolfgang Denk
99b0d2851a
Added support for KwikByte KB920x boards (based on AT91RM9200)
...
Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
2005-10-05 00:19:34 +02:00
Wolfgang Denk
9b880bd4d8
Update ARM Integrator boards:
...
Correct addessing errors in platform files.
Split off common core module data from Integrator header files to
include/armcoremodule.h.
Patch by Peter Pearse, 04 Oct 2005
2005-10-04 23:10:28 +02:00
Stefan Roese
2c7b2ab5a0
Fix problem with SM501 init on HH405 board.
...
Patch by Stefan Roese, 30 Sep 2005
2005-09-30 16:41:12 +02:00
Wolfgang Denk
709d8ec0d8
Fix FEC PHY addresses for TQM85xx boards
2005-09-29 12:16:38 +02:00
Wolfgang Denk
fb34a9a201
Undo change of f6e20fc6ca... to include/configs/trab.h
...
(Must have been an accident?)
2005-09-26 23:40:37 +02:00
Wolfgang Denk
d8e7e0f044
Add support for AT91RM9200 OHCI Controller.
...
Patch by Eric Benard, 07 Apr 2005
2005-09-26 01:26:56 +02:00
Wolfgang Denk
0e4018d244
Add support for MP2USB board.
...
Patch by Eric Benard, 07 Apr 2005
2005-09-26 01:14:38 +02:00
Wolfgang Denk
c570b2fdf5
Add board support for armadillo HT1070
...
Patch by Rowel Atienza, 06 Apr 2005
2005-09-26 01:06:33 +02:00
Wolfgang Denk
c2d0ab4da8
Second Ethernet address enabled for MPC885ADS and MPC8272ADS.
...
Patch by Vitaly Bordug, 30 Mar 2005
2005-09-26 00:53:02 +02:00
Wolfgang Denk
f2af3eb55e
Fixes to the Lubbock (PXA 25x) support:
...
- Resolve the FIXME with respect to saving the u-boot environment.
- Make the default load address land in real memory.
- Fix lan91c96 SMC_{in,out}{b,w,l}() macros
Patch by David Brownell, 10 Mar 2005
2005-09-26 00:29:53 +02:00
Wolfgang Denk
8e6f1a8ec2
Add Barco Streaming Video Card (SVC) and Sample Compress Network (SCN) board
...
Patch by Marc Leeman, 04 Mar 2005
2005-09-25 18:59:36 +02:00
Wolfgang Denk
716c1dcb41
Cleanup
2005-09-25 18:49:35 +02:00
Wolfgang Denk
49a7581c6c
OMAP242x H4 board update
...
- fix for ES2 differences.
- switch to using the cfi_flash driver.
- fix SRAM build address.
- fix for GP device operation.
- unlock SRAM for GP devices.
- display more device information.
- fix potential deadlock in omap24xx_i2c driver.
- fix DLL load values to match dpllout*1 operation.
- fix 2nd chip select init for combo DDR device.
- add support for CFI Intel 28F256L18 on H4 board.
Patch by Richard Woodruff, 03 Mar 2005
2005-09-25 18:41:04 +02:00
Wolfgang Denk
bd51626c8d
Update ep8260: Fix flash timeouts; improve clock resolution for faster UARTs
...
Patch by Jeff Angielski, 21 Feb 2005
2005-09-25 16:56:15 +02:00
Wolfgang Denk
1972dc0a9e
Added support for PCI bridge on MPC8272ADS
...
Patch by Vitaly Bordug, Feb 09 2005
2005-09-25 16:27:55 +02:00
Wolfgang Denk
0148e8cb43
Update multicore CM9XX support for Integrator AP to allow booting from flash
...
Patch by Jean-Paul Saman, 8 Feb 2005
2005-09-25 16:22:14 +02:00
Wolfgang Denk
70a2047ff6
Add Vibren (was Accelent) PXA255 IDP Support
...
Patch by Cliff Brake, 04 Feb 2005
2005-09-25 15:59:01 +02:00
Wolfgang Denk
fe7eb5d88b
Cleanup
2005-09-25 02:00:47 +02:00
Wolfgang Denk
74f4304ee7
Add ARM946E cpu and core module targets; remap memory to 0x00000000
...
Patch by Peter Pearse, 2 Feb 2005
2005-09-25 01:48:28 +02:00
Wolfgang Denk
265817c7e6
Add support for AMD's Pb1x00 eval board;
...
add MII routines to the au1x00 ethernet driver;
add USB ohci driver (work in progress)
Patch by Thomas Sailer, 20 Jan 2005
2005-09-25 00:53:22 +02:00
Wolfgang Denk
2b792afcc5
* Fix PHY address argument passing with mii info command
...
Patch by Andrew Dyer, 28 Dec 2004
* Cleanup: fix broken builds
2005-09-24 21:54:50 +02:00
Wolfgang Denk
0c8721a466
Cleanup (PPC4xx is AMCC now)
2005-09-23 11:05:55 +02:00
Wolfgang Denk
1caa70788c
Cleanup - update CHANGELOG, undo test settings
2005-09-22 09:34:17 +02:00
Stefan Roese
7644f16f6b
esd CPCI2DP board added
...
Patch by Matthias Fuchs, 22 Sep 2005
2005-09-22 09:16:57 +02:00
Stefan Roese
026cb5d864
esd PMC405 board updated
...
Patch by Matthias Fuchs, 22 Sep 2005
2005-09-22 09:07:15 +02:00
Stefan Roese
98f4a3dfcb
Add SM501 support to HH405 board.
...
Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP).
Add support for eeprom write-enable (CFG_EEPROM_WREN).
Patch by Stefan Roese, 22 Sep 2005
2005-09-22 09:04:17 +02:00
Stefan Roese
5810dc3a2e
Fix autonegotiation in tsec ethernet driver
...
Patch by Stefan Roese, 21 Sep 2005
2005-09-21 18:20:22 +02:00
Wolfgang Denk
1806c75959
Update configuration for INKA4x0 board
2005-09-21 10:07:56 +02:00
Wolfgang Denk
29fe1c0fa4
Update configuration for PM854 board
...
Based on patch by R. Loeffl, 20 Jul 2005
2005-09-21 09:59:55 +02:00
Stefan Roese
053b40fa0c
Add PCI support to TQM8540 and TQM8560 boards
...
Patch by Stefan Roese, 15 Sep 2005
2005-09-15 14:41:11 +02:00
Stefan Roese
34c0a5e98b
Update AMCC Yosemite to get a consistent setup for all AMCC eval
...
boards (baudrate, environment...). Flash driver fixed.
Patch by Stefan Roese, 15 Sep 2005
2005-09-15 11:34:07 +02:00
Wolfgang Denk
ac7eb8a315
Update of new NAND code
...
Patch by Ladislav Michl, 13 Sep 2005
2005-09-14 23:53:32 +02:00
Wolfgang Denk
3edb0ccf61
Merge with /home/wd/git/u-boot/master
2005-09-14 17:06:43 +02:00
Wolfgang Denk
47278471f9
Merge with /home/sr/git/u-boot
2005-09-14 16:59:18 +02:00
Wolfgang Denk
670d9f132d
Change default console baud rate for stxxtc board
2005-09-13 00:12:33 +02:00
Stefan Roese
4a3cd9e655
Fix problem in 440GP ethernet driver (ebony). Add support for 2nd
...
ethernet port on ebony.
Patch by Stefan Roese, 7 Sep 2005
2005-09-07 16:21:12 +02:00
Wolfgang Denk
5d244ea128
Merge with /home/sr/git/u-boot:
...
Add I2C support for TQM85xx
2005-09-06 22:17:16 +02:00
Wolfgang Denk
ccd9d3d60c
Enable SM712 driver support for HMI1001 board.
2005-09-03 01:21:50 +02:00
Stefan Roese
9d2a873bdf
Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT).
...
Removed CFG_CMD_DISPLAY from default commands.
Fixed compiler warning in net.c.
Patch by Stefan Roese, 31 Aug 2005
2005-08-31 12:55:50 +02:00
Wolfgang Denk
f7fbf269fe
Adjust CS3 timings on HMI1001 board for dot matrix display under Linux
2005-08-30 13:43:18 +02:00
Wolfgang Denk
9f96ae44c6
Add keyboard and dot matrix display support for HMI1001 board.
2005-08-30 13:04:12 +02:00
Wolfgang Denk
ec2e5a2cce
Merge with testing-4xx_enet (Create generic 4xx Ethernet code)
2005-08-23 23:03:20 +02:00
Wolfgang Denk
d534f5cc38
Add JFFS2 support for TQM5200 board
2005-08-23 22:27:41 +02:00
Stefan Roese
5e4b3361bc
Add esd cpci5200 and pf5200 boards
...
Patch by Reinhard Arlt, 22 Aug 2005
2005-08-22 17:51:53 +02:00
Wolfgang Denk
94085698d0
Fix sysclock for TQM8540 and TQM8560 boards
...
Patch by Martin Krause, 25 Jul 2005
2005-08-19 00:55:12 +02:00
Wolfgang Denk
6617aae9b9
Add new board specific commands for TQM5200/STK52XX
...
- Sound commands (beep, wav, sound)
- Test commands (led, can, backlight, rs232)
Patch by Martin Krause, 02 May 2005
2005-08-19 00:46:54 +02:00
Wolfgang Denk
df3c7c8f52
Change main clock on CMC-PU2 board from 207 MHz to 179 MHz
...
because of a bug in the AT91RM9200 CPU PLL
Patch by Martin Krause, 22 Apr 2005
2005-08-19 00:36:45 +02:00
Wolfgang Denk
dbc5819098
Remove CONFIG_AT91RM9200DK in CMC-PU2 configuration
...
Patch by Martin Krause, 19 Apr 2005
2005-08-18 12:21:16 +02:00
Wolfgang Denk
4f562f145a
Add RTC support for STK52XX.200
...
Patch by Martin Krause, 7 Apr. 2005
2005-08-18 11:51:12 +02:00
ef3f9669ae
Disable SNTP for O2DNT board.
2005-08-16 22:54:40 +02:00
30eb1770ca
CONFIG_PCI_SCAN_SHOW disabled for O2DNT.
2005-08-16 20:39:05 +02:00
Stefan Roese
d6c61aabc4
Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.c
...
now handling all 4xx cpu's.
Patch by Stefan Roese, 16 Aug 2005
2005-08-16 18:18:00 +02:00
22e05df45c
Merge with pollux.denx.org:/home/git/u-boot/.git
2005-08-16 17:34:22 +02:00
Wolfgang Denk
98128f389c
Enable PCI on hmi1001 board
2005-08-16 15:17:53 +02:00
Wolfgang Denk
3d078ce6d7
Coding style cleanup
2005-08-15 16:03:56 +02:00
Wolfgang Denk
6bdf430660
Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.
...
Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
2005-08-15 15:55:00 +02:00
Stefan Roese
b79316f2a2
Add Sandburst Metrobox and Sandburst Karef board support packages.
...
Second serial port on 440GX now defined as a system device.
Add 'Short Etch' code for Cicada PHY within 440gx_enet.c
Patch by Travis B. Sawyer, 12 Jul 2005
Check return value of malloc in 440gx_enet.c
Patch by Travis B. Sawyer, 18 Jul 2005
2005-08-15 12:31:23 +02:00
Wolfgang Denk
2893ecbf3e
Fix build problems
2005-08-14 01:52:14 +02:00
Wolfgang Denk
2afbe4ed97
Fix compiler warnings
2005-08-13 02:04:37 +02:00
d4f5c72896
FRAM memory access optimization.
2005-08-12 21:16:13 +02:00
Stefan Roese
5315dfa9d1
esd PCI405 board updated
...
Patch by Matthias Fuchs, 28 Jul 2005
2005-08-12 16:56:56 +02:00
Stefan Roese
82f4c6ac84
esd WUH405 and DU405 board updated
...
Patch by Matthias Fuchs, 27 Jul 2005
2005-08-12 16:52:47 +02:00
6df6d38d2d
Merge with pollux.denx.org:/home/git/u-boot/.git
2005-08-12 15:33:33 +02:00
Wolfgang Denk
dafba16e6f
Merge with /home/wd/git/u-boot/master
2005-08-12 00:22:49 +02:00
Stefan Roese
84286386a8
Update AMCC Yosemite to get a consistent setup for all AMCC eval
...
boards (baudrate, environment...). Flash driver fixed.
Patch by Stefan Roese, 11 Aug 2005
2005-08-11 18:03:14 +02:00
Stefan Roese
9e00589bdd
Changed AMCC Bubinga (405EP) configuration to support 2nd eth port
...
Patch by Stefan Roese, 11 Aug 2005
2005-08-11 17:58:40 +02:00
Stefan Roese
c57c7980ff
Add NAND FLASH support for AMCC Bamboo 440EP eval board
...
Patch by Stefan Roese, 11 Aug 2005
2005-08-11 17:56:56 +02:00
5a27f84855
O2DNT FRAM write delay disabled.
2005-08-11 15:56:59 +02:00
adac376ef2
O2DNT: added hardware flash protect support, macros cleanup.
2005-08-11 10:10:30 +02:00
Wolfgang Denk
8f79e4c2da
Add configuration for IFM AEV FIFO board.
...
Minor coding style cleanup.
2005-08-10 15:14:32 +02:00
Wolfgang Denk
eece159cdd
Add configuration for IFM SPI eval board
2005-08-10 11:03:05 +02:00
Wolfgang Denk
9d3338d2b9
Fix CompactFlash problem on HMI1001 board
2005-08-10 10:06:25 +02:00
0841565cc7
O2DNT platform specific code.
2005-08-09 14:52:00 +02:00
Stefan Roese
846b0dd2dc
Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)
...
Patch by Stefan Roese, 08 Aug 2005
2005-08-08 12:42:22 +02:00
Wolfgang Denk
700a0c648d
Add common (with Linux) MTD partition scheme and "mtdparts" command
...
Old, obsolete and duplicated code was cleaned up and replace by the
new partitioning method. There are two possible approaches now:
* define a single, static partition
* use mtdparts command line option and dynamic partitioning
Default is static partitioning.
2005-08-08 01:03:24 +02:00
Wolfgang Denk
452e8e72ad
Fix build problems for PM856 Board
2005-08-08 00:47:14 +02:00
Wolfgang Denk
d06a5f7ebf
Add support for Altera NIOS DK1C20 board
...
Patch by Shlomo Kut, 13 Dec 2004
2005-08-06 01:56:59 +02:00
Wolfgang Denk
f901a83b70
Add support for ep8248 board
...
Patch by Yuli Barcohen, 12 Dec 2004
Minor code cleanup.
2005-08-06 01:42:58 +02:00
Wolfgang Denk
3836221d5b
Fix typo
2005-08-06 01:02:27 +02:00
Wolfgang Denk
d56019c0ee
Merge with /home/sr/git/u-boot
2005-08-05 23:55:19 +02:00
Wolfgang Denk
b4f15fdaf7
Merge with /home/wd/git/u-boot/jon_loeliger
2005-08-05 20:03:38 +02:00
Wolfgang Denk
b20d00328c
Add support for MicroSys PM856 board
...
Patch by Josef Wagner, 03 Aug 2005
2005-08-05 12:19:30 +02:00
Wolfgang Denk
992b402bbf
Minor fixes to PM854 board
...
Patch by Josef Wagner, 03 Aug 2005
2005-08-05 11:47:10 +02:00
Wolfgang Denk
cbf9c11728
Merge with /home/wd/git/u-boot/master
2005-08-05 11:22:28 +02:00
Jon Loeliger
a99a0a98b9
Default 8349ADS CONFIG_PCI off for now.
...
Real support for PCI comes in a follow-up patch.
2005-08-04 17:32:05 -05:00
Wolfgang Denk
452f67407b
Adjust configuration of XENIAX board
...
(chip select and GPIO required for USB operation)
2005-08-04 19:45:01 +02:00
Stefan Roese
17f50f22bc
Add support for AMCC Bamboo PPC440EP eval board
...
Patch by Stefan Roese, 04 Aug 2005
2005-08-04 17:09:16 +02:00
Wolfgang Denk
460c322f13
(re)enabled scsi commands do_scsi() and do_scsiboot()
...
Patch by Denis Peter, 06 Dec 2004
2005-08-04 01:14:12 +02:00
Wolfgang Denk
dc17fb6dc2
Cleanup build problems (on Fedora Core x86_64 build host)
2005-08-03 22:32:02 +02:00
Jon Loeliger
4b1d95d96a
Merge with rsync://git-user@source.denx.net/git/u-boot.git
2005-08-02 13:53:07 -05:00
Wolfgang Denk
095b8a3798
Coding style cleanup
2005-08-02 17:06:17 +02:00
Wolfgang Denk
7d939f8947
Merge with /home/sr/git/u-boot
2005-08-02 14:43:57 +02:00
Jon Loeliger
de1d0a6995
Fix style issues primarily in 85xx and 83xx boards.
...
- C++ comments
- Trailing white space
- Indentation not by TAB
- Excessive amount of empty lines
- Trailing empty lines
2005-08-01 13:20:47 -05:00
Stefan Roese
8a316c9b62
Major cleanup for AMCC PPC4xx eval boards.
...
Patch by Stefan Roese, 01 Aug 2005
2005-08-01 16:49:12 +02:00
Stefan Roese
c157d8e219
Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.
...
Patch by Steven Blakeslee, 27 Jul 2005
2005-08-01 16:41:48 +02:00
Wolfgang Denk
0f18cb6eef
Minor fixes for PPChameleon Board:
...
* fix alignment of NAND size
* make code do what the comment says
2005-07-31 00:30:09 +02:00
Lunsheng Wang
b0e3294923
* Patch by Ron Alder, 11 July 2005
...
Add Xianghua Xiao and Lunsheng Wang's support for the
GDA MPC8540 EVAL board.
2005-07-29 10:20:29 -05:00
Eran Liberty
f046ccd15c
* Patch by Eran Liberty
...
Add support for the Freescale MPC8349ADS board.
2005-07-28 10:08:46 -05:00
Jon Loeliger
d9b94f28a4
* Patch by Jon Loeliger, 2005-05-05
...
Implemented support for MPC8548CDS board.
Added DDR II support based on SPD values for MPC85xx boards.
This roll-up patch also includes bugfies for the previously
published patches:
DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
2005-07-25 14:05:07 -05:00
Jon Loeliger
288693abe1
* Patch by Jon Loeliger, 2005-Feb-10
...
Add config option CONFIG_HAS_FEC calling out 8540 FEC features.
2005-07-25 12:14:54 -05:00
Jon Loeliger
7202d43dde
* Patch by Jon Loeliger, Kumar Gala, 2005-02-08
...
For MPC85xxCDS:
Adds Relaxed Timing TRLX bit to FLASH ORx regs to allow
for faster flash parts.
Add documentation for BR/OR for FLASH.
2005-07-25 11:13:26 -05:00
Jon Loeliger
9c4c5ae3e1
* Patch by Jon Loeliger, Kumar Gala 2005-02-08
...
- Convert the CPM2 based functionality to use new CONFIG_CPM2
option rather than a myriad of CONFIG_MPC8560-like variants.
Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560.
Eliminates the CONFIG_MPC8560 option entirely. Distributes the
new CONFIG_CPM2 option to each 8260 board.
2005-07-23 10:37:35 -05:00
Wolfgang Denk
08abe15850
Add CompactFlash support for HMI1001 board.
2005-07-21 15:23:29 +02:00
wdenk
88804d19e2
* Patch by Detlev Zundel, 30 Jun 2005:
...
Fix LCD logo for lwmon board which got lost in the merge of 8xx and PXA LCD code
2005-07-04 00:03:16 +00:00
stroese
3c71f3e8aa
* Patch by Stefan Roese, 1 Jul 2005:
...
Fix PHY address for CATcenter board (now correct!)
2005-07-01 15:53:57 +00:00
stroese
bf41886f9d
* Patch by Stefan Roese, 30 Jun 2005:
...
Fix PHY addresses for PPChameleon and CATcenter boards
Change MAINTAINER for most esd boards
2005-06-30 13:06:07 +00:00
wdenk
342717f72a
* Fix baudrate calculation problem on MPC5200 systems
...
* Add MPC8220 boards to MAKEALL script
* Add EEPROM and RTC support for HMI1001 board
* Patch by Detlev Zundel, 20 Jun 2005:
Fix initialization of low active GPIO pins on inka4x0 board
2005-06-27 13:30:03 +00:00
wdenk
024447b186
Enable redundant environment, disable HW flash protection of HMI1001 board
2005-06-20 10:28:38 +00:00
wdenk
a87589da74
* Add support for HMI1001 board
...
* Disable "date" and "sntp" commands on TQM866M which has no RTC
2005-06-10 10:00:19 +00:00
wdenk
ba91e26a19
Patch by Juergen Selent, 17 May 2005:
...
Add support for Funkwerk VoVPN gateway module.
2005-05-30 23:55:42 +00:00
wdenk
2eab48f511
* Extend burst mode RAM test program to take a loop count
...
(0 = infinite)
* Use CONFIG_DRIVER_KS8695ETH to enable KS8695 ethernet driver on
those boards that use it.
2005-05-23 10:49:50 +00:00
wdenk
16b013e750
Patch by Greg Ungerer, 19 May 2005:
...
add support for the OpenGear CM4008 board
2005-05-19 22:46:33 +00:00
wdenk
7680c140af
Add PCI support for Sorcery board.
...
Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
2005-05-16 15:23:22 +00:00
wdenk
9dd41a7b0c
* Fix debug code in omap5912osk flash driver
...
* Add support for MPC8247 based "IDS8247" board.
2005-05-12 22:48:09 +00:00
wdenk
d44e14b5fc
Add support for 2 x TSEC interfaces on the TQM8540 board.
2005-05-10 15:51:35 +00:00
wdenk
60fc6cbbb7
Increase CFG_MONITOR_LEN for Rattler board to match actual code size.
2005-05-05 09:13:21 +00:00