From 0b680113fbc55b91bc7785ef235df32df6103eda Mon Sep 17 00:00:00 2001 From: Stephen Cprek Date: Mon, 19 Jun 2017 15:26:19 -0500 Subject: Remove half cache init and do it in the page manager Change-Id: I3e870c9b50d13704c4c88adfc96e5943cff9dae2 RTC: 175114 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42153 Reviewed-by: Michael Baiocchi Tested-by: Jenkins Server Reviewed-by: Martin Gloff Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/usr/secureboot/base/service.C | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/usr/secureboot/base') diff --git a/src/usr/secureboot/base/service.C b/src/usr/secureboot/base/service.C index 8c8f742f8..2674005c0 100644 --- a/src/usr/secureboot/base/service.C +++ b/src/usr/secureboot/base/service.C @@ -98,14 +98,9 @@ void* initializeBase(void* unused) Singleton
::instance().loadSecurely(); } - // Extend memory footprint into lower portion of cache. - assert(0 == mm_extend(MM_EXTEND_PARTIAL_CACHE)); - // Don't extend more than 1/2 cache in VPO as fake PNOR is there // Don't enable SecureRomManager in VPO #ifndef CONFIG_P9_VPO_COMPILE - // Run dcbz on the entire 10MB cache - assert(0 == mm_extend(MM_EXTEND_FULL_CACHE)); // Initialize the Secure ROM l_errl = initializeSecureRomManager(); -- cgit v1.2.3