Skip to content

Commit 7ebf7c7

Browse files
Ilya Smirnovdcrowell77
Ilya Smirnov
authored andcommitted
Remove NVDIMM
This commit removes NVDIMM code from out codebase. Change-Id: I40028c1524a8c7524c9c11a6e30f2035576070f4 RTC: 299009 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/c/hostboot/+/134355 Reviewed-by: Zane C Shelley <[email protected]> Tested-by: Jenkins Server <[email protected]> Tested-by: Jenkins OP HW <[email protected]> Tested-by: Jenkins OP Build CI <[email protected]> Tested-by: FSP CI Jenkins <[email protected]> Tested-by: Jenkins Combined Simics CI <[email protected]> Tested-by: Hostboot CI <[email protected]> Reviewed-by: Daniel M Crowell <[email protected]>
1 parent 50e0052 commit 7ebf7c7

37 files changed

+375
-8196
lines changed

src/include/usr/isteps/istep16list.H

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HostBoot Project */
77
/* */
8-
/* Contributors Listed Below - COPYRIGHT 2012,2023 */
8+
/* Contributors Listed Below - COPYRIGHT 2012,2024 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -127,11 +127,7 @@ namespace INITSERVICE
127127
// Hostboot PRD should no longer be called after this step.
128128
ISTEPNAME(16,04,"mss_scrub"),
129129
ISTEP_16::call_mss_scrub,
130-
#ifdef CONFIG_NVDIMM
131-
{ START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, false }
132-
#else
133130
{ START_FN, EXT_IMAGE, NORMAL_IPL_OP, false }
134-
#endif
135131
},
136132
{
137133
ISTEPNAME(16,05,"host_ipl_complete"),

src/include/usr/isteps/nvdimm/nvdimm.H

-169
This file was deleted.

src/include/usr/isteps/nvdimm/nvdimmif.H

-48
This file was deleted.

0 commit comments

Comments
 (0)