diff options
| author | Bill Schwartz <whs@us.ibm.com> | 2016-02-23 04:48:25 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-03-21 14:07:16 -0400 |
| commit | b25d5773b2ee0d7da771b21584046a4cf17581dc (patch) | |
| tree | e983b3375d9c6207020269ed0cc654e22c352406 /src/include/usr/hwas | |
| parent | 60685e0878ee18e61616c4c10162f746e38f7933 (diff) | |
| download | blackbird-hostboot-b25d5773b2ee0d7da771b21584046a4cf17581dc.tar.gz blackbird-hostboot-b25d5773b2ee0d7da771b21584046a4cf17581dc.zip | |
Integrate L1 HWPs for steps 6
Refactor istep 6 to standard approach.
depends-on: I7405fa4480213cec2290ef4e64dc9152bfc7ae1f
Change-Id: Ie86c97cd4fdb1cfaeb83fa8cc63b1a34e00f79b3
RTC: 133830
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/20664
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Christopher J. Engel <cjengel@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas')
| -rw-r--r-- | src/include/usr/hwas/hwasplatreasoncodes.H | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/include/usr/hwas/hwasplatreasoncodes.H b/src/include/usr/hwas/hwasplatreasoncodes.H index af7201809..3ffcb9abb 100644 --- a/src/include/usr/hwas/hwasplatreasoncodes.H +++ b/src/include/usr/hwas/hwasplatreasoncodes.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2014 */ +/* Contributors Listed Below - COPYRIGHT 2014,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -35,9 +35,8 @@ namespace HWAS // @note Must always start @ 0x80, since common module IDs occupy // 0x00 -> 0x7F range MOD_HOST_DISCOVER_TARGETS = 0x80, - MOD_HOST_GARD = 0x81, - MOD_PLAT_DECONFIG_GARD = 0x82, - MOD_PLAT_READIDEC = 0x83, + MOD_PLAT_DECONFIG_GARD = 0x81, + MOD_PLAT_READIDEC = 0x82, }; enum HwasPlatReasonCode @@ -48,7 +47,6 @@ namespace HWAS RC_TARGET_NOT_GARDABLE = HWAS_COMP_ID | 0x81, RC_GARD_REPOSITORY_FULL = HWAS_COMP_ID | 0x82, RC_BAD_CHIPID = HWAS_COMP_ID | 0x83, - RC_MASTER_CORE_NULL = HWAS_COMP_ID | 0x84, }; }; |

