summaryrefslogtreecommitdiffstats
path: root/src/include/usr/pnor
diff options
context:
space:
mode:
authorBill Schwartz <whs@us.ibm.com>2015-02-11 05:17:23 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-28 05:45:10 -0600
commita50a539ac062255f4975bf7becb4a903ab75ae22 (patch)
treec2af7522ea78a7de7c5afdd2774f62cc369a2b6e /src/include/usr/pnor
parentab2957e461780b42fb378abcf954baa735dc948b (diff)
downloadblackbird-hostboot-a50a539ac062255f4975bf7becb4a903ab75ae22.tar.gz
blackbird-hostboot-a50a539ac062255f4975bf7becb4a903ab75ae22.zip
Report pnor side booted up on A/B to OPAL
This story will use the getPnorInfo and getSideInfo interfaces to fill in devtree entries informing Opal about the existence, location, and state of PNOR sides that we know about. We will pass up a list of TOCs associated with the active side and the inactive side. RTC: 109703 Change-Id: I740b086a9e22a0bc167141e3565bf813e50d9a00 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15727 Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/pnor')
-rw-r--r--src/include/usr/pnor/pnorif.H5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/usr/pnor/pnorif.H b/src/include/usr/pnor/pnorif.H
index e12ccf122..0fc5a83dc 100644
--- a/src/include/usr/pnor/pnorif.H
+++ b/src/include/usr/pnor/pnorif.H
@@ -120,6 +120,11 @@ struct SideInfo_t
uint64_t hbbMmioOffset; /**< HBB MMIO Offset associated with hbbAddress*/
};
+enum
+{
+ INVALID_OFFSET = 0xFFFFFFF, // Invalid primary or alternate TOC
+};
+
/**
* @brief Returns information about a given side of pnor
*
OpenPOWER on IntegriCloud