opnsense-src/sys/boot/arm/at91/boot0
2006-11-16 00:53:28 +00:00
..
linker.cfg Recovery boot loader for the AT91 family of processors. Download it 2006-04-12 21:22:44 +00:00
main.c MFp4: formatting nits and minor style changes that likely won't matter. 2006-04-21 07:45:57 +00:00
Makefile Move to using a common arm_init.S. These things are more similar than 2006-11-16 00:53:28 +00:00
README Recovery boot loader for the AT91 family of processors. Download it 2006-04-12 21:22:44 +00:00

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$