summaryrefslogtreecommitdiff
path: root/arch/m68k/platform/68000/romvec.S
diff options
context:
space:
mode:
authorLuis Alves <ljalvs@gmail.com>2012-12-04 23:04:49 (GMT)
committerGreg Ungerer <gerg@uclinux.org>2012-12-05 00:48:47 (GMT)
commit99e083747df366eb4689a550c4344bae63082de8 (patch)
treeb043ac0eecbbb27dddc72605cfd560c7cae2b019 /arch/m68k/platform/68000/romvec.S
parentb69f0859dc8e633c5d8c06845811588fe17e68b3 (diff)
downloadlinux-fsl-qoriq-99e083747df366eb4689a550c4344bae63082de8.tar.xz
m68knommu: platform code merge for 68000 core cpus
This patch merges all 68000 core cpus into one directory. There is a lot of common code in the 68328, 68EZ328 and 68VZ328 directories. This will also facilitate easy development of support for original stand alone MC68000 CPU machines. Signed-off-by: Luis Alves <ljalvs@gmail.com> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/platform/68000/romvec.S')
-rw-r--r--arch/m68k/platform/68000/romvec.S35
1 files changed, 35 insertions, 0 deletions
diff --git a/arch/m68k/platform/68000/romvec.S b/arch/m68k/platform/68000/romvec.S
new file mode 100644
index 0000000..15c70cd
--- /dev/null
+++ b/arch/m68k/platform/68000/romvec.S
@@ -0,0 +1,35 @@
+/*
+ * romvec.S - Vector table for 68000 cpus
+ *
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file COPYING in the main directory of this archive
+ * for more details.
+ *
+ * Copyright 1996 Roman Zippel
+ * Copyright 1999 D. Jeff Dionne <jeff@rt-control.com>
+ * Copyright 2006 Greg Ungerer <gerg@snapgear.com>
+ */
+
+.global _start
+.global _buserr
+.global trap
+.global system_call
+
+.section .romvec
+
+e_vectors:
+.long CONFIG_RAMBASE+CONFIG_RAMSIZE-4, _start, buserr, trap
+.long trap, trap, trap, trap
+.long trap, trap, trap, trap
+.long trap, trap, trap, trap
+.long trap, trap, trap, trap
+.long trap, trap, trap, trap
+.long trap, trap, trap, trap
+.long trap, trap, trap, trap
+/* TRAP #0-15 */
+.long system_call, trap, trap, trap
+.long trap, trap, trap, trap
+.long trap, trap, trap, trap
+.long trap, trap, trap, trap
+.long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+