summaryrefslogtreecommitdiffstats
path: root/src/usr/errl
diff options
context:
space:
mode:
authorJaymes Wilks <mjwilks@us.ibm.com>2018-01-26 17:17:33 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-01-29 16:05:52 -0500
commit9bfb2013af399c316891e005ca0fb8b417deffb3 (patch)
tree1152cad2d2ca56cfc7dc2352f165578507e19070 /src/usr/errl
parent27cbbc4cc87d179fd09a84100b1cc4b8adf6b3c8 (diff)
downloadtalos-hostboot-9bfb2013af399c316891e005ca0fb8b417deffb3.tar.gz
talos-hostboot-9bfb2013af399c316891e005ca0fb8b417deffb3.zip
Add HW callout mapping to target subsystem table
HW callout mapping was missing when a system boots with no functional TPM, so a mapping was added. Change-Id: If86fdbffb43f93c65f3e362a741d3eb86a12b306 CQ:SW414533 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52744 Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/errl')
-rw-r--r--src/usr/errl/errlentry_consts.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/errl/errlentry_consts.H b/src/usr/errl/errlentry_consts.H
index edd165057..90727d743 100644
--- a/src/usr/errl/errlentry_consts.H
+++ b/src/usr/errl/errlentry_consts.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2017 */
+/* Contributors Listed Below - COPYRIGHT 2017,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -98,6 +98,7 @@ const epubTargetTypeToSub_t TARGET_TO_SUBSYS_TABLE[] =
{ TARGETING::TYPE_OBUS , EPUB_PROCESSOR_BUS_CTL },
{ TARGETING::TYPE_PEC , EPUB_IO_PHB },
{ TARGETING::TYPE_PHB , EPUB_IO_PHB },
+ { TARGETING::TYPE_TPM , EPUB_CEC_HDW_SUBSYS },
};
struct epubBusTypeToSub_t
OpenPOWER on IntegriCloud