README.RPXClassic 531 B

12345678910111213141516171819
  1. # 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. Flash memories : AM29DL323B (2 banks flash memories) 16 Mb from 0xff000000
  11. DRAM : 16 Mb from 0
  12. NVRAM : 512 kb from 0xfa000000
  13. - environment is stored in NVRAM
  14. - Mac address is read from EEPROM
  15. - ethernet on SCC1 or fast ethernet on FEC are running (depending on the
  16. configuration flag CONFIG_FEC_ENET)