diff options
author | Torez Smith <lnxtorez@linux.vnet.ibm.com> | 2010-03-05 10:45:54 +0000 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2010-05-05 11:11:56 -0400 |
commit | b4e8c8dd8456c1d3685fb5b715c9795d250f500e (patch) | |
tree | 4042cebcab41b58e12a013022a4b595bcd4c9377 /arch/powerpc/boot/wrapper | |
parent | 221c185d4e11b4061409da5d592779ced484614c (diff) | |
download | talos-op-linux-b4e8c8dd8456c1d3685fb5b715c9795d250f500e.tar.gz talos-op-linux-b4e8c8dd8456c1d3685fb5b715c9795d250f500e.zip |
powerpc/4xx: Simple platform for the ISS 4xx simulator
This is a trivial 4xx plaform that uses the new simple bsp from
Josh and is handy to use in simulators such as ISS or even Mambo
who don't properly implement most of the actual devices in the
SoC but really only the core.
Signed-off-by: Torez Smith <lnxtorez@linux.vnet.ibm.com>
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/wrapper')
-rwxr-xr-x | arch/powerpc/boot/wrapper | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index 7160b3b1fb35..cb97e7511d7e 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper @@ -241,6 +241,9 @@ gamecube|wii) link_address='0x600000' platformo="$object/$platform-head.o $object/$platform.o" ;; +treeboot-iss4xx-mpic) + platformo="$object/treeboot-iss4xx.o" + ;; esac vmz="$tmpdir/`basename \"$kernel\"`.$ext" |