summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/plugins
diff options
context:
space:
mode:
authorNorman James <njames@us.ibm.com>2014-10-08 13:32:39 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-04 08:49:31 -0600
commit465c97f5e63126bcec69a8708a23d7d9318eab7a (patch)
tree24c560caf059c89d62c57ea627cc6178d7347270 /src/usr/errl/plugins
parent9a02b48ae586fb4633f369e4ddc406c40643fbbe (diff)
downloadtalos-hostboot-465c97f5e63126bcec69a8708a23d7d9318eab7a.tar.gz
talos-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/usr/errl/plugins')
-rw-r--r--src/usr/errl/plugins/errludcallout.H9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/usr/errl/plugins/errludcallout.H b/src/usr/errl/plugins/errludcallout.H
index fad693e2d..021f5eeae 100644
--- a/src/usr/errl/plugins/errludcallout.H
+++ b/src/usr/errl/plugins/errludcallout.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -137,10 +137,11 @@ case HWAS::_type: i_parser.PrintString( "Part Type", #_type); break;
case_PART_TYPE(FLASH_CONTROLLER_PART_TYPE)
case_PART_TYPE(PNOR_PART_TYPE)
case_PART_TYPE(SBE_SEEPROM_PART_TYPE)
- case_PART_TYPE(BOARD_VPD_PART_TYPE)
+ case_PART_TYPE(VPD_PART_TYPE)
case_PART_TYPE(LPC_SLAVE_PART_TYPE)
- case_PART_TYPE(CENTAUR_GPIO_EXPANDER_PART_TYPE)
- case_PART_TYPE(VOLTAGE_REGULATOR_PART_TYPE)
+ case_PART_TYPE(GPIO_EXPANDER_PART_TYPE)
+ case_PART_TYPE(SPIVID_SLAVE_PART_TYPE)
+
default:
i_parser.PrintNumber( "Part Type", "UNKNOWN: 0x%X",
ntohl(pData->partType) );
OpenPOWER on IntegriCloud