From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web11.1256.1662608945189729796 for ; Wed, 07 Sep 2022 20:49:05 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=MIwFfRTW; spf=permerror, err=too many SPF records (domain: intel.com, ip: 192.55.52.120, mailfrom: isaac.w.oram@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662608945; x=1694144945; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jDcNPkDzTJsnGdQpt2HlCrn5gd6rpoPm0I5OfhX50mc=; b=MIwFfRTWNecQWjeS7zG35yTVpq0P4SXHEGt17FChmTMFU0o90NsigtV5 somUEOpJhe1/cjn3WCTdI7+Z6ErUmk2o2ni4u8cfIYgsHfTnGYQDu9dIz VQ9xX6LO0o0ZHHmRBz0luR93Gc9azEtFZMcB0DMf0MzzcRbeoADpLKm5o A7SaYC+CdCxWQQjizwazs1E5yJ4I2WWCsNDw73/0k1FH3qq62eTfztt14 mHio1FuFGjThqdC6Qf4ddFun1BmCgoXIoFa5RrxGSjtgwrrPSO1cwuOsx URktSCBsVnd5O3EOWEyh/kNExjVM4COwu9Dr0K3N3jG/+yMj5SC2P30nY Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10463"; a="295793839" X-IronPort-AV: E=Sophos;i="5.93,298,1654585200"; d="scan'208";a="295793839" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 20:49:02 -0700 X-IronPort-AV: E=Sophos;i="5.93,298,1654585200"; d="scan'208";a="943170867" Received: from iworam-desk.amr.corp.intel.com ([10.24.80.243]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 20:49:01 -0700 From: "Isaac Oram" To: devel@edk2.groups.io Cc: Isaac Oram , Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-devel][edk2-platforms][PATCH V1 1/2] MinPlatformPkg/Include: Add PEI DevicePathLib instance Date: Wed, 7 Sep 2022 20:48:48 -0700 Message-Id: X-Mailer: git-send-email 2.36.1.windows.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit PEI DevicePathLib instance required by NvmExpressPei.inf due to recent change. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Isaac Oram --- Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc b/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc index 9bac751eaf..4424ebaecc 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc @@ -27,6 +27,7 @@ MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf + DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibBase.inf LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf -- 2.36.1.windows.1