summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hdat
diff options
context:
space:
mode:
authornagurram-in <nagendra.g@in.ibm.com>2017-08-08 09:30:56 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-22 14:09:09 -0400
commite41fb18f82b08bcefc0635e97fbf0771aab3c615 (patch)
tree380cfd60a2daf2bf090151b7534748ca8ae53c1c /src/include/usr/hdat
parent296e030c007d1d747462b2fbece221c070cc6628 (diff)
downloadblackbird-hostboot-e41fb18f82b08bcefc0635e97fbf0771aab3c615.tar.gz
blackbird-hostboot-e41fb18f82b08bcefc0635e97fbf0771aab3c615.zip
EC level array support added in 10.4t HDAT spec in SPPCRD struct
Change-Id: If0e348b064bf2e378fcab03e791dd53c520dc5c2 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44343 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: VENKATESH SAINATH <venkatesh.sainath@in.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/hdat')
-rwxr-xr-xsrc/include/usr/hdat/hdat.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/hdat/hdat.H b/src/include/usr/hdat/hdat.H
index 8e7107a1c..bdbc7dbe7 100755
--- a/src/include/usr/hdat/hdat.H
+++ b/src/include/usr/hdat/hdat.H
@@ -179,7 +179,8 @@ enum hdatProcStatus
HDAT_PROC_NOT_USABLE = 0xC0000000, // Unusable
HDAT_PROC_STAT_BITS = 0xC0000000, // constant to and off all bits
// but 2 status bits
- HDAT_RESERVE_FOR_CCM = 0x10000000 // reserved for future use
+ HDAT_RESERVE_FOR_CCM = 0x10000000, // reserved for future use
+ HDAT_PROC_IPL_MASTER = 0x08000000 // Master Proc from IPL perspective
};
/* @enum hdatThreadIndicator
OpenPOWER on IntegriCloud