summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/common/scominfo
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-01-06 16:43:44 -0600
committerStephen Cprek <smcprek@us.ibm.com>2016-02-19 15:31:53 -0600
commit850b47fa1bc8378a5af03e0a24e4683ff6ae92d3 (patch)
treef34b9ef55eb62ee90ef55318d807d4c107d5411d /src/import/chips/p9/common/scominfo
parent1fa3157ba92085f1f97d54cb80620aa6746581c3 (diff)
downloadtalos-hostboot-850b47fa1bc8378a5af03e0a24e4683ff6ae92d3.tar.gz
talos-hostboot-850b47fa1bc8378a5af03e0a24e4683ff6ae92d3.zip
Add STANDARD_MODE constant to Scom Trans Code
Currently there is only one mode, 0 , but there could be more Change-Id: Id52af7f9ac7fe6a268c4cb1d6cf81382a1bb4280 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23087 Tested-by: Jenkins Server Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23116 Reviewed-by: Christian Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/common/scominfo')
-rw-r--r--src/import/chips/p9/common/scominfo/p9_scominfo.H7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/import/chips/p9/common/scominfo/p9_scominfo.H b/src/import/chips/p9/common/scominfo/p9_scominfo.H
index 13118a864..3857e9ad8 100644
--- a/src/import/chips/p9/common/scominfo/p9_scominfo.H
+++ b/src/import/chips/p9/common/scominfo/p9_scominfo.H
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -37,6 +37,11 @@
extern "C"
{
+ typedef enum
+ {
+ STANDARD_MODE = 0
+ } p9TranslationMode_t;
+
/// @brief Creates the actual SCOM address based on the chip unit type, instance, and the input SCOM address (relative to chip unit instance 0)
/// @param[in] i_p9CU Enumeration of the chip unit type
/// @param[in] i_chipUnitNum Instance number of the chip unit
OpenPOWER on IntegriCloud