upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
532 B
20 lines
532 B
22 years ago
|
# Porting U-Boot onto RPXClassic LF_BW31 board
|
||
|
# Written by Pierre AUBERT
|
||
|
# E-Mail p.aubert@staubli.com
|
||
13 years ago
|
# Stäubli Faverges - <www.staubli.com>
|
||
22 years ago
|
#
|
||
|
# 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)
|