diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2008-03-18 13:07:43 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-04-02 21:36:11 -0400 |
commit | d2477b5cc8ca95b8c15133ffbbebf0bd9783f560 (patch) | |
tree | bd0dd171e8614634b97fc3e02d22fe0152d308b4 /arch/powerpc/boot/wrapper | |
parent | 19a74263f49dce2b96e2213f7f4c029cedbbf0ce (diff) |
[POWERPC] bootwrapper: Add a firmware-independent simpleboot target.
This target produces a flat binary rather than an ELF file,
fixes the entry point at the beginning of the image, and takes
a complete device tree with no fixups needed.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/wrapper')
-rwxr-xr-x | arch/powerpc/boot/wrapper | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index 087e120e4904..14a01823ba53 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper | |||
@@ -199,6 +199,10 @@ adder875-redboot) | |||
199 | platformo="$object/fixed-head.o $object/redboot-8xx.o" | 199 | platformo="$object/fixed-head.o $object/redboot-8xx.o" |
200 | binary=y | 200 | binary=y |
201 | ;; | 201 | ;; |
202 | simpleboot-virtex405-*) | ||
203 | platformo="$object/virtex405-head.o $object/simpleboot.o" | ||
204 | binary=y | ||
205 | ;; | ||
202 | esac | 206 | esac |
203 | 207 | ||
204 | vmz="$tmpdir/`basename \"$kernel\"`.$ext" | 208 | vmz="$tmpdir/`basename \"$kernel\"`.$ext" |