summaryrefslogtreecommitdiffstats
path: root/src/include/sys
diff options
context:
space:
mode:
authorTerry J. Opie <opiet@us.ibm.com>2012-06-18 16:48:20 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-07-12 15:46:23 -0500
commitd40d08c719c845213844323ead282a748486d466 (patch)
tree15b2ec8cdcd9da21b11d1a4c373c10ea9de74c4a /src/include/sys
parentec56bbb81f64a52ab2668befd33fef926a0170b6 (diff)
downloadtalos-hostboot-d40d08c719c845213844323ead282a748486d466.tar.gz
talos-hostboot-d40d08c719c845213844323ead282a748486d466.zip
Istep sync point message support
- Refactor IStepDispatcher for more robust msg handling - Modify sptask to act like real Fsp - Move all Istep Mbox Msg handling to Initservice - Add send sync point interface - Add wait on sync point interface - Modify start_payload istep to use new interfaces - Fix for Istep.pm Change-Id: Ib28b89cd916b9c0a0d15016996dbf1b88a8f79eb RTC: 43554 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1255 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/sys')
-rw-r--r--src/include/sys/mmio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/sys/mmio.h b/src/include/sys/mmio.h
index 6eacdcb49..e5537f016 100644
--- a/src/include/sys/mmio.h
+++ b/src/include/sys/mmio.h
@@ -88,7 +88,7 @@ enum MMIO_Scratch_Register
/** Thread1 Scratch Register - PNOR mode control*/
MMIO_SCRATCH_PNOR_MODE = 0x8,
/** Thread2 Scratch Register - Unused */
- MMIO_SCRATCH_RSVD_T2 = 0x10,
+ MMIO_SCRATCH_ISTEP_MODE = 0x10,
/** Thread3 Scratch Register - Unused */
MMIO_SCRATCH_RSVD_T3 = 0x18,
/** Thread4 Scratch Register - Unused */
OpenPOWER on IntegriCloud