summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/shared
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2017-09-15 05:44:09 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-09-25 22:18:04 -0400
commitecb8cf74d4505ff2db57e1bc28751ef60c3a1c2c (patch)
treed4a09613252ccbe886f56caf96aad1cfef42df7d /src/import/chips/p9/procedures/hwp/memory/lib/shared
parent7085e6bb6afc0c22ac6b0bb5f2e67b59d1d0f993 (diff)
downloadtalos-hostboot-ecb8cf74d4505ff2db57e1bc28751ef60c3a1c2c.tar.gz
talos-hostboot-ecb8cf74d4505ff2db57e1bc28751ef60c3a1c2c.zip
Added comment for INVALID enum value
Change-Id: Iba8863144761f35d6bc7def2c68da9156fe1f6ca Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46261 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Srikantha S. Meesala <srikantha@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46562 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/shared')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H b/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H
index ba099f268..47e36b170 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H
@@ -175,6 +175,9 @@ enum states
NO = 0,
YES_N = 0,
NO_N = 1,
+ // Uses "_" in the name for INVALID as INVALID is defined as a macro in the
+ // FSP code. If we just use INVALID as an enum name, then the preprocessor
+ // compile phase changes it to be the macro.
_INVALID_ = 0xFF,
NO_CHIP_SELECT_ACTIVE = 0xFF,
};
OpenPOWER on IntegriCloud