blob: 5344cc64c50ddd12b7d58ea3b4c34f6c7f4c2bfc [file] [log] [blame]
wdenk5b1d7132002-11-03 00:07:02 +00001# Porting U-Boot onto RPXClassic LF_BW31 board
2# Written by Pierre AUBERT
3# E-Mail p.aubert@staubli.com
4# Stäubli Faverges - <www.staubli.com>
5#
6# Sept. 20 2001
7#
8# Cross compile: Montavista Hardhat ported on HP-UX 10.20
9#
10
11Flash memories : AM29DL323B (2 banks flash memories) 16 Mb from 0xff000000
12DRAM : 16 Mb from 0
13NVRAM : 512 kb from 0xfa000000
14
15
16- environment is stored in NVRAM
17- Mac address is read from EEPROM
18- ethernet on SCC1 or fast ethernet on FEC are running (depending on the
19 configuration flag CONFIG_FEC_ENET)