Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 jaren geleden
..
Makefile 2b208f5308 Move "ar" flags to config.mk to allow for silent "make -s" 18 jaren geleden
README cc1c8a136f Initial revision 22 jaren geleden
config.mk 7e4a3b5b5b Initial revision 23 jaren geleden
dinkdl 89ab65e00c Initial revision 23 jaren geleden
early_init.S 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 jaren geleden
flash.c 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 jaren geleden
sandpoint.c 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 jaren geleden
speed.h 53677ef18e Big white-space cleanup. 17 jaren geleden

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