diff options
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/hwas/common/hwasCallout.H | 10 | ||||
| -rwxr-xr-x[-rw-r--r--] | src/include/usr/hwpf/fapi/fapiErrorInfo.H | 11 |
2 files changed, 15 insertions, 6 deletions
diff --git a/src/include/usr/hwas/common/hwasCallout.H b/src/include/usr/hwas/common/hwasCallout.H index 36a316760..3c6813dc7 100644 --- a/src/include/usr/hwas/common/hwasCallout.H +++ b/src/include/usr/hwas/common/hwasCallout.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -119,15 +119,17 @@ enum clockTypeEnum OSCPCICLK_TYPE = 4, }; + enum partTypeEnum { + NO_PART_TYPE = 0, FLASH_CONTROLLER_PART_TYPE = 1, PNOR_PART_TYPE = 2, SBE_SEEPROM_PART_TYPE = 3, - BOARD_VPD_PART_TYPE = 4, + VPD_PART_TYPE = 4, LPC_SLAVE_PART_TYPE = 5, - CENTAUR_GPIO_EXPANDER_PART_TYPE = 6, - VOLTAGE_REGULATOR_PART_TYPE = 7, + GPIO_EXPANDER_PART_TYPE = 6, + SPIVID_SLAVE_PART_TYPE = 7, }; // diff --git a/src/include/usr/hwpf/fapi/fapiErrorInfo.H b/src/include/usr/hwpf/fapi/fapiErrorInfo.H index 4b9d03e24..7b2b8c800 100644..100755 --- a/src/include/usr/hwpf/fapi/fapiErrorInfo.H +++ b/src/include/usr/hwpf/fapi/fapiErrorInfo.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2011,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,7 +22,7 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: fapiErrorInfo.H,v 1.15 2014/10/27 16:36:24 baiocchi Exp $ +// $Id: fapiErrorInfo.H,v 1.17 2015-02-02 18:31:53 dcrowell Exp $ // $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/hwpf/working/fapi/fapiErrorInfo.H,v $ /** @@ -84,6 +84,13 @@ enum HwCallout MEM_REF_CLOCK = 1, // Include membuf-chip ref (or child chiplet) PROC_REF_CLOCK = 2, // Include proc-chip ref (or child chiplet) PCI_REF_CLOCK = 3, // Include proc-chip ref (or child chiplet) + FLASH_CONTROLLER_PART = 4, + PNOR_PART = 5, + SBE_SEEPROM_PART = 6, + VPD_PART = 7, + LPC_SLAVE_PART = 8, + GPIO_EXPANDER_PART = 9, + SPIVID_SLAVE_PART = 10, }; } |

