microblaze: support U-BOOT image format
authorMichal Simek <monstr@monstr.eu>
Wed, 14 Oct 2009 15:38:26 +0000 (17:38 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 14 Dec 2009 07:44:59 +0000 (08:44 +0100)
commit6a8dfe1cac5c591aecf88b38b8f4b206ee636761
tree2229d4df090073cab536bd2427468c40f6c83ede
parenta01523cdcd2439b553086127be3d30ac9c3cb651
microblaze: support U-BOOT image format

Two version are generated.
linux.bin.ub which is created from linux.bin file
and
simpleImage.<dts>.ub which is created from stripped simpleImage.<dts> file

Load address and entry point is for microblaze first instruction
which is CONFIG_KERNEL_BASE_ADDR variable.

There is possible for simpleImage format parse _start symbol too.

simpleImage.<dts> is still stripped elf file

I cleared simpleImage.<dts>.unstrip file because there are so big.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/boot/Makefile