summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.H
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2016-09-11 12:12:09 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-22 14:08:02 -0500
commit4d144fd0ec9620cd96dd0e7a5565980e7cefe056 (patch)
treec2f00f46d414e16a69b6c449615278c9aa058c33 /src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.H
parentd7e00d057567432edf0807648d3a54254298a922 (diff)
downloadtalos-hostboot-4d144fd0ec9620cd96dd0e7a5565980e7cefe056.tar.gz
talos-hostboot-4d144fd0ec9620cd96dd0e7a5565980e7cefe056.zip
xip_customize: MVPD compatible file set.
Change-Id: Ib3b7aeb8045a28ca05d33370c1ef1dcb9ba1fb64 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29448 Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Michael C. Sgro <mcs793@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29450 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.H21
1 files changed, 20 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.H b/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.H
index 1d9082f56..0b6de8a23 100644
--- a/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.H
+++ b/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -25,6 +25,7 @@
#ifndef _P9_XIP_CUSTOMIZE_
#define _P9_XIP_CUSTOMIZE_
+#ifndef WIN32
#include <fapi2.H>
typedef fapi2::ReturnCode (*p9_xip_customize_FP_t) (
@@ -109,4 +110,22 @@ extern "C"
uint32_t& io_bootCoreMask);
}
+#else
+extern "C" {
+ int p9_xip_customize (
+ int& i_proc_target,
+ void* i_image,
+ uint32_t& io_imageSize,
+ void* i_ringSectionBuf,
+ uint32_t& io_ringSectionBufSize,
+ uint8_t i_sysPhase,
+ uint8_t i_modeBuild,
+ void* i_ringBuf1,
+ uint32_t i_ringBufSize1,
+ void* i_ringBuf2,
+ uint32_t i_ringBufSize2,
+ uint32_t& io_bootCoreMask);
+}
+#endif
+
#endif
OpenPOWER on IntegriCloud