mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
702e6014f1
Also drop a few files referring to no longer / not yet supported boards. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Prafulla Wadaskar <prafulla@marvell.com> Cc: Stefan Roese <sr@denx.de> Cc: Kim Phillips <kim.phillips@freescale.com> Cc: Andy Fleming <afleming@gmail.com> Cc: Jason Jin <jason.jin@freescale.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> Acked-by: Stefano Babic <sbabic@denx.de> Acked-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
19 lines
532 B
Text
19 lines
532 B
Text
# Porting U-Boot onto RPXClassic LF_BW31 board
|
|
# Written by Pierre AUBERT
|
|
# E-Mail p.aubert@staubli.com
|
|
# Stäubli Faverges - <www.staubli.com>
|
|
#
|
|
# Sept. 20 2001
|
|
#
|
|
# Cross compile: Montavista Hardhat ported on HP-UX 10.20
|
|
#
|
|
|
|
Flash memories : AM29DL323B (2 banks flash memories) 16 Mb from 0xff000000
|
|
DRAM : 16 Mb from 0
|
|
NVRAM : 512 kb from 0xfa000000
|
|
|
|
|
|
- environment is stored in NVRAM
|
|
- Mac address is read from EEPROM
|
|
- ethernet on SCC1 or fast ethernet on FEC are running (depending on the
|
|
configuration flag CONFIG_FEC_ENET)
|