upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
u-boot/board/sandpoint
Joakim Tjernlund 9d8fbd1b20 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 13 years ago
..
Makefile Switch from archive libraries to partial linking 14 years ago
README
dinkdl
early_init.S Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 14 years ago
flash.c rename CFG_ macros to CONFIG_SYS 16 years ago
sandpoint.c rename CFG_ macros to CONFIG_SYS 16 years ago
speed.h Big white-space cleanup. 16 years ago
u-boot.lds powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 13 years ago

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