u-boot/board/RPXClassic
Marek Vasut 8b493a5236 common: Discard the __u_boot_cmd section
The command declaration now uses the new LG-array method to generate
list of commands. Thus the __u_boot_cmd section is now superseded and
redundant and therefore can be removed. Also, remove externed symbols
associated with this section from include/command.h .

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Cc: Mike Frysinger <vapier@gentoo.org>
2012-10-22 08:29:42 -07:00
..
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
README doc: cleanup - move board READMEs into respective board directories 2012-07-29 15:42:02 +02:00
RPXClassic.c Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
eccx.c Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
flash.c Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
u-boot.lds common: Discard the __u_boot_cmd section 2012-10-22 08:29:42 -07:00
u-boot.lds.debug common: Discard the __u_boot_cmd section 2012-10-22 08:29:42 -07:00

README

# 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)