From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45351+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45351+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579161; cv=none; d=zoho.com; s=zohoarc; b=jgcrk8LnNiYY9DgjkCGwR38WcL+wUcZUn+k7MXPsRT92pGF+lJF3CfVkXMESvffGwtMVecuTpBM0kKqEo/T25OofoAsZzTB2w4jvrdP3OtRrQK3RWfP5bRTIvoRnMX+eTfMtK3dMbPC4XK8bDNZ+Tj8Urf/DX59m3JfxKuZ78Uk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579161; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=7CayaS3Cq70KIQsTBT3AYXc+HX6f1PDsbnvcDrOCYi8=; b=hX4LkayKp/dRDo/4vJqdEzrX/syFD4u14DJqOrjm0tgqt70gtxWDz9GapymOE4W3HhzoEt3ftwbtae9Ob5kRLmtjTd87gjprPkyBPpmUN8bcYkVZWzZ940KNq5+VtXijMEyartT3iyx2oQKhhHKyNVEH6GWJU4rDQetHOQhP2I8= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45351+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579161041844.2066250152296; Sun, 11 Aug 2019 20:06:01 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:00 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:05:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859317" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:05:58 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 01/22] Platform/ARM/JunoPkg/ArmJuno.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:18 +0800 Message-Id: <20190812030539.16060-2-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579160; bh=FljTB5RCHPAzKibnVk6iXcnUynQY/cXFWyLsTyABMF0=; h=Cc:Date:From:Reply-To:Subject:To; b=CXl59DitNFJshItg5ZDhc2ev7zUv2lkVvy0Vyqym3SIINnyYiXTteAehXXQ2s2GD2oQ QdtHs0ZHzRmE2DE+pzSfwm/+UVutkGf2dCbkkT2h9ifLcKc0j1aPXUIzlUIrzgRbPvvBL zVPhPySf3cXc9K0q0pibS9j2f0E6Qmgw5Mc= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/ARM/JunoPkg/ArmJuno.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/ARM/JunoPkg/ArmJuno.dsc b/Platform/ARM/JunoPkg/ArmJun= o.dsc index 954faca1bbfa..7995370f7e3f 100644 --- a/Platform/ARM/JunoPkg/ArmJuno.dsc +++ b/Platform/ARM/JunoPkg/ArmJuno.dsc @@ -54,6 +54,8 @@ [LibraryClasses.common] LcdHwLib|ArmPlatformPkg/Library/HdLcd/HdLcd.inf !endif =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.SEC] PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib= /PrePiExtractGuidedSectionLib.inf --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45351): https://edk2.groups.io/g/devel/message/45351 Mute This Topic: https://groups.io/mt/32836863/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45352+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45352+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579161; cv=none; d=zoho.com; s=zohoarc; b=ZD4RZ72ikSex3gG5TNvtH4pUedMc6k0GzFC6GyeHKGtRMBoqz7mx478eE0v0nhD3zL9BM02x9oNOoPVREaAJGLtIhzE3G+nKQc7hYyHNJ6j08kZcp9luphwqezyQt3vP3i3Ufvs8Ff/o0oDR4WzQ7WU7OAH0aPFd/YEtbbCtEqM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579161; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=1pSsIB937jQ/f3IYXlPmDvTs5+Pn+E4rpayayZTjxRI=; b=A8QVaLUAFbTfUadr2nWPaoFZJ5kqYuDRy00EspdJ9viJu8nVTz0NhCfg5/ExblXqw9VbLOOQz9wfYtC/iP+32RlQ8d2QvwR5os/hNRT6KiVy5JNiTP3E9N+5RBO7Z980MTfRY7C+QeqCtdf8Ee4l5UOo1Pf9feSjGuirOx2BERs= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45352+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579161843229.2336217150937; Sun, 11 Aug 2019 20:06:01 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:01 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859323" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:05:59 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 02/22] Platform/ArmVExpress-CTA15-A7.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:19 +0800 Message-Id: <20190812030539.16060-3-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579161; bh=k41NNA5RPghle9IqkeSE0Bvz++X9mUQbmWToRdnyQJI=; h=Cc:Date:From:Reply-To:Subject:To; b=t3pfRy9CrhkUMXMt3Gra74HQve1mqSbWHI/GHYAAFqEHaKvUOblem8kXQ6q9GtfkxGS 8QKz+a5bGl9gr1lLryYs6EbjIcRkPS5jhwBOqXuA7okREiZubt2EZ4/7Gi092mE9A/JpB M5l349GiKN1L/WSDbM1Jm7VnHgI/Gey3MwA= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc b/Platform/A= RM/VExpressPkg/ArmVExpress-CTA15-A7.dsc index 2f8021d3eabc..c5dee0dcb650 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc +++ b/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc @@ -48,6 +48,8 @@ [LibraryClasses.common] =20 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.DXE_RUNTIME_DRIVER] ArmPlatformSysConfigLib|Platform/ARM/VExpressPkg/Library/ArmVExpressSysC= onfigRuntimeLib/ArmVExpressSysConfigRuntimeLib.inf =20 --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45352): https://edk2.groups.io/g/devel/message/45352 Mute This Topic: https://groups.io/mt/32836864/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45353+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45353+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579163; cv=none; d=zoho.com; s=zohoarc; b=I7Q50fy2GRSh4v0h1YtiZxV7fU8U0Ykjl3ISz99LrZeqpNefcNkPi9uZ2sG1NU5ynRlHZBvy9hx0Lssdva49ZQMjzCNIE2N3XiD2OEqtU7aC94b8cnq1x67xysSeXQ9QoooVDQc81aCjmDIF4+8V7rNJLp4hxX4UbO2w21vhklA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579163; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=ZR3bP0CQhGPO9MABqfzCfl7S29cajRNBh2aJSTX+cXQ=; b=MblFPPi4XzAupL6LuLcJ3jZhQ/9meVEqtp/YAaw0rcCS8iwrxaSAGAns8l3aHdWWYT+GMz4zanTr+l2qerhEXy5EInnEoAwu4l0nFgyvJaMI+ILDcFej0i6/TufDDAks9552bFKtCLBgGKh/Uy7b2zwLg1mCa3BJCOSn5yuMobo= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45353+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579163146851.9840743259181; Sun, 11 Aug 2019 20:06:03 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:02 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859328" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:00 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 03/22] Platform/ArmVExpress-FVP-AArch64.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:20 +0800 Message-Id: <20190812030539.16060-4-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579162; bh=dfGVD3FEgvpUp50g1nDvQCY4ApQQHmQxkCxHSmCvs00=; h=Cc:Date:From:Reply-To:Subject:To; b=OuwwxicTK7SVLOA/dP4L+hPM6E9SW8RP1ciCumTDjIWkdh4UVOF5KSCxUnm3+Zzzc1H vXmuyuVDFwHedqHKLVtABfdmx4oWY0cR3aDoPb6e6wDpsmI3BPznZWSTJPd577LMdPUrD leNWSakYP5nTiNlAM0FEMgHYNbQ6VJCw0Ag= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc b/Platfor= m/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc index 63d79a488500..23b1c4bead0c 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc +++ b/Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc @@ -57,6 +57,8 @@ [LibraryClasses.common] =20 DtPlatformDtbLoaderLib|Platform/ARM/VExpressPkg/Library/ArmVExpressDtPla= tformDtbLoaderLib/ArmVExpressDtPlatformDtbLoaderLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.DXE_RUNTIME_DRIVER] ArmPlatformSysConfigLib|Platform/ARM/VExpressPkg/Library/ArmVExpressSysC= onfigRuntimeLib/ArmVExpressSysConfigRuntimeLib.inf =20 --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45353): https://edk2.groups.io/g/devel/message/45353 Mute This Topic: https://groups.io/mt/32836865/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45354+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45354+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579164; cv=none; d=zoho.com; s=zohoarc; b=Xg9cUEBKj4fUdBQefasurgLG+uQZF5Weppz9VsEpW2tQf9gg0/USFb0wtl6R7caOAEiqeVbOziPDicyk/mvG15/i1NxSfPmltbSLt4MTdTJTTly3jInwJfC53Y9LIJ2uYlgvGtXpvkdBhmYrCLRlA1eMDgfZXYvOw7CsTZWy1+Q= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579164; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=2RhcUp4h7swG+ZyD2JX6JlxPSKVHfUOlUtGNJvjfU1Q=; b=TpvN4iv5FeNViNe6XKEVI6vYRc8gewIRS/FSNfInCgCtf66yJNhiIZH3dBQry53yT+6S7fh5A9EbcGmzse78Jj0t7rmAVLSYpXaP7jj6ezQgpWkOxEUE3fDZlVfrEWrDnNaEBZtcVs2251uceAA/wC833lo0omzfjnNkWfpK/K0= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45354+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579164261765.3347970812439; Sun, 11 Aug 2019 20:06:04 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:03 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859341" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:02 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 04/22] Platform/BeagleBoardPkg.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:21 +0800 Message-Id: <20190812030539.16060-5-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579163; bh=TeTIm8OSJg4G9wps7YPubmpN+pK62d3C+5q0i7f8UBg=; h=Cc:Date:From:Reply-To:Subject:To; b=jzEdT7GrxsaM/Z3Enlo/b31KR+bCH0bztO0SZ9D9Eo5DucBFU5OQS4u/U2eWsLNVAEV hV0/b+Vybw3QG1VMK39Gt9ULOT7YdQjfNgI2kXS7HX99zwUKMuBgQ570IlbIRTlata36b xoh40z7MN7yg3FUlegZXR8J41BeOXvSCjqo= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc b/Platf= orm/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc index dfc31ab4018b..03182134a8ca 100644 --- a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc +++ b/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc @@ -137,6 +137,8 @@ [LibraryClasses.common] =20 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompres= sLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.SEC] PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib= /PrePiExtractGuidedSectionLib.inf --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45354): https://edk2.groups.io/g/devel/message/45354 Mute This Topic: https://groups.io/mt/32836866/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45355+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45355+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579165; cv=none; d=zoho.com; s=zohoarc; b=ZWtpiRBbrfqw4vTj4GFt0EPSb4Wg8FXrdcxMNiEfDzjpOWwKyCwKvmRd9g85mL9FlwozMyIi7aIO5c1H8MTyPpI/+yPVXq0VhKwwR9VUarTS8XMCaN0t7C7j2Qr5Ujd3sjc3hGcQVwOb4ugNL5yN+YlukriGCa/qCx6r+vAvqb0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579165; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=/AG5TLU4WDAUfDxF9RRuPKba9Wv/d/EQo0IUlRZ+USg=; b=Dw4R9jXe9IWVhxN98vVfR646GI0mUGxpPk/mSyFXLR3hWwA8WOya/jhWsuy73b/Y54DPZjasdx6GMXzDbNg44ttH5J9R4PnPW8xjloag3ePAMS5a6CaZfb8pAC60+KCHchUTpnVKVuWhNi7emuVuMt5FHUosb9b96wVhle/fqTY= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45355+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 15655791650871007.4096638400309; Sun, 11 Aug 2019 20:06:05 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:04 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859348" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:03 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 05/22] Platform/CelloBoard.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:22 +0800 Message-Id: <20190812030539.16060-6-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579164; bh=AbH6poZtlLG+09UbFtqAoxQjyY28sXeJUQ2KLHrRS9U=; h=Cc:Date:From:Reply-To:Subject:To; b=CIeXx48K4AU9EARaJ6tcbG5DB6vDpooEEBLFyRLjJsZg177XpfAlawHzM/lDfSHLGRa Jo+m4dXEQ4i6hYW0ObHaCsjkyD5LcTn/5a2XvMW4sMU6N/QqKx/I7v+L0dbSaF2i9E5z1 /RVJcZIRKGlvnx13sukjvT+8cuzoaLWiZXo= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/LeMaker/CelloBoard/CelloBoard.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/LeMaker/CelloBoard/CelloBoard.dsc b/Platform/LeMaker/= CelloBoard/CelloBoard.dsc index 9ed4e03b2400..6152d68786cd 100644 --- a/Platform/LeMaker/CelloBoard/CelloBoard.dsc +++ b/Platform/LeMaker/CelloBoard/CelloBoard.dsc @@ -141,6 +141,8 @@ [LibraryClasses.common] OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.SEC] HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/Pei= ServicesTablePointerLib.inf --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45355): https://edk2.groups.io/g/devel/message/45355 Mute This Topic: https://groups.io/mt/32836867/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45356+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45356+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579166; cv=none; d=zoho.com; s=zohoarc; b=LkFhdUfqOGE/UO0O30STPJy8wabzK20XONNhCgR6g4TAIT8KzeIZeA7TIrdaSDuMU6FyGPZCE88M7/ZiLbmkKWE4kRKemWzqeCPjnscCRNqesb7UJQ+ABGJ9v7R6ZRvYypOKTd1/Cu8A2DBUJbGbhgNZJytie3YnJLWAETFLcCM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579166; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=XHl6yvfw2RwcU/Uij03nK3Gl7d4VjOMSXUUXLLMOrqg=; b=lrYLOFaRF10jqqet349Q+vVqq4E+EOIINOovUvq39VhpaEVrE/ipVZllVt0pFpr6CSs1XRsd17QKiypIaXAIF5rLRt1r1PeceFxojbwpHEXq3Bw5zNPmIDKry3QrZRFQS5mtsINcF5ki2u3syAQDFXBnFe0Lh0GnX0nSvq1MsdQ= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45356+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579166788436.44201271392546; Sun, 11 Aug 2019 20:06:06 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:05 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859358" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:04 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Michael Kubacki , Chasel Chiu , Nate DeSimone , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 06/22] Platform/CoreDxeInclude.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:23 +0800 Message-Id: <20190812030539.16060-7-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579166; bh=Og4iz0flzPhpj0Y3dxwkZ32gT+Nh0lXjND5cN1ZXdoY=; h=Cc:Date:From:Reply-To:Subject:To; b=tiLurb4oM3UXJHd2UTRq3AvNOxxsr6LaIx0UyYD+XePVH+ekbBOLPNKwjkW0qL9SA6I QHVY+1LfipLTHzLvst4Ll0t8Pig+clvWlPqHDCAhBwgdfwyxJF6swXDR3+7qPjVnR8w2D 9GADXu5h+MygE5IJb03dpTmwmbNdk5fhTnY= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Michael Kubacki Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Signed-off-by: Zhichao Gao Reviewed-by: Chasel Chiu Reviewed-by: Michael Kubacki Reviewed-by: Nate DeSimone --- Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc b= /Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc index f0e578f8cceb..9d043953b327 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc @@ -58,7 +58,10 @@ !endif } =20 - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf + MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf { + + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib= .inf + } =20 #UefiCpuPkg/CpuDxe/CpuDxe.inf =20 --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45356): https://edk2.groups.io/g/devel/message/45356 Mute This Topic: https://groups.io/mt/32836868/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45357+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45357+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579167; cv=none; d=zoho.com; s=zohoarc; b=GLi6QNFq6DwCa97qUL4focqU/Exg41t+XkDqQGHcPNFqU7cv3HeRic+SoqWQiDcYUMYTWxPHff1xAzj1wC1Ubyy3dGT9aEwyZmD9+aVW2xIS49LnYU3oFxI8QXk4FkiS/n5Tdq66WXSaH4GrYgQOUAcT2sPWtN76GnvmPri9RCs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579167; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=dRw+owEBW1Sk1T1VtutKu0m1tRV2qCZre7GVY7fZtME=; b=f+Q3TU5pQu/BxWhjhycS5nGFOXBJ6aW7qX45TrtIfpmrfblo0Tb8/aTKflxCqeZqybO7i/uVIANWMLIPG/kOCIO20ZonBEoOpfDQkd4gzfYsSUpzmas/0QijSZUsbmKeouJM7616vMu5gGx4zjkjq00blvO4GjWvXdVlQRUXYGI= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45357+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579167619655.1483732229051; Sun, 11 Aug 2019 20:06:07 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:06 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859365" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:05 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 07/22] Platform/D03.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:24 +0800 Message-Id: <20190812030539.16060-8-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579167; bh=hLqngPFFI8NKQtOEOyOYGYpMTprhNMlkeWEvYAcldQc=; h=Cc:Date:From:Reply-To:Subject:To; b=KarrKnOySKRoA/dQr0EdXKLYB0QtYpCokMER1iBhJvOl9IbQeM9yMxh58Cq7ytzaPVC W+Zxc3K95H2UXoiR9Lw2wE0oqFmgFUzdfaBO9f1H90gt3Cz25I7RDr1oZC84v0IotZfwi UNcuPVMBVh+Zk5KMSJn+pX4URuFj/gaOcjQ= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/Hisilicon/D03/D03.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Hisilicon/D03/D03.dsc b/Platform/Hisilicon/D03/D03.dsc index d4ec3be24336..92598362614d 100644 --- a/Platform/Hisilicon/D03/D03.dsc +++ b/Platform/Hisilicon/D03/D03.dsc @@ -84,6 +84,8 @@ [LibraryClasses.common] PciSegmentLib|Silicon/Hisilicon/Hi1610/Library/Hi161xPciSegmentLib/Hi161= xPciSegmentLib.inf PciPlatformLib|Silicon/Hisilicon/Hi1610/Library/Hi161xPciPlatformLib/Hi1= 61xPciPlatformLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + ## GIC on D02/D03 is not fully ARM GIC compatible: IRQ cannot be cancelled= when ## input signal is de-asserted, except for virtual timer interrupt IRQ #27. ## So we choose to use virtual timer instead of physical one as a workarou= nd. --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45357): https://edk2.groups.io/g/devel/message/45357 Mute This Topic: https://groups.io/mt/32836869/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45358+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45358+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579168; cv=none; d=zoho.com; s=zohoarc; b=fH1+SWOpZqyQ5yDaTqUsgNdJi4aZYUYwiRx+iaxRgfPK1ju83sedfRsuTP6PFwWnfCJpuNSxkrNV9TPw9RA9UfLnR3lC4oMBBAnVx1RoCtyvvuw+HK82S74bjMc3RNf37eqt2VmCF6MppYQfUmObKxVMwBZipsIHgGt9zhQr62o= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579168; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=chc4iErJwsALDNC+iaPMYqkMo2iF9u1NHXSg2oPpXIg=; b=CQv/3ntOB/ZUsbnQHpwsdrVq9O39odexpu7qslLT2p6ItdrbVxdvKJGJlzTNeu42hURIS2cTiJu+lmS6VNZlmBrKqMNLJ8X4odsaor6VbH1kICCPhLE2T1zNpq0XSe7/7NhQ/z88QuK4f2IeM5DxrdBiYlCi6MkNhKBLDjemtIg= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45358+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579168680404.93478410549596; Sun, 11 Aug 2019 20:06:08 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:07 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859370" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:06 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 08/22] Platform/D05.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:25 +0800 Message-Id: <20190812030539.16060-9-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579168; bh=wWmoPefNgpp9qE47hr8BSDWgDUXUe1pqhGaERyFKCxs=; h=Cc:Date:From:Reply-To:Subject:To; b=cv+VQnSwXvWc93JXILSrmhMvOot4sMDYWt0prqLWMS1PA6USL9XupX0elDlqUmjzPbr v164OatQG+ugUPn3Vjd2aNLP1g5K0C9Fghx10UlitqkXcYrRYW8nQS23L0kcBPwm9fSNJ 8e6BsZ28M/jqhmy6Tp8rOJutwij8V+FM2es= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/Hisilicon/D05/D05.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Hisilicon/D05/D05.dsc b/Platform/Hisilicon/D05/D05.dsc index 31c9fabb5237..fedcb2af1901 100644 --- a/Platform/Hisilicon/D05/D05.dsc +++ b/Platform/Hisilicon/D05/D05.dsc @@ -90,6 +90,8 @@ [LibraryClasses.common] PciSegmentLib|Silicon/Hisilicon/Hi1610/Library/Hi161xPciSegmentLib/Hi161= xPciSegmentLib.inf PciPlatformLib|Silicon/Hisilicon/Hi1610/Library/Hi161xPciPlatformLib/Hi1= 61xPciPlatformLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.SEC] ArmPlatformLib|Silicon/Hisilicon/Library/ArmPlatformLibHisilicon/ArmPlat= formLibSec.inf =20 --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45358): https://edk2.groups.io/g/devel/message/45358 Mute This Topic: https://groups.io/mt/32836870/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45359+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45359+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579169; cv=none; d=zoho.com; s=zohoarc; b=bV0CpQOnxn1TuwTczBECygp51REJK/4cCJ+zVrm4AVr1bZR0R7tXaMampJxO10SwyQnz9A4KBm+T3iQ/qwJIy3hibXu3p+NkRT9+v6I0LVZCn8KT0eoP3roFFc7avfOkFEVYb2QfNsJ+dpWaP7gfGTH0wWU1fj9LaBS76zyDtZg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579169; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=nCOkrcNLeYNGa/0suLOwbf2+FWy91cVvh2GZDwpIqM8=; b=IFVO95XJUJdDibYP7gMkZ/nmVzBtidbH+86VCQNMme3y7y9B4FIgcEHgveBKPddyZHgy2adUh4zoqie4Yskd+VimydcA30T4iRJpj6jGKBpWBRsimke5CA0rM+5IWNTUH5BIoKdLrfJSCyDZY7Dnxu9wvU+gGJ2+2k1WxX6tnME= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45359+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579169815568.0485447266747; Sun, 11 Aug 2019 20:06:09 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:09 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859376" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:07 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 09/22] Platform/D06.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:26 +0800 Message-Id: <20190812030539.16060-10-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579169; bh=bAJkrZORxcMvQsLiP0AXuhPeMfGb+hRI6MCyNXSJUys=; h=Cc:Date:From:Reply-To:Subject:To; b=Uz8Cfd6ZjPQowEFwD5YPrCtAs7dq8u/BGzCR9ZtYgfYAARwJ9PYLzuwi6Q+c8ZpBN+a 9D1tHjGBTjQcz43CMewoxpD7/I2dk544jHGgla0rhETVE3l3USLby9uiE/wfr+Ij+RD6x pOM3qCusufLoIFQpcK8R7KP3awKwLk3qUT8= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/Hisilicon/D06/D06.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Hisilicon/D06/D06.dsc b/Platform/Hisilicon/D06/D06.dsc index 000a4eec21be..e94f5e0e3db9 100644 --- a/Platform/Hisilicon/D06/D06.dsc +++ b/Platform/Hisilicon/D06/D06.dsc @@ -78,6 +78,8 @@ [LibraryClasses.common] PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf PciPlatformLib|Silicon/Hisilicon/Hi1620/Library/Hi1620PciPlatformLib/Hi1= 620PciPlatformLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.SEC] ArmPlatformLib|Silicon/Hisilicon/Library/ArmPlatformLibHisilicon/ArmPlat= formLibSec.inf =20 --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45359): https://edk2.groups.io/g/devel/message/45359 Mute This Topic: https://groups.io/mt/32836871/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45360+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45360+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579170; cv=none; d=zoho.com; s=zohoarc; b=nmrq3DD/1PrevGTOGeMPZ9hnGCJNgr9Bqs+iupr8XGZ+zpZOWoXQ10defiEFssRwkg5jyksN32KK+x5LUCFsLTSL4KKMQQCeWs3uaHHpuADa4gNqDK/T0gWAbe/lrUavv5Y4SbJDeJVRj2V6mAv5dTt/189nWTcoDGEb3jwoVug= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579170; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=m/2+sV7cXkCnNtm1ymulvRwnLEIjUvfghqKLKGHPkzg=; b=MydOmz/yHoyym7R55H+IZHwbNEYGEhQQhMyeoj/yzjfEkyxcXVMZg0koFHD6uDMV2i5i6QtHpPsQgm68v1X533h8UG5k0cF/V+p8IUewqUKI47b4FkqvOuM+B4uegAoDIxYgSEjGOPMOGhGCiJc9yGi8fqVClUPq2eowngAST2E= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45360+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579170816429.12460260931505; Sun, 11 Aug 2019 20:06:10 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:10 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859379" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:08 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 10/22] Platform/DeveloperBox.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:27 +0800 Message-Id: <20190812030539.16060-11-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579170; bh=nEdI4s/CCVfRqdZu0Xq14EziM3mwKEePfGpoGiCKE4s=; h=Cc:Date:From:Reply-To:Subject:To; b=UZF0BwHGG9SEAZhqNXc4JuQzkAJhrWHownoEbP5QFAAnF0bUBC/Gy0ltPOs4GnBTPZy heSf0WZWqIIMGj590fMXlbCgDBTunRK2xFd3kuxvpyBD3kst4oH1VqAgBzr8ViQ4eJcCW iPAJZ/ZfBWcjRNqOLAsv63EfsfYf2rVxDHg= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/So= cionext/DeveloperBox/DeveloperBox.dsc index 97fb8c410c60..b42cb3fe3e5b 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc @@ -38,6 +38,8 @@ [LibraryClasses] PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf !endif =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.SEC] PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45360): https://edk2.groups.io/g/devel/message/45360 Mute This Topic: https://groups.io/mt/32836872/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45361+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45361+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579171; cv=none; d=zoho.com; s=zohoarc; b=mg/ETFy+wxRa2axmKvNV8LhI+09zC0kCD21yYDap4eoHAOq0ReY5mSa0zeBJIX6FYrx/hd9HzQ16wUpf+D5CnOxvqM0BaDCTWWzIGjUeBGLqG7+8qSXzm4snfKNkmXSvn7rVarcXX3ESUKdDMxOAWqEkvOkOV2oCb5uBeo9eJBs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579171; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=CXwfm5NHTbnHQAUC9mW4tneta/GLJFKVqbL+uJRHlSQ=; b=oPhlnBqMVCdL9rL+TsnRDfdxpJBM+KYuM1niDNv3iwNhoY6lAcDgVlI0vyh/c6hG3FcnGPR4XLxM8fBkz7IMfptTo1t4qJdQeXVzJ3ryrk3XDwSCIa97ndcjtGI8W6oFtTB6/MQh359zUevSxiGszuCSKvS+B1S9Jkb0Pra2CUU= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45361+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579171909526.6229132242725; Sun, 11 Aug 2019 20:06:11 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:11 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859383" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:09 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 11/22] Platform/HiKey.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:28 +0800 Message-Id: <20190812030539.16060-12-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579171; bh=6TjQJmX4L0OM5fgqkkk6AAGDSOK9WUs2nWPJ0D9V9Zk=; h=Cc:Date:From:Reply-To:Subject:To; b=uKiz8qoC2yP1Hs2+FaYHBUYsY7Y1avh5LHlTq61NTCjv+Qvc7j61Y1i6QFjgyxPEPNe UQfnVSRDbBUo7i1kZlOBaKbU3D/I93Ia85DQ8LEwKIakMStQ9Uw0TXs6m/aGWhCSTXAOJ 2+7plut34aq92IEWB/i9GcotSZLGNQ0lpsg= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/Hisilicon/HiKey/HiKey.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Hisilicon/HiKey/HiKey.dsc b/Platform/Hisilicon/HiKey/= HiKey.dsc index bcbe4fafce1a..8e875e193a80 100644 --- a/Platform/Hisilicon/HiKey/HiKey.dsc +++ b/Platform/Hisilicon/HiKey/HiKey.dsc @@ -62,6 +62,8 @@ [LibraryClasses.common] TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.SEC] PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib= /PrePiExtractGuidedSectionLib.inf --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45361): https://edk2.groups.io/g/devel/message/45361 Mute This Topic: https://groups.io/mt/32836874/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45362+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45362+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579173; cv=none; d=zoho.com; s=zohoarc; b=eRVg0sWFQc2tr70ZOiqoQSV07oJDkpQgeCIpX7o/tdwyv7CdDuGtxrRNVQw3+fj4FFO60mMoRbYbPm0jEa7a+n2DHqQICXxxCtBTmUuS2L29YWJ63mMBb7Albms0k4xANET5/o8ALhOvAPdgSn0lDfRIJvPwRcDHTSALVX9GzYA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579173; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=IL8XxJywgMTc+GfNsZOyzy2zBHFP2iy14xnzERh79d0=; b=nemT+d2zOPOO5cb2Bo0Andn2lC8HLjC08ihvY43Y/2PQBKBAate4pfi5uatguqsIVYi/eee8+G54e/vSb7AMybrhTGgKOQdJn33HtBWTHjesld8nBPztqqQ8LkfpkHI3WYyYHH3FdUKLyADSzsMsXZVBgBpZDCv2HgHHIYK6GrM= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45362+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579173126793.0576740898018; Sun, 11 Aug 2019 20:06:13 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:12 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859387" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:11 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 12/22] Platform/HiKey960.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:29 +0800 Message-Id: <20190812030539.16060-13-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579172; bh=5Rt+meo6YqntNsANrxQOqYJbvfKu9ujfbdzW3w4KpqQ=; h=Cc:Date:From:Reply-To:Subject:To; b=PFlMeuD28vmGhCkiTBXdzPnTPReJcG+1LOwyrPAFELa8n/fKvrqkvKEEOLkb4C5V1UP HD3eTH0kEG6LOgnlYOtsk9hU52oQ4SjjLQCo3+1rlJf3A7uU/DOjtTL552YFVkVwP2dle wH/WI3b7swnR3vS+NlZ7nl2yP9t7q0DRTyA= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/Hisilicon/HiKey960/HiKey960.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Hisilicon/HiKey960/HiKey960.dsc b/Platform/Hisilicon/= HiKey960/HiKey960.dsc index 151c6312f87f..0eb6a777bf08 100644 --- a/Platform/Hisilicon/HiKey960/HiKey960.dsc +++ b/Platform/Hisilicon/HiKey960/HiKey960.dsc @@ -63,6 +63,8 @@ [LibraryClasses.common] TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.SEC] PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib= /PrePiExtractGuidedSectionLib.inf --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45362): https://edk2.groups.io/g/devel/message/45362 Mute This Topic: https://groups.io/mt/32836875/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45363+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45363+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579174; cv=none; d=zoho.com; s=zohoarc; b=JkptTeTTTrDn0f9dF2Or4yPzTsJKVJAE1YwNcxQZfa7On0GpFwPk8lskQj3T5FzY/wTnJhA1GAd4+k7yCOsih9yCPA1fBSyBHfWZLW/ybv84JzHVKA9sIGrPb4dwmcykOmXvoNmxbpzkAD1Cs8RyTzFupGxqMduyCbzSoNTp9qo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579174; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=svnn+BNl0Jl6fAzlF4j2pxdX+hDmQIeukVCUupX7OcA=; b=nl0uOrnP9RnobRb4nBcqgvpiU0OiY9/HMEpwFFKwPROPPQR+L45zvMpzqi5fI8f9bn3uqlFgwAAblkCR9mU2PO3q5h/Zuz9ccsLiafAATKOsYX0eVSN+UGQ/AhH4tgBihmc/dMcEoAIGVCaeIXsGYKDd8Dv928Ufqx/mcTzNtrY= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45363+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579174253692.154133640183; Sun, 11 Aug 2019 20:06:14 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:13 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859393" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:12 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 13/22] Platform/Overdrive1000Board.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:30 +0800 Message-Id: <20190812030539.16060-14-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579173; bh=sEzQT+WAl5wz+aNx80TYWb7OX5m8fZICwkR4INku5Fk=; h=Cc:Date:From:Reply-To:Subject:To; b=hNsrYPPgsHTaX+YM9XsjCZMZa/tvXDLTMlvtPy/T8cAdOaUifux2PIezZow/g10GD8K hdVc3K0sPe5ZOstslEzM5bFrnvkiW+vv2jmb5XA/185YDnl/qt5IhbQiyljla3vAzAm2c kdMaUQqBnBvaDFhmrWNwXT17QQJmYsLq46A= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc b/= Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc index 005ffad0e108..e4b5b54d67a7 100644 --- a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc +++ b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc @@ -143,6 +143,8 @@ [LibraryClasses.common] SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.SEC] HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/Pei= ServicesTablePointerLib.inf --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45363): https://edk2.groups.io/g/devel/message/45363 Mute This Topic: https://groups.io/mt/32836876/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45364+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45364+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579175; cv=none; d=zoho.com; s=zohoarc; b=ax0hCXqysOLxvZwCQiz9cxthGgWAY2IQtPkVrFbO4dxOOOpdGwjeUVpNOA5laVb0XP0vu2J/iMtURgPWk986pChIff9n37/h7wbXVxLhk6yeKoUMe6lvvkmqFeRC8vruhuAZRB070l7wP4yiQ5AOnWQ+oOlr9beDA3uD7bAfcNk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579175; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=vN3kgWbnKCnzHvBoq3kA9i/mLL5giIcmiuAAIHqqDpw=; b=GoAzhm/wXY0N5DfG2MYiHJpip82FgBk9WLnRHx0/t2SU6guefqoWr51QXzjF+Jrlkubux97JzDnk5PCMPjJz+jy3tHMViqdAEdoKw9fiUtuJuhDfs/672xR28KQwhSl4DcRpYXD0iBLK7Rt8QwJO4ELDsG+RhZ5jHl5snAcr4/E= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45364+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579175161947.5763821567159; Sun, 11 Aug 2019 20:06:15 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:14 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859397" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:13 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 14/22] Platform/OverdriveBoard.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:31 +0800 Message-Id: <20190812030539.16060-15-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579174; bh=sruYZOaVwTsmHpbrG6O6VtJ+fGOYDCc7WpXEeQjTsEs=; h=Cc:Date:From:Reply-To:Subject:To; b=bIL+rUY15At/jw4UEjoTmrlNRJZLfqNBswQdMFXiQkVfNAv+0f8P18+/gAer9fr3wJG JekzYFq1AJrVb2drT+L3aswOJSLE3jnDYoOF//xK97BTDtnnrUYSHGmY3G3cytGmOwg/u BVFnY8R+y0vRQH0/8BCKNCCIrQ/LceCo3xA= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/= OverdriveBoard/OverdriveBoard.dsc index 7369173cc125..6b3ebb764319 100644 --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc @@ -150,6 +150,8 @@ [LibraryClasses.common] ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseRepor= tStatusCodeLibNull.inf OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHo= okStatusCodeLibNull.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.SEC] HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/Pei= ServicesTablePointerLib.inf --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45364): https://edk2.groups.io/g/devel/message/45364 Mute This Topic: https://groups.io/mt/32836877/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45365+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45365+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579177; cv=none; d=zoho.com; s=zohoarc; b=ni+2eWf/wBLslrIWkRLynIA/54zb6AF8UvKO46lETXzZgW7EL4wl+3E1rq7+3j6W3uSzB9PxQMYE7hNlfBDZZnL+GJWcuusZZd8wJAAZvMxNh7uXNHcCBW6EizxdMF1REHS8QniqooB1Xj8SB6pJfUGAsr8stfMgMafi4wjrBME= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579177; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=+KuiiYKHMwIShP6DhhaGxe6yffifu5edO7YCZcS+5t4=; b=mgdBGa7f++2qHXxCfF296VCbenGXv5av/qRqmIkItrkcfvdU7tcR2zE8E9Xre7yH6qRncDR0NLNBQr/jxwY1WQtf2gD6r9kF6bDNDjtmbNce9C1uRM9JqNjS7+LQX7SuKUK2b3IXZmgsI8wG1TQt8pEDprmlO6SrqSNUUUfYGZg= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45365+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579177283809.4015742813486; Sun, 11 Aug 2019 20:06:17 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:15 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859401" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:14 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Zailiang Sun , Yi Qian , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 15/22] Platform: Add ResetUtilityLib to vlv2 PlatformPkgIA32.dsc Date: Mon, 12 Aug 2019 11:05:32 +0800 Message-Id: <20190812030539.16060-16-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579176; bh=gZkoMriAAzKPxqO9NosLIaTr6SRHavROHZYyW6WaoNk=; h=Cc:Date:From:Reply-To:Subject:To; b=s9FKmdwtu14KSqoboMvwAfDFHfzv+x4zojD/N/zIjiUz8CQ1Z2fWD8Pkto9OlBdoDRL mfyCEiNaCMZENCmboXUwOIR111cUHDCj9iXmpFFn0N17YjtqNA9/8MPYmQP3DASIcBbPY +t1N62ltLcMT6GUSXM7CayNyr2dWkMvDzLI= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Zailiang Sun Cc: Yi Qian Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc b/Platfor= m/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc index 30b47d8f3284..c1565377862a 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc +++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc @@ -248,6 +248,8 @@ [LibraryClasses.common] EdkiiSystemCapsuleLib|SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/Edk= iiSystemCapsuleLib.inf !endif =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.IA32.SEC] !if $(PERFORMANCE_ENABLE) =3D=3D TRUE PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibN= ull.inf --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45365): https://edk2.groups.io/g/devel/message/45365 Mute This Topic: https://groups.io/mt/32836878/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45366+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45366+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579178; cv=none; d=zoho.com; s=zohoarc; b=AQJCHt8nbXcBVPKlC1hNGonkwfTabpkA81Bnm/h7FQgdGUXuDBA8+/3v4+j4O/dHgWEZ6hnBHoDij3l2GU00/MjDAttk+m1KlHMZbKEg7B6hSyOmxHQQX9NcifqwdtNdQr1Ixbi5RIVs0SXTRLMmYdSzKfXjGmR36Gxzfdx9LqM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579178; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=vlQp0S+H/Y77ax7JgrnHccee74QTLv/B7kSU5mkhCh0=; b=JJYScRWE8XwrXW1Zsozf9GRPZJQN8/jQA4Atqiwg6k/5teiaqeTtqeBKkhhIlEw11xm8VzCtE/HS8zaC48c1l6PoXjgtc5SfYhIlHhj/vNeXA/kFsAFb71RF08qIH/E/NFmoXbOzKMpSbWCANfwqFtPpFfnM7kl5UfUWT/LpZ08= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45366+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579178058782.8271780525073; Sun, 11 Aug 2019 20:06:18 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:17 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859405" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:15 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Zailiang Sun , Yi Qian , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 16/22] Platform: Add ResetUtilityLib to vlv2 PlatformPkgX64.dsc Date: Mon, 12 Aug 2019 11:05:33 +0800 Message-Id: <20190812030539.16060-17-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579177; bh=jV8813Ta2f7xxPzax//b2tAdDVytAbYNFi2h8uZTM3g=; h=Cc:Date:From:Reply-To:Subject:To; b=ryshjNudV6+0m+1VWocJ1IhYz8tK1MwjHp6DkgwzmjldfLYt4WElShNT8bad6i7T1os 6v0ryInBHhVfsPR+pRcjPfQ+lDfvLbK63A45SSHlL4JRLLiWGGwp9k9B+tyvyjg1XGIbc HoWRZr+ETG7lTbzMRJIAEVUTyxtkZI7Vnuo= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Zailiang Sun Cc: Yi Qian Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc b/Platform= /Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc index 57316d487bb4..98fbd5e2c574 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc +++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc @@ -250,6 +250,8 @@ [LibraryClasses.common] EdkiiSystemCapsuleLib|SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/Edk= iiSystemCapsuleLib.inf !endif =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.IA32.SEC] !if $(PERFORMANCE_ENABLE) =3D=3D TRUE PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibN= ull.inf --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45366): https://edk2.groups.io/g/devel/message/45366 Mute This Topic: https://groups.io/mt/32836879/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45370+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45370+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579184; cv=none; d=zoho.com; s=zohoarc; b=WeBrX9TMEEdlROXRvZHRAtvpOuhO0DnStGAazr35DIAd8fhkKvkEOuFbwynp2hQzpeyRgY6HoBk0+t8ckDy+K6ViX59Nk6rpSQXjPSOV++Y7sENbh79q8SbkRa4Xygpey8WIatLSKTLtcVEuKt8t08k8Lyon1cimfsIvpaipXmA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579184; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=32uGtHAa9MxEOIDq68XU7IeCLnu1lnin1Z64nh+wiPs=; b=hHQmuxSV7CmTINCu7CXoG/kBoOZrwwqeb4CYmUL0BdpEaMcjDHrgJlzhY1xfR3IZnbK6JxgvkTcPXwJSIOBVMcyPlvmn6cFHAQih5PGKHg3v5aov4h2H/Komsl+z5vTBy9HQ7XgYLhJuiO7Ujbw9IrS/t55e5xL3TgKojNKNKnI= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45370+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579184202935.3469344048838; Sun, 11 Aug 2019 20:06:24 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:18 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859409" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:17 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Kelly Steele , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 17/22] Platform/Quark.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:34 +0800 Message-Id: <20190812030539.16060-18-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579183; bh=M3Z4tWCWrptKIqHJlJMgRK2RNXt4Gbw9fVx0O22v/rQ=; h=Cc:Date:From:Reply-To:Subject:To; b=wNbRBNK99lmhGmcWp9qmKyBbQUo4c2BdYX7+lHqe4V/ZG0yz4s4QecilCeMZyRdXxIZ 1GnS7e7ouW0LcF89hTnmRZWoEP4Tj0SAmH+EeztW5hz9u5b0DUdCmM+xYk7wDyZcWxH4I wbkMpMr+trRrjrqRggXmQoPwM8hgKndP69Q= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Kelly Steele Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/Intel/QuarkPlatformPkg/Quark.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Intel/QuarkPlatformPkg/Quark.dsc b/Platform/Intel/Qua= rkPlatformPkg/Quark.dsc index a02adb64e695..5b9d09a423c4 100644 --- a/Platform/Intel/QuarkPlatformPkg/Quark.dsc +++ b/Platform/Intel/QuarkPlatformPkg/Quark.dsc @@ -237,6 +237,8 @@ [LibraryClasses] PlatformFlashAccessLib|QuarkPlatformPkg/Feature/Capsule/Library/Platform= FlashAccessLib/PlatformFlashAccessLibDxe.inf DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibTe= xt/DisplayUpdateProgressLibText.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.SEC] # # SEC specific phase --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45370): https://edk2.groups.io/g/devel/message/45370 Mute This Topic: https://groups.io/mt/32836884/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45367+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45367+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579182; cv=none; d=zoho.com; s=zohoarc; b=Dm2y7HEN1RmISHlQPQhA1WGWXhzxf5fHDe0nxhotM+V9LweL/4WzJI7cjkqrqJqrAn/7foEzMNs1CmYqF4MC1tFloIKunTcpyhlvLCRorMmmO+pzFuHdth8EcIDmOcTHEQrbVmEBUb+o8G22j7OTq7h3weT8kVMMdj2otDqefQQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579182; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=k+qt5nn/m4j0Zsur1HKFWRp0vfG0dEiz9M6KfWPGsqk=; b=GnlN7ycZsOZXsba1LhV17o0nArDZqZwjg4WFR/LPNWkuIlJFel07JXQTerDseZ8Wt1tdVr+rxxjR1dW8dWh08YSwBl2n+ClDRDcI3Mbs32Be5DuUqpWmHZJNbcXZ0eANhqw5wPIHBoaRMyjT/wztKfJMZXHJh/eGC7mmIHU6D/8= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45367+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 156557918211596.48555503596572; Sun, 11 Aug 2019 20:06:22 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:21 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859415" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:18 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Kelly Steele , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 18/22] Platform/QuarkMin.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:35 +0800 Message-Id: <20190812030539.16060-19-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579181; bh=0FNyoRZp9Xj01QtplnQkupdn0maBk4GVOe+0T+MOIws=; h=Cc:Date:From:Reply-To:Subject:To; b=LP8ObMH1mC1Vui5xZ7bD7TuRSv2JuO9Usk6MXi7yporHXR3nyw7VqdhM3wfO5WM7Dq5 6FcUlcmHRNaJdOfWg9ULkMa3QJN8U9jjtlRpp4K8wEu+S3OANGmQXwvu7j7lpKT3zC4Hy sWhOLWhOI+cTtcp/FLpDBp+Vqrhq0t9plKA= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Kelly Steele Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc b/Platform/Intel/= QuarkPlatformPkg/QuarkMin.dsc index 3dbf616c664d..937afd03c040 100644 --- a/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc +++ b/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc @@ -195,6 +195,8 @@ [LibraryClasses] PlatformPcieHelperLib|QuarkPlatformPkg/Library/PlatformPcieHelperLib/Pla= tformPcieHelperLib.inf PlatformHelperLib|QuarkPlatformPkg/Library/PlatformHelperLib/DxePlatform= HelperLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.SEC] # # SEC specific phase --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45367): https://edk2.groups.io/g/devel/message/45367 Mute This Topic: https://groups.io/mt/32836881/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45368+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45368+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579182; cv=none; d=zoho.com; s=zohoarc; b=K5XzlNbKzJezE1yNm10sPAoahLDzpAkWLXahbNJKAUIFPNH841E9f/a7r74Okgut9tMzR4jtu3IDOeS7NwC9kTGWXUGD5TnCIl26YwiHXxPYdqcLHPkbsrzRVZFpM4za9H75ztvaSjH872zu3FCRNn8KXw+/sCRJ/GCqxxuu/RE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579182; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=I3L6uncSh5nCROxb5Lff03Qq0mNFM0Irq4Xc4ent6qo=; b=OEcyfoNoxbI32UdH4Oj+VrFRR5j0oKbjZnooJd4CPE0T98fd7QUOgQVDZpXcMvexMdT/Rn3JTjC/WRZj/WG6O2P97w2V6BhUfA9JCe3cOS5ekyCRRzGcCxhswk3sE81Rvr5hjxXWQ+INvILgMpqY3GorAoiCP3ETY2i2/2w1zqA= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45368+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579182110216.24814809553686; Sun, 11 Aug 2019 20:06:22 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:21 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859420" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:19 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 19/22] Platform/RDKQemu.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:36 +0800 Message-Id: <20190812030539.16060-20-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579181; bh=KiWJa0AmLUEBOyso9BH3BYpWaTQihyYnzASvsQAV+1I=; h=Cc:Date:From:Reply-To:Subject:To; b=cwBNXhf3qUVF/iUOAZyCyvnEpbsmGkS8VK0shwGc1AYWCMTWj2HiHjbTI2l+2bqyjrj MEujXhOZ9NlcGoMUq5OyVgB+QRSygIl+CD+wFDYwlFQl+KtjktDrRaL8z4E4uKb7S12xL Nf1UGfgp8URd0Vkkf8iL5aoUzKpbuQ8zPdE= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/Comcast/RDKQemu/RDKQemu.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Comcast/RDKQemu/RDKQemu.dsc b/Platform/Comcast/RDKQem= u/RDKQemu.dsc index 440d2ace917c..8e950fe489aa 100644 --- a/Platform/Comcast/RDKQemu/RDKQemu.dsc +++ b/Platform/Comcast/RDKQemu/RDKQemu.dsc @@ -68,6 +68,8 @@ [LibraryClasses.common] PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridge= Lib.inf RdkBootManagerLib|Platform/Comcast/Library/RdkBootManagerLib/RdkBootMana= gerLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.PEIM] ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoP= eiLib.inf =20 --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45368): https://edk2.groups.io/g/devel/message/45368 Mute This Topic: https://groups.io/mt/32836882/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45369+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45369+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579183; cv=none; d=zoho.com; s=zohoarc; b=cXbBiP+4M9H7fVuGxIlKg5rM7910T7F51vrSNsOarZcZcXp+tN5EGYc1s9vuEVjCTmRf8NEaZvsCvnnxhm82kgPlkFKaSp5LeecV5lbowGU7pA5f8bnW5o9gGbD4MLrd2Sp0aYs7uOJn06D/OegDtTZQGBwc11bqfNtkaeENSdI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579183; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=/1PxEIw601tgk3qzFrtJ/lVIig9jy1VDsT7SGBgT+aw=; b=GKpJTdwqtU+NBg93VBBy8U8TQH6IkVP/8fjYjdeoyK/f8nvG3lm5jpchjY8JuWin7sh4xT89ZDwVCDTW6SB654rDbFvpsJvhWDdTA//JmS65nQV96S3gCUVlCHtI5Jq3KZpO/JfJV4sCy6k8NiQfm+JE0YuKRF4QSdjM8PGM5fo= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45369+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579183992705.1114692579014; Sun, 11 Aug 2019 20:06:23 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:23 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859424" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:20 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 20/22] Platform/RPi3.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:37 +0800 Message-Id: <20190812030539.16060-21-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579183; bh=1IfdCRdnaYou+zp58bISo7NFYz9NxCBX6XxiMVsazUE=; h=Cc:Date:From:Reply-To:Subject:To; b=pbukgS6HGybREy8miI4vNzkPAshMnXDPNsWUQETm2/lvJP78pWqCGMwLj8HR7uyQdpg dJee73aGgp3zukZFFpkQoAk08dUbxChscOGKpAHpcqipAdOBuFQZztFr3LuLdcSH3EBQg 2H/vaFNhYJMBhCgziqYJBClReXbmwXUMMz8= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/RaspberryPi/RPi3/RPi3.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platform/RaspberryPi/RPi3= /RPi3.dsc index 2b9e619ad55c..8490714b8ba9 100644 --- a/Platform/RaspberryPi/RPi3/RPi3.dsc +++ b/Platform/RaspberryPi/RPi3/RPi3.dsc @@ -158,6 +158,8 @@ [LibraryClasses.common] VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf GpioLib|Silicon/Broadcom/Bcm283x/Library/GpioLib/GpioLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.SEC] PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45369): https://edk2.groups.io/g/devel/message/45369 Mute This Topic: https://groups.io/mt/32836883/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:51 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45371+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45371+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579184; cv=none; d=zoho.com; s=zohoarc; b=QqN04QhqmjwXPE5iTiQeRffMYfos0m6cP7uOjd/AFwYd4FaFvqqXN2Yjc+ug4d+vZe4ZJYrU2xxMzqK1GvlhQyrEReojGG2gJSEJcEyIaL1CHj0c7vsfWXJkOfu1edXoION9BLQO7h5/ZUdfyHB7hZPGcm5JLS9eWUohU3gz+Yc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579184; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=oVp6mwtL20WY71i5HMA0QL0m1fxdicKJkWv4lC636y4=; b=OCnSMtLLEtPEGViUUpk/A4R7NnV3r3K5hWQAnVriNg6lpgd4n7dKr2RlcLoZXTj6PDfwbbWFeUGEixKhHOC2fRDaFpSXJqtQWsN9Fo3JAj+inuH/CzQXe2//QZ7uqthiyB6iDr2BzaDUC65HPWNeHlU2zXhZJH7dwmGy/BeHO3I= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45371+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579184279781.1135127948455; Sun, 11 Aug 2019 20:06:24 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:23 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859427" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:21 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 21/22] Platform/SgiPlatform.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:38 +0800 Message-Id: <20190812030539.16060-22-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579183; bh=kmYa1af2tLVuNi741bKM0VawYDkmtFpn/H/klKTU36E=; h=Cc:Date:From:Reply-To:Subject:To; b=Bss13Ruv9bH1axON5r3RkEIp+UnK1S67syk0cQlfgjyjevLaFzlu1Q0sObEsGb48GPu d2mEUt5gyFDUtvT0GMsh+sCvJQMvL5PVOF9EnZo2g7ipcz0BRlHzwZCslKE2sbAPqw79R h2v2tiZrpLk/WsWHvjWKBA7rY15B6+fAvj8= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/ARM/SgiPkg/SgiPlatform.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/ARM/SgiPkg/SgiPlatform.dsc b/Platform/ARM/SgiPkg/SgiP= latform.dsc index a5b7eea1d3a8..81bb5c257f34 100644 --- a/Platform/ARM/SgiPkg/SgiPlatform.dsc +++ b/Platform/ARM/SgiPkg/SgiPlatform.dsc @@ -43,6 +43,8 @@ [LibraryClasses.common] FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib= /BaseOrderedCollectionRedBlackTreeLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.SEC] HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAlloc= ationLib.inf --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45371): https://edk2.groups.io/g/devel/message/45371 Mute This Topic: https://groups.io/mt/32836885/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 09:36:51 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+45372+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45372+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579185; cv=none; d=zoho.com; s=zohoarc; b=XQF56r2wIpoSilwxGznjE/04WAFzhjGehA/MwMAG8eCvMl0JOwrduWA0316MPQXrF2oBDg2nu0QdxbBW03vlOSjNoX7Q+gMy7/4ebQ8eruVqfuYRttR1h5sjvwO3mJbDjh9KNjxjnr/ehRfmHQcwQRFo7kcFixO89NJx9OLGNUQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579185; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=qac83AUju4pHFmnAtBnFH2HlwDUJk+qRsmnF0P8nJeI=; b=DarKYvQot+KCuMo8wB+ZW8tLwDTzw9XuR/IEdXSxud7MbZtWAnZekRAyiZZVGfM15afCus+veIP6cCV9SSqbt6T7/RmrngbxJKHc6scBE8aAWbyHiuKwmOFzuKgvE9XZywmcD3GbBpx8kpBig0vttgz2rz4RJdEQ1rMoSVp7UHU= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+45372+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565579185081122.88237600385548; Sun, 11 Aug 2019 20:06:25 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Sun, 11 Aug 2019 20:06:24 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:06:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859433" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:06:22 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Liming Gao Subject: [edk2-devel][edk2-platfoms][PATCH v2 22/22] Platform/SynQuacerEvalBoard.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:05:39 +0800 Message-Id: <20190812030539.16060-23-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-1-zhichao.gao@intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565579184; bh=klriLYqSvPz3EnJBLJ9ZHMW4hgH7RRfNxnSN3NQSGto=; h=Cc:Date:From:Reply-To:Subject:To; b=AP+CDOZ3NUfkSAFo2h/ZOthYNtaRgfrq4yTpP+ofX4LO4dPdkBr291GC7QJaZwTf4e/ OwbiHxfTptFA0s5gxzXUAezU/X1esWxCHer0IOLEGEAEq2EbVVsYVEfez1p13iBNFRQkt znIoOoKMzigiKsxg2ywnU0Xn1M2ay4+P/j0= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc b= /Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc index ab1ab6f2de60..e5348a535d6b 100644 --- a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc +++ b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc @@ -123,6 +123,8 @@ [LibraryClasses.common] =20 NorFlashInfoLib|EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.common.SEC] PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#45372): https://edk2.groups.io/g/devel/message/45372 Mute This Topic: https://groups.io/mt/32836886/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-