]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit49209d46f9b6146e13b3ded0014f7f17cdcdeb30
tree2229d4df090073cab536bd2427468c40f6c83ede
parentf1f3e42f1c2c0bcc7549bd8e6f5fb0a7eec4783f
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