summaryrefslogtreecommitdiffstats
path: root/src/include/usr/vpd
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2017-05-30 15:25:20 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-12 11:42:37 -0400
commit94010840e9551be4711ac135c9855b7f0cecb3a3 (patch)
tree2398d28f8123c7f262160e6b87f993756be98eb7 /src/include/usr/vpd
parent1c2fcebe0a3fde901e9a621a6f7362fb2cf1d200 (diff)
downloadblackbird-hostboot-94010840e9551be4711ac135c9855b7f0cecb3a3.tar.gz
blackbird-hostboot-94010840e9551be4711ac135c9855b7f0cecb3a3.zip
Consolidating HBRT reserved memory (ATTR,ATTR_OVERRIDE,VPD) into a single entry
Change-Id: I9fc5846d9901ac79c59bb149b8f55b5c7ca2fa73 RTC: 171863 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41141 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/vpd')
-rw-r--r--src/include/usr/vpd/vpd_if.H8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/usr/vpd/vpd_if.H b/src/include/usr/vpd/vpd_if.H
index c34a465a4..4162e48bc 100644
--- a/src/include/usr/vpd/vpd_if.H
+++ b/src/include/usr/vpd/vpd_if.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2016 */
+/* Contributors Listed Below - COPYRIGHT 2013,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -49,10 +49,12 @@ namespace VPD
/**
* @brief Load the runtime VPD image into memory
- * @param[out] The physical address of the VPD image
+ * @param[in/out] The physical or virtual address of the VPD image
+ * @param[in] Is the address virtual?
* @return error handle if there was an error
*/
- errlHndl_t vpd_load_rt_image(uint64_t & o_vpd_addr);
+ errlHndl_t vpd_load_rt_image(uint64_t & io_vpd_addr,
+ bool i_virtualAddr = false);
/**
* @brief This function checks to see if the given mvpd target
OpenPOWER on IntegriCloud