[Skiboot] [PATCH 1/7] head: add new OPAL entry points to the NACA

Oliver O'Halloran oohall at gmail.com
Fri Jan 13 17:56:16 AEDT 2017


The NACA now incorporates the entry points for the primary and secondary
threads.

Signed-off-by: Oliver O'Halloran <oohall at gmail.com>
---
 asm/head.S | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/asm/head.S b/asm/head.S
index 43fb93f5d201..47520f932c9e 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:
-- 
2.7.4



More information about the Skiboot mailing list