sh: romImage support V2
commit3c928320b2254cb6c8d8a7919a1fcf94ca7cae66
authorMagnus Damm <damm@igel.co.jp>
Wed, 29 Jul 2009 15:04:05 +0000 (29 15:04 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 29 Jul 2009 15:24:03 +0000 (30 00:24 +0900)
treeee2682b83916592c63202cb8749e1e35cfc5728a
parentfd78a76aefb5bf28a11d6960d29e03a11db62320
sh: romImage support V2

This patch contains support for the romImage build target V2.

The resulting romImage file should be burned to rom
or flash and could be used as small boot loader.

Board code should keep their setup code in the file
romimage.h located in their mach include directory.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Makefile
arch/sh/boot/Makefile
arch/sh/boot/romimage/Makefile [new file with mode: 0644]
arch/sh/boot/romimage/head.S [new file with mode: 0644]
arch/sh/boot/romimage/vmlinux.scr [new file with mode: 0644]
arch/sh/include/mach-common/romimage.h [new file with mode: 0644]