diff options
author | Prachi Gupta <pragupta@us.ibm.com> | 2014-08-20 16:53:40 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-09-15 09:54:46 -0500 |
commit | 96ba75487ad8ef137dade1960e0a4f61b433c593 (patch) | |
tree | d37ee892353aa7d9564475f35b4bdc5280823a79 /src/include | |
parent | b03f159dd0db64b8b842333d4101cb6f558f398b (diff) | |
download | talos-hostboot-96ba75487ad8ef137dade1960e0a4f61b433c593.tar.gz talos-hostboot-96ba75487ad8ef137dade1960e0a4f61b433c593.zip |
Removing SRCword1 as it is reserved by FSP SRCI comp
Change-Id: Id9bc30fde8af5ca324513e11a96d36d61c6c9135
CQ: SW273044
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12909
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com>
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/kernel/hbterminatetypes.H | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/kernel/hbterminatetypes.H b/src/include/kernel/hbterminatetypes.H index 8f4161683..660358de1 100644 --- a/src/include/kernel/hbterminatetypes.H +++ b/src/include/kernel/hbterminatetypes.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2014 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -42,14 +44,14 @@ struct HB_T_SRC_DataArea }; uint32_t SRCword0; /**< Full SRC word0 */ }; - uint32_t SRCword1; /**< Full SRC word2 */ + /**< Full SRC word1: Reserved by FSP SRCI comp */ union{ struct { uint32_t bpCCIN:16; /**< BP CCIN*/ uint32_t moduleID:8; /**< Module ID */ uint32_t FSP:8; /**< subsystem */ }; - uint32_t SRCword2; /**< Full SRC word1 */ + uint32_t SRCword2; /**< Full SRC word2 */ }; uint32_t SRCword3; /**< Full SRC word3 */ |