wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 1 | # Porting U-Boot onto RPXClassic LF_BW31 board |
| 2 | # Written by Pierre AUBERT |
| 3 | # E-Mail p.aubert@staubli.com |
Albert ARIBAUD | fa82f87 | 2011-08-04 18:45:45 +0200 | [diff] [blame] | 4 | # Stäubli Faverges - <www.staubli.com> |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 5 | # |
| 6 | # Sept. 20 2001 |
| 7 | # |
| 8 | # Cross compile: Montavista Hardhat ported on HP-UX 10.20 |
| 9 | # |
| 10 | |
| 11 | Flash memories : AM29DL323B (2 banks flash memories) 16 Mb from 0xff000000 |
| 12 | DRAM : 16 Mb from 0 |
| 13 | NVRAM : 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) |