From 697c2f5339b9419fadfdc4d2bd09a985ef7a4e9f Mon Sep 17 00:00:00 2001 From: Prachi Gupta Date: Mon, 26 Oct 2015 16:19:31 -0500 Subject: P9 Isteps: Created directory structure for istep 21 wrappers Change-Id: Ie9760711a21d3965579e7f6f4854839b8e474e54 RTC:137652 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21503 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/include/usr/isteps/istep21list.H | 50 +++++++++++++++++++++++++++++++----- 1 file changed, 44 insertions(+), 6 deletions(-) (limited to 'src/include') diff --git a/src/include/usr/isteps/istep21list.H b/src/include/usr/isteps/istep21list.H index a20acdcaa..777f8c9fd 100644 --- a/src/include/usr/isteps/istep21list.H +++ b/src/include/usr/isteps/istep21list.H @@ -50,8 +50,46 @@ #include #include -// include prototypes file -#include "../../../usr/hwpf/hwp/start_payload/start_payload.H" +namespace ISTEP_21 +{ + +/** + * @brief host_runtime_setup + * + * param[in,out] - pointer to any arguments, usually NULL + * + * return any errlogs to istep + * + */ +void* call_host_runtime_setup( void *io_pArgs ); + + + +/** + * @brief host_verify_hdat + * + * param[in,out] - pointer to any arguments, usually NULL + * + * return any errlogs to istep + * + */ +void* call_host_verify_hdat( void *io_pArgs ); + + + +/** + * @brief host_start_payload + * + * param[in,out] - pointer to any arguments, usually NULL + * + * return any errlogs to istep + * + */ +void* call_host_start_payload( void *io_pArgs ); + + +}; + namespace INITSERVICE { @@ -64,18 +102,18 @@ namespace INITSERVICE #if (0) { ISTEPNAME(21,01,"host_runtime_setup"), - START_PAYLOAD::call_host_runtime_setup, + ISTEP_21::call_host_runtime_setup, { START_FN, EXT_IMAGE, MPIPL_OP | NORMAL_IPL_OP, false } }, { ISTEPNAME(21,02,"host_verify_hdat"), - START_PAYLOAD::call_host_verify_hdat, + ISTEP_21::call_host_verify_hdat, { START_FN, EXT_IMAGE, MPIPL_OP | NORMAL_IPL_OP, false } }, #endif { ISTEPNAME(21,03,"host_start_payload"), - START_PAYLOAD::call_host_start_payload, + ISTEP_21::call_host_start_payload, { START_FN, EXT_IMAGE, MPIPL_OP | NORMAL_IPL_OP, false } }, @@ -83,6 +121,7 @@ namespace INITSERVICE const DepModInfo g_istep21Dependancies = { { + DEP_LIB(libistep21.so), #ifndef CONFIG_VPO_COMPILE DEP_LIB(libbuild_winkle_images.so), DEP_LIB(libstart_payload.so), @@ -94,7 +133,6 @@ const DepModInfo g_istep21Dependancies = { DEP_LIB(libocc.so), #if defined(CONFIG_HTMGT) DEP_LIB(libhtmgt.so), - DEP_LIB(libmc_config.so), #endif #endif NULL -- cgit v1.2.3