freebsd-nq/sys/boot/arm
Ian Lepore 31825f28cf Create a relocatable instance of ubldr for ARM. The original ubldr,
static-linked to run at a fixed position, is still installed to maintain
compatibility with existing configurations.  The makefile now also creates
and installs ubldr.bin, a stripped binary (no elf headers) with an entry
point offset of 0 that can be loaded by u-boot at any address and launched
with "go ${loadaddr}".

To use ubldr.bin, U-Boot must still be built with the CONFIG_API option,
but no longer needs the CONFIG_ELF option.
2015-05-10 19:14:28 +00:00
..
at91 Enable at91 systems to boot from high capacity SD cards. 2014-07-26 04:16:04 +00:00
ixp425 Summary: Update CPU identification call to recent version. 2015-02-11 12:08:40 +00:00
uboot Create a relocatable instance of ubldr for ARM. The original ubldr, 2015-05-10 19:14:28 +00:00
Makefile
Makefile.inc