diff options
| author | Norman James <njames@us.ibm.com> | 2014-10-08 13:32:39 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-04 08:49:31 -0600 |
| commit | 465c97f5e63126bcec69a8708a23d7d9318eab7a (patch) | |
| tree | 24c560caf059c89d62c57ea627cc6178d7347270 /src/include/usr/hwas | |
| parent | 9a02b48ae586fb4633f369e4ddc406c40643fbbe (diff) | |
| download | blackbird-hostboot-465c97f5e63126bcec69a8708a23d7d9318eab7a.tar.gz blackbird-hostboot-465c97f5e63126bcec69a8708a23d7d9318eab7a.zip | |
Added special callouts to FAPI
examples are SBE, PNOR, LPC slave
Change-Id: Ibd7dc7eab15236cf68501592ebb11b0e05815052
RTC: 116619
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13888
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas')
| -rw-r--r-- | src/include/usr/hwas/common/hwasCallout.H | 10 |
1 files changed, 6 insertions, 4 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, }; // |

