freebsd-dev/sys/boot/arm/at91/boot0
..
arm_init.s
at91rm9200_lowlevel.c Recovery boot loader for the AT91 family of processors. Download it 2006-04-12 21:22:44 +00:00
at91rm9200_lowlevel.h
lib.c
lib.h
linker.cfg
main.c
Makefile
README
xmodem.c
xmodem.h

This is a bootstrap bootloader.  It is intended to be used when the
AT91RM9200 is running xmodem over DBGU.  It will download the next stage
of the booting process (or the recovery program) and jump to it.  It loads
the program at a 1MB offset into SDRAM.  Programs are expected to be
smaller than this and copy themselves to the right location.

$FreeBSD$