u-boot-brain/board/sandpoint
wdenk 3b57fe0a70 * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length
instead CFG_MONITOR_LEN is now only used to determine  _at_compile_
  _time_  (!) if the environment is embedded within the U-Boot image,
  or in a separate flash sector.

* Cleanup CFG_DER #defines in config files (wd maintained only)
2003-05-30 12:48:29 +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 Initial revision 2001-11-28 17:49:55 +00:00
flash.c * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length 2003-05-30 12:48:29 +00:00
Makefile Initial revision 2002-04-01 14:29:03 +00:00
README Initial revision 2002-11-02 22:58:18 +00:00
sandpoint.c Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY). 2003-02-14 11:21:23 +00:00
speed.h Initial revision 2001-04-28 17:59:11 +00:00
u-boot.lds Initial revision 2002-08-14 10:07:21 +00:00
u-boot.lds.mw.debug Initial revision 2001-11-28 17:49:55 +00:00

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