diff nuc-fw/sysglue/sysinit.S @ 132:2c5160a9d652

nuc-fw: switched from nucdemo to Riviera, got some serial output
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 02 Nov 2013 01:48:11 +0000
parents 321f6a9ae989
children
line wrap: on
line diff
--- a/nuc-fw/sysglue/sysinit.S	Fri Nov 01 22:59:49 2013 +0000
+++ b/nuc-fw/sysglue/sysinit.S	Sat Nov 02 01:48:11 2013 +0000
@@ -14,8 +14,8 @@
 	b	.
 /* IRQ */
 	b	_INT_IRQ
-/* no useful FIQ handler yet */
-	b	.
+/* FIQ */
+	b	_INT_FIQ
 
 	.section	xip.text,"ax",%progbits
 	.code	32
@@ -39,3 +39,13 @@
 	bl	bzero
 /* we can start Nucleus now! */
 	b	INT_Initialize
+
+/*
+ * riviera/support/exception.c references exit()
+ * The following kludge will allow us to pass the link for the time being
+ * until we can find a better solution, such as hooking into DAR maybe.
+ */
+
+	.globl	exit
+exit:
+	b	.