From eeb5732a169d35955e96236f6389e95a29a22af8 Mon Sep 17 00:00:00 2001 From: Ilya Smirnov Date: Tue, 26 Feb 2019 08:39:07 -0600 Subject: Revert "SMF: Create New UVBWLIST Partition" This reverts commit 9de9d8f7c5b5c73247dc69925a594fcd07ce060c. The logic for passing the XSCOM white/blacklist to Ultravisor will change drastically. The change in logic makes the UVBWLIST partition unneeded. This commit reverts all changes associated with UVBWLIST partition. Change-Id: Ife2b983a90be766f494c12bd60f5ac8cb394aa24 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72487 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Matthew Raybuck Reviewed-by: Nicholas E. Bofferding Reviewed-by: William G. Hoffa --- src/usr/runtime/common/runtime_utils.C | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/usr/runtime/common') diff --git a/src/usr/runtime/common/runtime_utils.C b/src/usr/runtime/common/runtime_utils.C index e61d90b31..ba15de167 100644 --- a/src/usr/runtime/common/runtime_utils.C +++ b/src/usr/runtime/common/runtime_utils.C @@ -31,7 +31,6 @@ namespace RUNTIME // -- OCC // -- WOFDATA // -- HCODE -// -- UVBWLIST // -- Images that never have secure headers /// -- RINGOVD const PreVerifyVector preVerifiedPnorSections { @@ -40,9 +39,6 @@ const PreVerifyVector preVerifiedPnorSections { {PNOR::HCODE, true}, {PNOR::VERSION, true}, {PNOR::RINGOVD, false}, -#ifndef CONFIG_FSP_BUILD - {PNOR::UVBWLIST, true}, -#endif }; bool isPreVerifiedSection(const PNOR::SectionId i_section) -- cgit v1.2.3