aboutsummaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm')
-rw-r--r--asm/head.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/asm/head.S b/asm/head.S
index 4f976b6..f7ccee1 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -95,6 +95,11 @@ attn_trigger:
hir_trigger:
.long 0
+ /*
+ * At 0x100 and 0x180 reside our entry points. Once started,
+ * we will ovewrite them with our actual 0x100 exception handler
+ * used for recovering from rvw or nap mode
+ */
. = 0x100
/* BML entry, load up r3 with device tree location */
li %r3, 0