From 35205d340c890220ce47be78e060c0b0ae5d7de0 Mon Sep 17 00:00:00 2001 From: Tom Sand Date: Thu, 24 Aug 2017 15:59:52 -0500 Subject: Implementation for istep 7.1 and 10.4. Change-Id: I1276ccae8d68f8c7c8b555f6ce6dd409e061076f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45136 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Prachi Gupta Reviewed-by: Daniel M. Crowell --- src/include/usr/isteps/istep07list.H | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'src/include') diff --git a/src/include/usr/isteps/istep07list.H b/src/include/usr/isteps/istep07list.H index ebb91f894..3b99a937c 100644 --- a/src/include/usr/isteps/istep07list.H +++ b/src/include/usr/isteps/istep07list.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2016 */ +/* Contributors Listed Below - COPYRIGHT 2012,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -54,6 +54,18 @@ namespace ISTEP_07 { +/** + * @brief host_mss_attr_cleanup + * + * Build the Attibute for the DIMMs to be consummed in later steps + * + * param[in,out] io_pArgs - (normally) a pointer to a TaskArgs struct, + * or NULL. + * return any error logs to istep + * + */ +void* host_mss_attr_cleanup( void * io_pArgs ); + /** * @brief mss_volt * @@ -120,9 +132,9 @@ namespace INITSERVICE { NONE, EXT_IMAGE, IPL_NOOP, false } }, { - ISTEPNAME(07,01,""), - NULL, - { NONE, EXT_IMAGE, IPL_NOOP, false } + ISTEPNAME(07,01,"mss_attr_cleanup"), + ISTEP_07::host_mss_attr_cleanup, + { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true } }, { ISTEPNAME(07,02,"mss_volt"), -- cgit v1.2.3