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/hwpf | |
| 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/hwpf')
| -rwxr-xr-x[-rw-r--r--] | src/include/usr/hwpf/fapi/fapiErrorInfo.H | 11 |
1 files changed, 9 insertions, 2 deletions
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, }; } |

