summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.H
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2016-01-26 10:08:02 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-16 00:38:21 -0400
commitf85d0f09cc63c3e1625d5a183a9e6a6d4e216693 (patch)
treef3f2998d96a6b98a3eedff20420e5580ff9ca8a0 /src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.H
parentea9529b786d03381bb92d2f89353c035df929102 (diff)
downloadtalos-hostboot-f85d0f09cc63c3e1625d5a183a9e6a6d4e216693.tar.gz
talos-hostboot-f85d0f09cc63c3e1625d5a183a9e6a6d4e216693.zip
p9_xip_customize HWP - L2
- Added all the mailbox attributes to the required xmls - HWP is able to customize the image with new attribute values based on the environment RTC:138900 Change-Id: I51e9ccbd3ceba2381594d40dcb2c44ebd890fe0d Original-Change-Id: Idfadd53a747a2cab90d2b977bce178ba7e0c170a Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23664 Tested-by: Jenkins Server Reviewed-by: Claus Michael Olsen <cmolsen@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25883 Tested-by: FSP CI Jenkins 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.H37
1 files changed, 37 insertions, 0 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
new file mode 100644
index 000000000..0653ac1bb
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.H
@@ -0,0 +1,37 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: chips/p9/procedures/hwp/customize/p9_xip_customize.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* EKB Project */
+/* */
+/* COPYRIGHT 2016 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* IBM_PROLOG_END_TAG */
+#ifndef _P9_XIP_CUSTOMIZE_
+#define _P9_XIP_CUSTOMIZE_
+
+#include <fapi2.H>
+
+typedef fapi2::ReturnCode (*p9_xip_customize_FP_t) (
+ const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_proc_target,
+ const fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>& i_system_target,
+ void* io_image);
+
+extern "C"
+{
+ fapi2::ReturnCode p9_xip_customize (
+ const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_proc_target,
+ const fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>& i_system_target,
+ void* io_image);
+
+}
+#endif
OpenPOWER on IntegriCloud