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>
Showing
- Makefile 2 additions, 1 deletionMakefile
- arch/blackfin/cpu/.gitignore 3 additions, 0 deletionsarch/blackfin/cpu/.gitignore
- arch/blackfin/cpu/Makefile 6 additions, 1 deletionarch/blackfin/cpu/Makefile
- arch/blackfin/cpu/init.S 9 additions, 0 deletionsarch/blackfin/cpu/init.S
- arch/blackfin/cpu/init.lds.S 25 additions, 0 deletionsarch/blackfin/cpu/init.lds.S
Loading
Please register or sign in to comment