]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: add init.elf helper code
authorMike Frysinger <vapier@gentoo.org>
Sat, 7 May 2011 21:55:04 +0000 (17:55 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 12 Jul 2011 06:17:45 +0000 (02:17 -0400)
commitfb5166ce35de489c8a96f3696e208eaae6a5a8d8
tree82f4ddc19fc7a05e6689722981a99445581f1b72
parent08a82a447b2a89d705edba952612d00c84129cb8
Blackfin: add init.elf helper code

This creates a standalone ELF that executes just the Blackfin initcode.
This is useful for people who want to program the low level aspects of
the CPU (memory/clocks/etc...) and can easily be used with JTAG for
quick booting while developing.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Makefile
arch/blackfin/cpu/.gitignore
arch/blackfin/cpu/Makefile
arch/blackfin/cpu/init.S [new file with mode: 0644]
arch/blackfin/cpu/init.lds.S [new file with mode: 0644]