summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-07-14 06:25:55 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-04 11:48:12 -0400
commit08948598a168b015d407480e45ef2aeb16a635fd (patch)
treea3cc5a79d6e58059f6e5815edf7d8c4d7db56a4b /src/include/usr
parentdd5220ae4014d4a1266c8cabbe495ba9d211d431 (diff)
downloadtalos-hostboot-08948598a168b015d407480e45ef2aeb16a635fd.tar.gz
talos-hostboot-08948598a168b015d407480e45ef2aeb16a635fd.zip
Add fake_vpd support
Fix vpd generation script to check freq errors Change-Id: I106e30090fb0cd6d4fcaa5c3e006a629ac6906d3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27082 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27103 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/fapi2/vpd_access.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/fapi2/vpd_access.H b/src/include/usr/fapi2/vpd_access.H
index 3586f6148..4e52500db 100644
--- a/src/include/usr/fapi2/vpd_access.H
+++ b/src/include/usr/fapi2/vpd_access.H
@@ -39,7 +39,8 @@ namespace fapi2
{
// platform specialization for MCS target
-template<> fapi2::ReturnCode getVPD(
+template<>
+inline fapi2::ReturnCode getVPD(
const fapi2::Target<fapi2::TARGET_TYPE_MCS>& i_target,
VPDInfo<fapi2::TARGET_TYPE_MCS>& io_vpd_info,
uint8_t* o_blob)
OpenPOWER on IntegriCloud