summaryrefslogtreecommitdiffstats
path: root/asm/head.S
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2017-01-13 17:56:16 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-01-16 09:18:05 +1100
commit45b1170171775ad3df994da69933f2f8c659c398 (patch)
tree3272bde86d744811b3ef382cabac1743b213d3dd /asm/head.S
parenta30758f6a32eafc31c0f5bb5929d1c615c7b43ce (diff)
downloadblackbird-skiboot-45b1170171775ad3df994da69933f2f8c659c398.tar.gz
blackbird-skiboot-45b1170171775ad3df994da69933f2f8c659c398.zip
head: add new OPAL entry points to the NACA
The NACA now incorporates the entry points for the primary and secondary threads. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'asm/head.S')
-rw-r--r--asm/head.S5
1 files changed, 4 insertions, 1 deletions
diff --git a/asm/head.S b/asm/head.S
index 43fb93f5..47520f93 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -107,6 +107,7 @@ hir_trigger:
/* Entry point set by the FSP */
.= 0x180
+hdat_entry:
li %r27,0
b boot_entry
@@ -777,7 +778,9 @@ naca:
.byte 0 /* 0x01b5 : default state for SW attn */
.space 1
.byte 0x01 /* 0x01b7 : PCIA format */
- .space 0xe48
+ .llong hdat_entry /* 0x01b8 : Primary thread entry */
+ .llong hdat_entry /* 0x01c0 : Secondary thread entry */
+ .space 0xe38
.balign 0x10
hv_release_data:
OpenPOWER on IntegriCloud