wdenk 3b57fe0a70 * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length 22 yıl önce
..
Makefile e85390dc1d Initial revision 23 yıl önce
README cc1c8a136f Initial revision 23 yıl önce
config.mk 7e4a3b5b5b Initial revision 23 yıl önce
dinkdl 89ab65e00c Initial revision 24 yıl önce
early_init.S 327f7a020a Initial revision 24 yıl önce
flash.c 3b57fe0a70 * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length 22 yıl önce
sandpoint.c ad10dd9aaf Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY). 22 yıl önce
speed.h 4a5b6a356a Initial revision 24 yıl önce
u-boot.lds 2f54faae47 Initial revision 23 yıl önce
u-boot.lds.mw.debug 327f7a020a Initial revision 24 yıl önce

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