arch/m68k-amiga: Native Amiga support
commita0544aade67280369f123413ec15283ee713ad8a
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 17 Oct 2010 05:34:04 +0000 (17 05:34 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 17 Oct 2010 05:34:04 +0000 (17 05:34 +0000)
tree62f109e557e042190531f557c8281ebb942e58d2
parent00b2f27e1031038fb7f7c39c9a610e6e2c11a01c
arch/m68k-amiga: Native Amiga support

Provides support for the stack-based and bincompat
amiga-m68k builds.

Only the amiga-m68k-eabi target currently does
anything when the ROM is booted. The register based
amiga-m68k has compiler issues for some functions
(like Exec/Forbid())

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@34792 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
25 files changed:
arch/m68k-amiga/boot/linkerscript [new file with mode: 0755]
arch/m68k-amiga/boot/m68k-gdbstub.c [new file with mode: 0644]
arch/m68k-amiga/boot/mmakefile.src [new file with mode: 0755]
arch/m68k-amiga/boot/rom_entry.S [new file with mode: 0644]
arch/m68k-amiga/boot/rom_init.S [new file with mode: 0644]
arch/m68k-amiga/boot/romcheck.c [new file with mode: 0644]
arch/m68k-amiga/boot/start.c [new file with mode: 0644]
arch/m68k-amiga/exec/coldreboot.c [new file with mode: 0644]
arch/m68k-amiga/exec/exec_init.c [deleted file]
arch/m68k-amiga/exec/mmakefile.src
arch/m68k-amiga/exec/preparecontext.c [new file with mode: 0644]
arch/m68k-amiga/exec/stackswap.s [deleted file]
arch/m68k-amiga/include/mmakefile.src
arch/m68k-amiga/include/sigcore.h
arch/m68k-amiga/kernel/cli.c [new file with mode: 0644]
arch/m68k-amiga/kernel/issuper.c [new file with mode: 0644]
arch/m68k-amiga/kernel/kernel.conf [deleted file]
arch/m68k-amiga/kernel/kernel_debug.c [new file with mode: 0644]
arch/m68k-amiga/kernel/kernel_init.c [deleted file]
arch/m68k-amiga/kernel/maygetchar.c [new file with mode: 0644]
arch/m68k-amiga/kernel/mmakefile.src
arch/m68k-amiga/kernel/sti.c [new file with mode: 0644]
arch/m68k-amiga/mmakefile.src [deleted file]
configure.in
rom/exec/mmakefile.src