uboot-mt623x/board/sandpoint
Jean-Christophe PLAGNIOL-VILLARD 0e8d158664 rename CFG_ENV macros to CONFIG_ENV
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-09-10 22:48:06 +02:00
..
Makefile Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
README Initial revision 2002-11-02 22:58:18 +00:00
config.mk Initial revision 2002-01-09 23:18:52 +00:00
dinkdl Initial revision 2001-10-15 21:41:43 +00:00
early_init.S * Code cleanup: 2003-06-27 21:31:46 +00:00
flash.c rename CFG_ENV macros to CONFIG_ENV 2008-09-10 22:48:06 +02:00
sandpoint.c Moved initialization of NS8382X Ethernet controller to board_eth_init() 2008-09-02 21:18:16 -07:00
speed.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00

README

This port of U-Boot will run on a Motorola Sandpoint 3 development
system equipped with a Unity X4 PPMC card (MPC8240 CPU) only. It is a
snapshot of work in progress and far from being completed. In order
to run it on the target system, it has to be downloaded using the
DINK32 monitor program that came with your Sandpoint system. Please
note that DINK32 does not accept the S-Record file created by the
U-Boot build process unmodified, because it contains CR/LF line
terminators. You have to strip the CR characters first. There is a
tiny script named 'dinkdl' I created for this purpose.

The Sandpoint port is based on the work of Rob Taylor, who does not
seem to maintain it any more. I can be reached by mail as
tkoeller@gmx.net.

Thomas Koeller