From 96ba75487ad8ef137dade1960e0a4f61b433c593 Mon Sep 17 00:00:00 2001 From: Prachi Gupta Date: Wed, 20 Aug 2014 16:53:40 -0500 Subject: 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 Reviewed-by: STEPHEN M. CPREK Reviewed-by: Brian H. Horton Reviewed-by: A. Patrick Williams III --- src/include/kernel/hbterminatetypes.H | 8 +++++--- 1 file 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 */ -- cgit v1.2.1