mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 03:38:43 +00:00
3b57fe0a70
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) |
||
---|---|---|
.. | ||
config.mk | ||
dinkdl | ||
early_init.S | ||
flash.c | ||
Makefile | ||
README | ||
sandpoint.c | ||
speed.h | ||
u-boot.lds | ||
u-boot.lds.mw.debug |
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