From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: liming.gao@intel.com) Received: from mga04.intel.com (mga04.intel.com []) by groups.io with SMTP; Mon, 10 Jun 2019 22:04:33 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jun 2019 22:04:32 -0700 X-ExtLoop1: 1 Received: from shwde7172.ccr.corp.intel.com ([10.239.158.22]) by fmsmga001.fm.intel.com with ESMTP; 10 Jun 2019 22:04:32 -0700 From: "Liming Gao" To: devel@edk2.groups.io Cc: Shifei A Lu , Xiaohu Zhou Subject: [edk2-platform patch 4/4] PurleyOpenBoardPkg: Update FDF to use the generic Microcode FFS rules Date: Tue, 11 Jun 2019 13:04:08 +0800 Message-Id: <1560229448-12052-5-git-send-email-liming.gao@intel.com> X-Mailer: git-send-email 2.8.0.windows.1 In-Reply-To: <1560229448-12052-1-git-send-email-liming.gao@intel.com> References: <1560229448-12052-1-git-send-email-liming.gao@intel.com> Signed-off-by: Liming Gao Cc: Shifei A Lu Cc: Xiaohu Zhou --- Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf index e7523da74e..182e197344 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf @@ -194,9 +194,7 @@ READ_STATUS = TRUE READ_LOCK_CAP = TRUE READ_LOCK_STATUS = TRUE -FILE RAW = 197DB236-F856-4924-90F8-CDF12FB875F3 { - $(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/X64/Microcode.bin -} +INF RuleOverride = MICROCODE $(SILICON_BIN_PKG)/Microcode/Microcode.inf [FV.FvPreMemory] FvAlignment = 16 -- 2.13.0.windows.1