diff options
author | Elizabeth Liner <eliner@us.ibm.com> | 2017-07-12 16:11:39 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-08-04 09:52:27 -0400 |
commit | 8a8925f6eeb973ebc46a1bac8ae1f3923cbee991 (patch) | |
tree | 335a76b2808ce8f4ea1c908d8716b2e30115578f /src/usr/fapi2 | |
parent | 842ef4363d9821d61803358c0f9f57e560728806 (diff) | |
download | talos-hostboot-8a8925f6eeb973ebc46a1bac8ae1f3923cbee991.tar.gz talos-hostboot-8a8925f6eeb973ebc46a1bac8ae1f3923cbee991.zip |
MEMD base commit - initial infrastructure for MEMD
Change-Id: Ib8f6b15bfef51ed29529eec957d5352f5f3295fd
RTC:175158
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43507
Reviewed-by: Martin Gloff <mgloff@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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2')
-rw-r--r-- | src/usr/fapi2/plat_vpd_access.C | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/fapi2/plat_vpd_access.C b/src/usr/fapi2/plat_vpd_access.C index 878441898..3adc5b514 100644 --- a/src/usr/fapi2/plat_vpd_access.C +++ b/src/usr/fapi2/plat_vpd_access.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2016 */ +/* Contributors Listed Below - COPYRIGHT 2012,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -35,7 +35,8 @@ #include <p9_get_mem_vpd_keyword.H> #include <attribute_service.H> #include <vpd/dvpdenums.H> - +#include <vpd/memd_vpdenums.H> +#include <pnor/pnorif.H> //The following can be uncommented for unit testing //#undef FAPI_DBG |