Skip to content

Commit

Permalink
Fix generation of set_sbe_error.H by removing redundant target
Browse files Browse the repository at this point in the history
  <sbeTarget>MASTER_CHIP</sbeTarget> in the xml will generate code
  equivalent to <ffdc>MASTER_CHIP</ffdc> in header files. Having
  both causes two variables named MASTER_CHIP to be created in
  set_sbe_error.H

Change-Id: I3547e6cef53dc98e9ce5e621b3ba425496736c58
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41177
Dev-Ready: Brent Wieman <bwieman@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Brent Wieman <bwieman@us.ibm.com>
Reviewed-by: Joachim Fenkes <fenkes@de.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41235
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
mklight authored and sgupta2m committed Jun 13, 2017
1 parent 6918420 commit 6e46f6a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
<target>MASTER_CHIP</target>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
</collectRegisterFfdc>
<ffdc>MASTER_CHIP</ffdc>
<ffdc>STATUS_REGISTER_B</ffdc>
<ffdc>LOOP_COUNT</ffdc>
<ffdc>BACKUP_SEEPROM_ATTR</ffdc>
Expand Down Expand Up @@ -92,7 +91,6 @@
<target>MASTER_CHIP</target>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
</collectRegisterFfdc>
<ffdc>MASTER_CHIP</ffdc>
<ffdc>DATA0TO7_REGISTER_B</ffdc>
<ffdc>MAGIC_NUMBER_VALUE</ffdc>
<ffdc>BACKUP_SEEPROM_ATTR</ffdc>
Expand Down

0 comments on commit 6e46f6a

Please sign in to comment.