Skip to content

Commit

Permalink
head: add new OPAL entry points to the NACA
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
oohal authored and stewartsmith committed Jan 15, 2017
1 parent a30758f commit 45b1170
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion asm/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ hir_trigger:

/* Entry point set by the FSP */
.= 0x180
hdat_entry:
li %r27,0
b boot_entry

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 45b1170

Please sign in to comment.