From nobody Fri Apr 26 09:30:55 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+45374+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+45374+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579287; cv=none; d=zoho.com; s=zohoarc; b=n4S3A+U6jGDM7KWcyPmXpt6stuSlTb4R45zRyHJDChlUd2JeJ2aj6D5byJcLcbJXuJ+qmyn0gTLUen5JFgpDWV8aCFahbUBbbgiAEsiifiMChwz0dULdLE8XyJecc7tWh5tLyfF75J07V1t83fpvf3qhztqyv1yJOAJPYNsTyGM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579287; 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=nZqT9LlYxX6cPycHkcFppvvtzkE1+IAdRGc6v2LY5T4=; b=fNYDuOxK6DfOJEdDa9zRQy8J0mcgABAVEvFOVT0n73Da4HziPdyfAtNRqcjbyq2b9vO8o0Knzvypw+tg/JJk05ih6TjeeGcgWMJhY6ATqpCHjlvE9ZZZtHpQMQ7ExVGU7qzE0ExxPg+oq29pP0/f3cG1efeLnzUg0qqhAJGLb4I= 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+45374+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 1565579287045809.9089378248786; Sun, 11 Aug 2019 20:08:07 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:08: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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:08:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859689" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:08:04 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Bret Barkelew , Jian J Wang , Hao Wu , Ray Ni , Star Zeng , Liming Gao , Sean Brogan , Michael Turner Subject: [edk2-devel] [PATCH v4 01/15] MdeModulePkg: Add guids for capsule update Date: Mon, 12 Aug 2019 11:07:44 +0800 Message-Id: <20190812030758.10324-2-zhichao.gao@intel.com> In-Reply-To: <20190812030758.10324-1-zhichao.gao@intel.com> References: <20190812030758.10324-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=1565579286; bh=PL6Ey0uvO02uwQQ2btYgfVUgkEV72qsy4YcifdUFlGM=; h=Cc:Date:From:Reply-To:Subject:To; b=mlO1/3qE1v5XEtf/dbV831AuOp8h3wwH5VosSkOu7C3NLj9aAAP+Z5Pf76n9ZvI+61b C7eu8M/nXjLM2abZOHMKHQOeyvRlnFUji4bPvgkbgy6o+/mJNKZM6BLc0BBspF/+9c6PP Blo9cc3p21g7Mb8OsAorYaP4H7stGGg6irA= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" From: Bret Barkelew REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 And add two guids gEdkiiCapsuleArmedResetGuid and gEdkiiCapsuleUpdateCompleteResetGuid for capsule Update. Cc: Jian J Wang Cc: Hao Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming Gao Cc: Sean Brogan Cc: Michael Turner Cc: Bret Barkelew Signed-off-by: Zhichao Gao --- MdeModulePkg/MdeModulePkg.dec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 12e0bbf57997..e7a71d3ab393 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -402,6 +402,10 @@ [Guids] ## GUID indicates the capsule is to store Capsule On Disk file names. gEdkiiCapsuleOnDiskNameGuid =3D { 0x98c80a4f, 0xe16b, 0x4d11, { 0x93, 0x= 9a, 0xab, 0xe5, 0x61, 0x26, 0x3, 0x30 } } =20 + ## Guid to use for gRT->ResetSystem () to indicate the type of reset tha= t is being performed. + gEdkiiCapsuleArmedResetGuid =3D {0xc6b4eea7, 0xfce2, 0x4625, = {0x9c, 0x4f, 0xc4, 0xb0, 0x82, 0x37, 0xae, 0x23}} + gEdkiiCapsuleUpdateCompleteResetGuid =3D {0x5d512714, 0xa4df, 0x4e46, = {0xb6, 0xc7, 0xbc, 0x9f, 0x97, 0x9d, 0x59, 0xa0}} + [Ppis] ## Include/Ppi/AtaController.h gPeiAtaControllerPpiGuid =3D { 0xa45e60d1, 0xc719, 0x44aa, { 0xb0,= 0x7a, 0xaa, 0x77, 0x7f, 0x85, 0x90, 0x6d }} --=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 (#45374): https://edk2.groups.io/g/devel/message/45374 Mute This Topic: https://groups.io/mt/32836893/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 Fri Apr 26 09:30:55 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+45380+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+45380+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579293; cv=none; d=zoho.com; s=zohoarc; b=eN5k0gRtRmXD3OsivtoIrhVikN46VNCWC3hW1gSp5duhzDa5AT2P6FK27VIwx4XAYpkzCuAeO44c4YtUu10x1V362CICPbRdpwxLtq4xp+9RZQ/XP7P4qkAg9FwaVa+VHxNDDkLie0Gy0PiI9/h3snLkoncsscOPcIj3uGx/UaQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579293; 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=3bIdjaXjayptQwEH2pBWFtJ/CW0ww1c1K9wjYIwQRE0=; b=I0Rb2STsQ6Jji0V9hPUJOHl7P6WVK9SBMGb+bkfbNXaRDVIyxHLVnHqG7tNo9hkaYBwD2+DEKTLP4CRNqDHNqfIdu+QbrWnUgNV0nuGaqW4vacqrdFpYAjd+tzRNhoAncFscT67XUyVI1Tf0Xi2SWmJZOu+oVGtj0sKeT69LNZQ= 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+45380+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 1565579293208647.7248260823742; Sun, 11 Aug 2019 20:08:13 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:08: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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:08:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859694" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:08:06 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Jian J Wang , Hao Wu , Ray Ni , Star Zeng , Liming Gao Subject: [edk2-devel] [PATCH v4 02/15] MdeModulePkg: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:07:45 +0800 Message-Id: <20190812030758.10324-3-zhichao.gao@intel.com> In-Reply-To: <20190812030758.10324-1-zhichao.gao@intel.com> References: <20190812030758.10324-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=1565579292; bh=z3BssJbAISVkIptwCsJHHK+hY1nQ9Lo7nY8UtB8s6+U=; h=Cc:Date:From:Reply-To:Subject:To; b=im3E8UuVQ+C1IcOxG58cGi4nKUJA3n/KYtVJQK5PvraNCBPLt8OfE7zVC73H/EV2YqZ etAymETZOdVAlklthj0jWPtV52yJfcKNn1crBDvW2gpBuM64ENF2x451nwxfAH1YrXPgt cPR9oO2cjy9Y6G5eZcLNCH7cHdWRx4BSldQ= 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: Jian J Wang Cc: Hao Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming Gao Signed-off-by: Zhichao Gao --- MdeModulePkg/MdeModulePkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index 6ca7d9ade4e1..34e1910865f4 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -97,6 +97,7 @@ [LibraryClasses] BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.i= nf SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibGr= aphics/DisplayUpdateProgressLibGraphics.inf + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf =20 [LibraryClasses.EBC.PEIM] IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.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 (#45380): https://edk2.groups.io/g/devel/message/45380 Mute This Topic: https://groups.io/mt/32836900/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 Fri Apr 26 09:30:55 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+45375+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+45375+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579289; cv=none; d=zoho.com; s=zohoarc; b=KW6erBdtTAaf/fYB6OlkpTswDWn+4YQS80aEn5jtBT55S3p64LHeIwZYqu9MB9v8etCwyI5FuYFnz170OPK3q9EWR4P5yVVkauHGvVOTBB6X5orwj7FXmQNAdV98/ijiTq63q9+5CE+j80jlwCuXB+c3OaZBReIJ7uHdWVuIR+A= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579289; 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=s+PcO26v1x4mKJ5Jfb0MX/1ApZ6pG+xYJLHRFPg5OlE=; b=gdFAYiAClhJHn8/AL2fpx5l81mtTkFJia9YfHClxu5dXm8Gxc9/h6UHu6R8CNxD/5Cw+Wi6cIPoNPFF5wqO+oB5dsXCNCR9jEj3pqPM0A2MlQMIuMOiP6egKUbtYQWhqrzrOhYkVy+fNMKv1AjnApaKZDAoKB3PKtbRkanJxnd8= 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+45375+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 1565579289486478.85721024082727; Sun, 11 Aug 2019 20:08:09 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Sun, 11 Aug 2019 20:08:08 -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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:08:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859699" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:08:07 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Laszlo Ersek , Ard Biesheuvel , Leif Lindholm , Liming Gao Subject: [edk2-devel] [PATCH v4 03/15] ArmVirtPkg/ArmVirtQemu.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:07:46 +0800 Message-Id: <20190812030758.10324-4-zhichao.gao@intel.com> In-Reply-To: <20190812030758.10324-1-zhichao.gao@intel.com> References: <20190812030758.10324-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=1565579289; bh=Od9qFzxbpTouoshUVHgRdIaAXIH9DR+/TfyAUaT/eYQ=; h=Cc:Date:From:Reply-To:Subject:To; b=g1w1ffDLp3aaZvIAsElpGDFGdUKhzCe6qOqb3QOvwPu7nEQHB95/rFd3+ibBDRaJdz8 yeH+KkL5uVb+JCC4uGJJ1aO4BSmbUE1PZLoaBVrFlbIJO7ccMP70JRMT6cvUnCDrB8ipd /LRuRD5iPKz5JiSaPD4wFug25w2WgGyAdPA= 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: Laszlo Ersek Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Liming Gao Signed-off-by: Zhichao Gao --- ArmVirtPkg/ArmVirtQemu.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc index 7ae6702ac1f0..4b8130f8e7fe 100644 --- a/ArmVirtPkg/ArmVirtQemu.dsc +++ b/ArmVirtPkg/ArmVirtQemu.dsc @@ -73,6 +73,7 @@ [LibraryClasses.common] PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProdu= cerLib.inf PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.i= nf PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridge= Lib.inf + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf =20 [LibraryClasses.common.PEIM] ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoP= eiLib.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 (#45375): https://edk2.groups.io/g/devel/message/45375 Mute This Topic: https://groups.io/mt/32836894/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 Fri Apr 26 09:30:55 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+45376+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+45376+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579290; cv=none; d=zoho.com; s=zohoarc; b=WCxFQIqwL5FGiqyhZTppvxnp7ONvOKAvQkPCXH3g/Fn3BbRTYC0D58l0CPldQ6hRtIDw/2pIQb06cEgGZ5Sy7f0oAQwnD/pBJU773Z/OzLJjJmpjXSHKLArUNQc0bSdinEcqrd1/hTHTLQP+V7chp3MHU3fmr59IAXHeeJFs318= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579290; 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=FK7YLvNaRlR62bQL/t6jxvD0p7OMMv1zNUCjaYw7iSk=; b=LXaT6BZ2Caw58YOVTGvm+cXo32xS1dW8oYdfl1ktTXAHZ+UrwAvKX1GwlDjvbkO/85LmzW7PipkSICaxWkMhHbA4zdj1IXlQVzuvg210FrKW4mMPaGK+owf/+UbYMCMoSvXw1oKAHLq4V8J8lw1jcRpkgb7jz3fTaX4WnzfPCPE= 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+45376+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 1565579290454516.3031815801966; Sun, 11 Aug 2019 20:08:10 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:08: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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:08:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859703" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:08:08 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Laszlo Ersek , Ard Biesheuvel , Leif Lindholm , Liming Gao Subject: [edk2-devel] [PATCH v4 04/15] ArmVritPkg/ArmVirtQemuKernel.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:07:47 +0800 Message-Id: <20190812030758.10324-5-zhichao.gao@intel.com> In-Reply-To: <20190812030758.10324-1-zhichao.gao@intel.com> References: <20190812030758.10324-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=1565579290; bh=mnIlyD5n7vmMHlvQqd/pR2V/A19JqxZ8/ZMqnYhZRfo=; h=Cc:Date:From:Reply-To:Subject:To; b=pio5RkIzrrU4lBgyI8Fo1slMrwzcA3aIcgQS5XGfFJdRhsqyHuwyoD+31XA4oOWD966 SWTGsll4uZfZua6Jd5txTOnQLE8/+3BqOV8VJN30xXlcuv3ZY63Dn0DtZW669KQILzHaK J91Ci+D99BMKBovwE1NTM8UXot1EYBTNjG8= 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: Laszlo Ersek Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Liming Gao Signed-off-by: Zhichao Gao --- ArmVirtPkg/ArmVirtQemuKernel.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/ArmVirtPkg/ArmVirtQemuKernel.dsc b/ArmVirtPkg/ArmVirtQemuKerne= l.dsc index 3b0f04967a4b..87c37a06e7fc 100644 --- a/ArmVirtPkg/ArmVirtQemuKernel.dsc +++ b/ArmVirtPkg/ArmVirtQemuKernel.dsc @@ -73,6 +73,7 @@ [LibraryClasses.common] PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProdu= cerLib.inf PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.i= nf PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridge= Lib.inf + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf =20 [LibraryClasses.common.DXE_DRIVER] ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeRepor= tStatusCodeLib.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 (#45376): https://edk2.groups.io/g/devel/message/45376 Mute This Topic: https://groups.io/mt/32836895/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 Fri Apr 26 09:30:55 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+45377+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+45377+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579291; cv=none; d=zoho.com; s=zohoarc; b=cscnDBr1SK/Qo4ACFZ1Zfkgtgwp+g3rYlg3VkRN2PgbIerITVrjqYFKQFshYAPUXhQXPHY8JeDwoDyzDgJ7zwgOYo+08528Ie/nk8IAe5gE1y+M+L2MqOYsuerHOGAaEKfFEx3uiYZQ1hVdSdUukICB2BUfUYC0bdxGT9/iMBQU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579291; h=Content-Transfer-Encoding:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=eqhtLOz9eCYgdvEJEAkoiZ7a+CLopO4FZwVT9qmUz7A=; b=UQR2q8U/deIRn5RthA3z79Iqt2Ih6NDbqqkTXMOB8tZSfHBbU0j34R20ni+eZUbFo0pZmRwC8craePRpkPxLCCnwtJ03hPm8/Ux/J/Hr9fYemTYT0wgqw0D1ZP+c1FopplaYNtfxbdM1w1JJPaUlUuw8NAy32M6uUUzd97Vs6IU= 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+45377+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 156557929107359.39369047618186; Sun, 11 Aug 2019 20:08:11 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:08: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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:08:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859704" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:08:09 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH v4 05/15] ArmVirtPkg/ArmVirtXen.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:07:48 +0800 Message-Id: <20190812030758.10324-6-zhichao.gao@intel.com> In-Reply-To: <20190812030758.10324-1-zhichao.gao@intel.com> References: <20190812030758.10324-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=1565579290; bh=e/9aQxDeMQ4pXe3z5TGoXdGuwONm462H/LoqKWckJSQ=; h=Date:From:Reply-To:Subject:To; b=FNneD0MxY/UsZ7Z+Bsti2JIdlw40slnVXUJ9wKNJbAunYe6WJ76whVevo7Ad6IZwDUV VQt3198F9uvFBtPfabXSnLO9niOFEZJm1hENUwBAq6aCSMT6YKpl0ZtS2cjNCKdtz2WTD CuNsbcyvVObAnFa1X7b4Z8Pqpo1yUgxAEgg= 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. Signed-off-by: Zhichao Gao --- ArmVirtPkg/ArmVirtXen.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/ArmVirtPkg/ArmVirtXen.dsc b/ArmVirtPkg/ArmVirtXen.dsc index 79304ee61d6d..279b246f85a5 100644 --- a/ArmVirtPkg/ArmVirtXen.dsc +++ b/ArmVirtPkg/ArmVirtXen.dsc @@ -47,6 +47,7 @@ [LibraryClasses] BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBoo= tManagerLib.inf CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/Customize= dDisplayLib.inf + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf =20 [LibraryClasses.common.UEFI_DRIVER] UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.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 (#45377): https://edk2.groups.io/g/devel/message/45377 Mute This Topic: https://groups.io/mt/32836896/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 Fri Apr 26 09:30:55 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+45378+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+45378+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579292; cv=none; d=zoho.com; s=zohoarc; b=CnBBQzEOlSH+zEpo0zaa6gSTJesokLn03EiPkaT14nmdaBcNAOq8CHq00o0dMmLXy791Ks3pP3MEQRE/PolN9q6Yfwnj1rhB6HNe9RdfAigpCQ7LJ5LSgux+hlkoZOLaEfLxXfZf8G3LR9q82HfLUMJa5STABjNbfEDRM2R0osM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579292; 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=+hAZ9zggkSpDiJaBjX5UzcC1jVvFGKav8I/rp149VgA=; b=gWwp/Lxd3eN77feyE+ukSwSyGoyzMUbTusQnW6axqWFhXySkYGizKRykPRUuRhpeEYi6SFD5b8otRN0TfSeo1kDxXyzNU5RozzONNfY1tUXsV/ZUs1L8rCsN+9+CLeDuwzhh45mBq+EbNFxE6+SUDHYXmgrw/d+0HyrjN4AObwo= 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+45378+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 1565579292039157.328561055897; Sun, 11 Aug 2019 20:08:12 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:08: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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:08:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859707" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:08:10 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Jordan Justen , Andrew Fish , Ray Ni , Liming Gao Subject: [edk2-devel] [PATCH v4 06/15] EmulatorPkg/EmulatorPkg.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:07:49 +0800 Message-Id: <20190812030758.10324-7-zhichao.gao@intel.com> In-Reply-To: <20190812030758.10324-1-zhichao.gao@intel.com> References: <20190812030758.10324-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=1565579291; bh=7xgt8tViznLmwLaJ6SYWl1dnSvijODRgdMNDn3d6WhE=; h=Cc:Date:From:Reply-To:Subject:To; b=R/Uwbs1QxnCKuSOOBtRfnI+Y7pVtuslCyDoSZN8mGVz71odcHkOMRAN+Wlr4JjK2wWm riFlS2wxl9U7AT/qEUw3XP3F+EkcI77fp2GvFwUGIIN8kuGZksf5Y5ojNB5hfNPqns1Ck nZIxO4TDy81pTEpWI50EZkGwiXt0zZamoL0= 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: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Cc: Liming Gao Signed-off-by: Zhichao Gao --- EmulatorPkg/EmulatorPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index ea8b6ce76e24..4ec88569bca0 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -111,6 +111,7 @@ [LibraryClasses] SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf =20 [LibraryClasses.common.SEC] PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.i= nf --=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 (#45378): https://edk2.groups.io/g/devel/message/45378 Mute This Topic: https://groups.io/mt/32836897/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 Fri Apr 26 09:30:55 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+45379+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+45379+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579293; cv=none; d=zoho.com; s=zohoarc; b=K/OXFYiYgjfWSf9IFu/V1zFT4O8lGhGM+5z4qklOvBLfSVT9eGgNng3NjAPBg+HQZQT/FtHIGc6VAMbDyLAA5BxFy8D8fmRK3hnd/ielKKafCtYB+PzUABFQrKiB7GSrDnKnZaosAp/yhcRzeJ2XE0b3qmmtv/harRKEnQeimF8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579293; 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=qSvCEwK50UzM+xtwmDyfzjSCjcKEx+1l3gV7WdPHYrw=; b=LwIhNjG0SMfnM4/8U48tTu0cCsWJKxvaK9MEoRLzuTUa1wJLYl4Qen1AN3eSEnMCYfMLN4/lzAryF9U7P1u0x8flWtbxnzqJJCTzWMlolRkNVufaWhOYIub52cLst25rWr2tl/HocNYI07wlonxHWoSLUZmLfB0tfoM+eAxfGhE= 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+45379+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 1565579293107380.604372874884; Sun, 11 Aug 2019 20:08:13 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:08: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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:08:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859711" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:08:11 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Jordan Justen , Laszlo Ersek , Ard Biesheuvel , Liming Gao Subject: [edk2-devel] [PATCH v4 07/15] OvmfPkg/OvmfPkgIa32.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:07:50 +0800 Message-Id: <20190812030758.10324-8-zhichao.gao@intel.com> In-Reply-To: <20190812030758.10324-1-zhichao.gao@intel.com> References: <20190812030758.10324-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=1565579292; bh=1IOmiynbZQ2jRuOFBwB9HqyG1N7D3D/tvin+7MPJ5x4=; h=Cc:Date:From:Reply-To:Subject:To; b=dASAQg1R7VnSYx0EqgPMbhH+96msQ7QS64JLKrm0/kT+LK9DSoE1TRFdpT2UDp30c1H ZJmX8XtBi5OnO34HPFtmNS4MvHyKMVNuznCb3ubOvOH2IP/8RdDNvfgalUFzmn9exyrHg XH46Q7vhvUOHlzzln/8HWY5ZSUV8qO4AgxQ= 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: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Liming Gao Signed-off-by: Zhichao Gao --- OvmfPkg/OvmfPkgIa32.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OvmfPkg/OvmfPkgIa32.dsc b/OvmfPkg/OvmfPkgIa32.dsc index 6ab730018694..3dd9c0a3cd70 100644 --- a/OvmfPkg/OvmfPkgIa32.dsc +++ b/OvmfPkg/OvmfPkgIa32.dsc @@ -184,6 +184,8 @@ [LibraryClasses] !endif VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + =20 # # Network libraries --=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 (#45379): https://edk2.groups.io/g/devel/message/45379 Mute This Topic: https://groups.io/mt/32836899/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 Fri Apr 26 09:30:55 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+45381+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+45381+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579315; cv=none; d=zoho.com; s=zohoarc; b=CiMwlwIT4gC3xfJvbblpgY7YadHdH17+I6NmZGbU3dVNo7q25tBYSNiau8GH2gPuUHjCDQOy8HcfbAg7QkrOxAb1fMdbqPY9I0GaEOc5nivotFz0iWwcu3lVPCtAe0ylOhaFLjn6sfuqqkTzLcy7ug0iU9qWjHO+jCQERoW/Phg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579315; 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=JP4LWpXWotuX5DKPzl5CkvObvGFrVu5ha+ggssom3sY=; b=C1+S1VnVh3XzsHyfqX3/iCJJBfN81FR6ak/N/r/Fduh2/FJuLoHn4aBHQktOabe1HBUORdSWt9StY26ozmeeGJuystDjpKAtw79I4sMXAGS3a2DXtNjPJwqG+uAbmcBKeUs3tnJHVHvAZacKZoLDApYiXiLKJwgQJIb30/kOjTU= 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+45381+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 1565579315009659.9648889992357; Sun, 11 Aug 2019 20:08:35 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Sun, 11 Aug 2019 20:08:34 -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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:08:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859717" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:08:12 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Jordan Justen , Laszlo Ersek , Ard Biesheuvel , Liming Gao Subject: [edk2-devel] [PATCH v4 08/15] OvmfPkg/OvmfPkgIa32X64.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:07:51 +0800 Message-Id: <20190812030758.10324-9-zhichao.gao@intel.com> In-Reply-To: <20190812030758.10324-1-zhichao.gao@intel.com> References: <20190812030758.10324-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=1565579314; bh=WrSwTBvsYKT81GfQr1tqlHYxKz/Rkqa77NRneqdYZ0U=; h=Cc:Date:From:Reply-To:Subject:To; b=UPQ2jDdRxRSgF66p8RrRmeO6zIWEtQU/NnUADWBAEuN3xPLOoIFw1neH2Ji6qepolTS cgu8FtPz8XpuJjFPYMJsumB9rAkOTIpoWECLI7ObuhGFCptwDohbOf8liESz1MWtErAxo iAo1s+QOM2NsEgKcKrd1cGy8uBJjZX2WeFo= 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: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Liming Gao Signed-off-by: Zhichao Gao --- OvmfPkg/OvmfPkgIa32X64.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/OvmfPkg/OvmfPkgIa32X64.dsc b/OvmfPkg/OvmfPkgIa32X64.dsc index f163aa267132..a9f69eab8c06 100644 --- a/OvmfPkg/OvmfPkgIa32X64.dsc +++ b/OvmfPkg/OvmfPkgIa32X64.dsc @@ -189,6 +189,7 @@ [LibraryClasses] !endif VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf =20 # # Network libraries --=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 (#45381): https://edk2.groups.io/g/devel/message/45381 Mute This Topic: https://groups.io/mt/32836902/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 Fri Apr 26 09:30:55 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+45382+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+45382+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579315; cv=none; d=zoho.com; s=zohoarc; b=EHEpuqIEAdQrab2GVupUpRwMyPWnW6qOdtpQhCe0Pu4l9goBpJlr+L6/I8WKfGM5A5UmW23XVjJkx70R8wxM+W/P67xmx5NpdDUGN8EFVK0p6dHwiRmwPRjXDn3PzLsvwAbAei4RkEki4pnQQ3yq8j/9n5Zl2jpIoPJ0smeZeTo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579315; 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=4QuOXcrv9kr0tLbzCX/RDXWPb/uOkV4ltlywWriYk80=; b=ffokXfborYXaNaMsZVr+cvaLS6JdkC/QBY7dxmekbl9R+vM4/AzRMyT8RJQx+EbI3ZKTbRed51ATXQUAMSnR8IRAR9JmzXFEA8Xe9H6tWtom6FouRIeIZx0dZF/hsoonmWxBPpnThwkMcRj5Ypv/W12MVdL1YfJdwVxoy9G33bs= 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+45382+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 1565579315348369.9526355733731; Sun, 11 Aug 2019 20:08:35 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:08:34 -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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:08:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859720" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:08:13 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Jordan Justen , Laszlo Ersek , Ard Biesheuvel , Liming Gao Subject: [edk2-devel] [PATCH v4 09/15] OvmfPkg/OvmfPkgX64.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:07:52 +0800 Message-Id: <20190812030758.10324-10-zhichao.gao@intel.com> In-Reply-To: <20190812030758.10324-1-zhichao.gao@intel.com> References: <20190812030758.10324-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=1565579315; bh=+v3NB8gwYpEaA6ZWtMS2Nj/h9EXFVMzQD0R79wLMc+A=; h=Cc:Date:From:Reply-To:Subject:To; b=nJzcZZZAbtkPlzCk49Wf0geS5ic22b5HkdUUDcb6knKAHxl99COTZrKP0qdIMu4QGTj uFNDT8tHBCm5ETLW93kPw75bt98W90Y+/Xd4Pu9SBRi+moGKBkSnSYDYgcS02TCiaM54/ 3jmbDK71nWlOiuU2GKmea3rf3LI5uDfh1Io= 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: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Liming Gao Signed-off-by: Zhichao Gao --- OvmfPkg/OvmfPkgX64.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OvmfPkg/OvmfPkgX64.dsc b/OvmfPkg/OvmfPkgX64.dsc index fa98f16a3fb3..895c54b0edb9 100644 --- a/OvmfPkg/OvmfPkgX64.dsc +++ b/OvmfPkg/OvmfPkgX64.dsc @@ -189,6 +189,8 @@ [LibraryClasses] !endif VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + =20 # # Network libraries --=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 (#45382): https://edk2.groups.io/g/devel/message/45382 Mute This Topic: https://groups.io/mt/32836903/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 Fri Apr 26 09:30:55 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+45383+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+45383+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579315; cv=none; d=zoho.com; s=zohoarc; b=T10tXl1qQSnhYrJDEbpLbGxt9tZVxG2HsqgY+DGuU8kEjig43sp5JXol2To9RpWDZgcIdDgRYmFTFS1DJTeMzni67mgZTomWOzgKvRNU0cvMXVegP7u3+HPSCEi6qMPWJ7aA9fel65bTaoIjYirTbZKOoGUhKm9zJux81nZkz6o= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579315; 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=5Wj313N0r+TBqgIRRtEZPm9dXCqWF5PL5R3aU5FvcqY=; b=SQ5AcE/9hhM+7NAs1dfZgBH96kW1HoDBiSTUqg+6ttQszBURomSTuxcEp5iEoWEnEIIgOj9yZEyFNOZdaO1apPkzgemeHas1TaTuwshm6JxpvYu7biSwmHW3pJuo9pz/D3bTykxWr2A2/ejTroPttXie73HUz54jcnUkz6mN7kM= 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+45383+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 1565579315734891.1636803043855; Sun, 11 Aug 2019 20:08:35 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:08:34 -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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:08:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859723" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:08:14 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Maurice Ma , Guo Dong , Benjamin You , Liming Gao Subject: [edk2-devel] [PATCH v4 10/15] UefiPayloadPkg/UefiPayloadPkgIa32.dsc: Add ResetUtilityLib to dsc file Date: Mon, 12 Aug 2019 11:07:53 +0800 Message-Id: <20190812030758.10324-11-zhichao.gao@intel.com> In-Reply-To: <20190812030758.10324-1-zhichao.gao@intel.com> References: <20190812030758.10324-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=1565579315; bh=qo+p716LzSkc7R1VElyDWulKPhsPBChPNCCOmrbA+nM=; h=Cc:Date:From:Reply-To:Subject:To; b=LgE+ulx/oH2Gi2WO5vHAaCs8yzXAL2WX5JI6mL4m7HMUqIGWVwmfxgkoXpHIWYLT5eg QVN1jSiSxOiKqKMsbWdEGQbwWkjeeoov1tClOADuyUZPCcT/JvvsXZ/2pPXILxnFQeHWS Aed7YLA1y64/LF9rOEs8Q5XUO5hmQYXwZY4= 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: Maurice Ma Cc: Guo Dong Cc: Benjamin You Cc: Liming Gao Signed-off-by: Zhichao Gao Reviewed-by: Maurice Ma Reviewed-by: Dong, Guo --- UefiPayloadPkg/UefiPayloadPkgIa32.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UefiPayloadPkg/UefiPayloadPkgIa32.dsc b/UefiPayloadPkg/UefiPay= loadPkgIa32.dsc index 11cf17ca0647..22bd9b8f7c60 100644 --- a/UefiPayloadPkg/UefiPayloadPkgIa32.dsc +++ b/UefiPayloadPkg/UefiPayloadPkgIa32.dsc @@ -205,6 +205,8 @@ [LibraryClasses] TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.IA32.SEC] DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.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 (#45383): https://edk2.groups.io/g/devel/message/45383 Mute This Topic: https://groups.io/mt/32836904/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 Fri Apr 26 09:30:55 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+45384+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+45384+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579316; cv=none; d=zoho.com; s=zohoarc; b=fibaMBHTkBvc/rxVEYxJ5ts296vFD481TsbmpNoNyZLBk45qbWwp6Ix6YjYvtmo4I7pmtmivlxfeVnIjF7VzZjQ2S4LAPdu5oOxabl3GfF50p0bYetjkK+2lKlrYE2MPumANA52nxODioSk8n71i9re+93c32djdj83BFk50i9M= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579316; 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=aTAIltRk4U8eRg8PiDLypcBMfV7yQq1vJdY+lJ0Fo9o=; b=WIlu1tDtUaz5C67JuEXNkXwvVnfMeHOJZWa20hAr9c4ESTZdvhACpjYdvNWkie6N5xa5SPpLhkvSnc1IwwtyDzyuLkhenvOOcrbAIk5rAzP8lFpJZfcydPyqyGHI2nqbLSstl86pSXDE56TxZaKTlQwFFG8MCmB89PLwAAFUGVs= 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+45384+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 1565579315998159.76138091637768; Sun, 11 Aug 2019 20:08:35 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:08:35 -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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:08:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859730" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:08:15 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Maurice Ma , Guo Dong , Benjamin You , Liming Gao Subject: [edk2-devel] [PATCH v4 11/15] UefiPayloadPkg: Add ResetUtilityLib to UefiPayloadPkgIa32X64.dsc Date: Mon, 12 Aug 2019 11:07:54 +0800 Message-Id: <20190812030758.10324-12-zhichao.gao@intel.com> In-Reply-To: <20190812030758.10324-1-zhichao.gao@intel.com> References: <20190812030758.10324-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=1565579315; bh=olc33No0ETNVaLVzATkUcZ5p4AWWixCGsfY1WD978AM=; h=Cc:Date:From:Reply-To:Subject:To; b=c6HbRUdO76aUs26NuDAVzXGWbT4dgknJjLHlGtUlk8zgoiy1SXTeb09rG42mGb/JjAm nJBki4PyJ83YMIHLh3b4g0IkPwTDMyfgPNztZMjlbMuiocQFj1mWSIPlcElnCQ+A1dcea UdEMIIvDTvFKLPimA8cASQjYW7yvxfVEkgY= 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: Maurice Ma Cc: Guo Dong Cc: Benjamin You Cc: Liming Gao Signed-off-by: Zhichao Gao Reviewed-by: Maurice Ma Reviewed-by: Dong, Guo --- UefiPayloadPkg/UefiPayloadPkgIa32X64.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UefiPayloadPkg/UefiPayloadPkgIa32X64.dsc b/UefiPayloadPkg/Uefi= PayloadPkgIa32X64.dsc index 5b7994a62cda..ec6d5b71621e 100644 --- a/UefiPayloadPkg/UefiPayloadPkgIa32X64.dsc +++ b/UefiPayloadPkg/UefiPayloadPkgIa32X64.dsc @@ -205,6 +205,8 @@ [LibraryClasses] TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf =20 + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf + [LibraryClasses.IA32.SEC] DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.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 (#45384): https://edk2.groups.io/g/devel/message/45384 Mute This Topic: https://groups.io/mt/32836905/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 Fri Apr 26 09:30:55 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+45385+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+45385+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579316; cv=none; d=zoho.com; s=zohoarc; b=WWg0S4cO0+iu8FC3l0Ebtv1DjiwKq4Tj8wXKNkW/4/rY2QDZxV+B12zLXk9MiKVVcXM5ZcU5vX7s+PFHJG5aN/54enmunxnKpJCFOv3fxVGdxH4rolH0NKqpYmanDbf0vKFVUT9oNk78sECqHqLc8DPq+xqMCmLZNHEpQWlwxn0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579316; 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=Yjj6p7T0wrWwOuuPtbj+22DgZ0P0j/FINvfRWTWPrRs=; b=gk2CrGUXPzPUF0+vALrGMuoMGK7MpCX8TIB+FN4QK+PFpe5JIHHUU6VDw4Ymn+FAdRz++Bn4evhenWSm5zq32CLoq2GxDGCFhKpXT8NRVbU8GfySHeRgUjpQHK6V9bFfJgbIzXyBil1m3AYYwS2bAThSBIaLDuDZ39FbfIR6sL0= 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+45385+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 1565579316170267.9329291311076; Sun, 11 Aug 2019 20:08:36 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Sun, 11 Aug 2019 20:08:35 -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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:08:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859737" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:08:16 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Bret Barkelew , Jian J Wang , Hao Wu , Ray Ni , Star Zeng , Liming Gao , Sean Brogan , Michael Turner Subject: [edk2-devel] [PATCH v4 12/15] MdeModulePkg/CapsuleRuntimeDxe: Transfer reset data Date: Mon, 12 Aug 2019 11:07:55 +0800 Message-Id: <20190812030758.10324-13-zhichao.gao@intel.com> In-Reply-To: <20190812030758.10324-1-zhichao.gao@intel.com> References: <20190812030758.10324-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=1565579315; bh=c1lC6xcgHov14vMbDuGcDQ3/5Lz5AH5EPWLd4iLB2iI=; h=Cc:Date:From:Reply-To:Subject:To; b=KLoO/f+9YP51LHli6MIlxoHB+sds0BxvfvYni/SgIBPKOTnQHtHCjmhEZ8jVxQw7Dma jiYiHB9CdZZ9DRhNNMi+p6M6I1AW5LexsXRRPbz6/WU6VokLBffdX0oCaJS22w9vTmTdt yQBD9KgV/2oB9QPZPkFbP3Vk/58zUMWPrBI= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" From: Bret Barkelew REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 Transfer reset data start with a null sting and followed by gEdkiiCapsuleArmedResetGuid for capsule update. Cc: Jian J Wang Cc: Hao Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming Gao Cc: Sean Brogan Cc: Michael Turner Cc: Bret Barkelew Signed-off-by: Zhichao Gao --- MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf | 2 ++ MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.c | 2 +- MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.h | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf= b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf index 9da450722b51..fedeeac19e47 100644 --- a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf +++ b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf @@ -62,6 +62,7 @@ [LibraryClasses] PrintLib BaseMemoryLib CacheMaintenanceLib + ResetUtilityLib =20 [LibraryClasses.X64] UefiLib @@ -72,6 +73,7 @@ [Guids] ## SOMETIMES_PRODUCES ## Variable:L"CapsuleLongModeBuffer" # The long = mode buffer used by IA32 Capsule PEIM to call X64 CapsuleCoalesce code to h= andle >4GB capsule blocks gEfiCapsuleVendorGuid gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ##= GUID # FMP capsule GUID + gEdkiiCapsuleArmedResetGuid ## SOMETIMES_CONSUMES =20 [Protocols] gEfiCapsuleArchProtocolGuid ## PRODUCES diff --git a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.c b/Md= eModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.c index 77b8f00062a6..2022b4eabd7f 100644 --- a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.c +++ b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.c @@ -218,7 +218,7 @@ UpdateCapsule ( // will initiate a reset of the platform which is compatible with t= he passed-in capsule request and will // not return back to the caller. // - EfiResetSystem (EfiResetWarm, EFI_SUCCESS, 0, NULL); + ResetSystemWithSubtype (EfiResetWarm, &gEdkiiCapsuleArmedResetGuid); } } return Status; diff --git a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.h b/Md= eModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.h index 069df3c75080..e0466f7da75a 100644 --- a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.h +++ b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.h @@ -4,7 +4,7 @@ It installs the Capsule Architectural Protocol defined in PI1.0a to sign= ify the capsule runtime services are ready. =20 - Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
Copyright (c) 2018, Linaro, Ltd. All rights reserved.
=20 SPDX-License-Identifier: BSD-2-Clause-Patent @@ -30,6 +30,7 @@ #include #include #include +#include =20 /** Create the variable to save the base address of page table and stack --=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 (#45385): https://edk2.groups.io/g/devel/message/45385 Mute This Topic: https://groups.io/mt/32836906/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 Fri Apr 26 09:30:55 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+45386+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+45386+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579316; cv=none; d=zoho.com; s=zohoarc; b=jbn6N4k9cpM0u0g58OFMLft2juyb/g+0HzRPGXREsAWPf/rqzyws55VyAbLw+1xLvHmzALweha0PLG5wa4mxXr6iT1WvdPzCMaN8RZ/qn33NGFGFkumBKlbSBVSj9Ll7RXdr9H0sjwcIElpwNrewrgTG2rKFVb9aaaUCKgDh/gM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579316; 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=80dgHe67c2vhWiS5PPPl42Zo1Oo8vesFwbdbeG+Mrsc=; b=D5AcM6ikdzp7BewKggJW0ZoLgzPQc12liTLLGIr/cY/HSfxvG7ikBNoNh3lPp+BSfXC31Krq4dXpJQBXDaS0ITR8DtuvaKwP/H1OWUAmhYsDWjK6OdHwZxbiHH+Q9WCJRoSy4p7b2AjZLSEld+hXT1Y5Wihv+wp80dFEGWAJh2E= 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+45386+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 1565579316354137.6283099656623; Sun, 11 Aug 2019 20:08:36 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:08:35 -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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:08:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859746" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:08:18 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Bret Barkelew , Jian J Wang , Hao Wu , Ray Ni , Star Zeng , Liming Gao , Sean Brogan , Michael Turner Subject: [edk2-devel] [PATCH v4 13/15] MdeModulePkg/CapsuleLib: Transfer reset data Date: Mon, 12 Aug 2019 11:07:56 +0800 Message-Id: <20190812030758.10324-14-zhichao.gao@intel.com> In-Reply-To: <20190812030758.10324-1-zhichao.gao@intel.com> References: <20190812030758.10324-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=1565579316; bh=amzThVB5ZwTjdbTb/tI9U0b5vnWS5X04rubMet8y10s=; h=Cc:Date:From:Reply-To:Subject:To; b=DRdHaLznkBpT5VPPLO+423nReZvudyGJgyjt/SjHj3F/J8JFXa1UKOCEL/IYsk9Qolg HYTlGWqN8CNrjTtUUP0FLzmCUkwUVDb6kEJCZcwxDtfdhIYAvM3mGf2bms7zmP9MTd9xr 6Q7QC637uCSqYNk5WF7f1LpF2nsbHRZ8Dk0= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" From: Bret Barkelew REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 Transfer reset data start with a null sting and followed by gEdkiiCapsuleUpdateCompleteResetGuid for DoResetSystem function. Cc: Jian J Wang Cc: Hao Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming Gao Cc: Sean Brogan Cc: Michael Turner Cc: Bret Barkelew Signed-off-by: Zhichao Gao --- MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf | 2 ++ MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf b/MdeM= odulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf index 05de4299fba9..5fd7e1764b0b 100644 --- a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf +++ b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf @@ -51,6 +51,7 @@ [LibraryClasses] DisplayUpdateProgressLib FileHandleLib UefiBootManagerLib + ResetUtilityLib =20 [Pcd] gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleMax = ## CONSUMES @@ -93,6 +94,7 @@ [Guids] ## SOMETIMES_PRODUCES ## Variable:L"BootNext" gEfiGlobalVariableGuid gEdkiiCapsuleOnDiskNameGuid ## SOMETIMES_CONSUMES ## GUID + gEdkiiCapsuleUpdateCompleteResetGuid ## SOMETIMES_CONSUMES =20 [Depex] gEfiVariableWriteArchProtocolGuid diff --git a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c b= /MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c index 2cecc87385b3..2802962ed1b6 100644 --- a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c +++ b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c @@ -30,6 +30,7 @@ #include #include #include +#include =20 #include =20 @@ -623,7 +624,7 @@ DoResetSystem ( =20 REPORT_STATUS_CODE(EFI_PROGRESS_CODE, (EFI_SOFTWARE | PcdGet32(PcdStatus= CodeSubClassCapsule) | PcdGet32(PcdCapsuleStatusCodeResettingSystem))); =20 - gRT->ResetSystem(EfiResetCold, EFI_SUCCESS, 0, NULL); + ResetSystemWithSubtype (EfiResetCold, &gEdkiiCapsuleUpdateCompleteResetG= uid); =20 CpuDeadLoop(); } --=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 (#45386): https://edk2.groups.io/g/devel/message/45386 Mute This Topic: https://groups.io/mt/32836907/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 Fri Apr 26 09:30:55 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+45387+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+45387+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579316; cv=none; d=zoho.com; s=zohoarc; b=aq+zvbFFKP1sVKADsesn4MJwr8Fpo78PelqQNcCJyIrovQm+9ebT9aZSlUiahPgUcsmUbLdBa6GpddJmfCBbwgpSXvbtO3Z3gILoGpl2CTGv7Tzi8nBzb6mLyAuVBV1hQDXLNwPbBU6l3xuMQBBriw+7LoSKcDSE7siglIiTpS0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579316; 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+BZ2gbbfTcaDFwim0KzUS+iEqvCma4U9zqJyCbLvo=; b=UK1pvl4fEzTuweHgPr3tJyND4cY3dWE/sTDJvTV4fJNpX8drLK+Esz6qQuC+dRCnekHZzGGwCcy51IMqYNICV/Pq/hgWPZDePBYJ0ohHMxCR/xIaIZzeqXFOQ7TjP5UC46r3zHYJMbEr/YPiFHLCwEvtc9PBu/VCLZP9ZHdTOgU= 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+45387+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 1565579316490185.5181170472016; Sun, 11 Aug 2019 20:08:36 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:08:35 -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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:08:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859753" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:08:19 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v4 14/15] MdePkg/UefiRuntimeLib.h: Change the comment Date: Mon, 12 Aug 2019 11:07:57 +0800 Message-Id: <20190812030758.10324-15-zhichao.gao@intel.com> In-Reply-To: <20190812030758.10324-1-zhichao.gao@intel.com> References: <20190812030758.10324-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=1565579316; bh=1Dh/PpTSsxSIu01tt8mYCorNREg0rhdniTf7EYKBviI=; h=Cc:Date:From:Reply-To:Subject:To; b=sYsXHqldGIw+buRJG1rU0CtFDuHPhU7ck0lGcSudXEV6ln3YDu/dVIRYHK1LiJoO957 +Gb3PTWn1tYFsoKE6imgHJrqo8LeFAUsMC7Sth8Jb+WYWnYVoiCveKewqEwXwy2+LgcSL HdCdtD9Z1ScNPobZo6whCHtOa0dxW8PC7x8= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Change the comment of EfiResetSystem base on the UEFI spec 2.8 Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- MdePkg/Include/Library/UefiRuntimeLib.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MdePkg/Include/Library/UefiRuntimeLib.h b/MdePkg/Include/Libra= ry/UefiRuntimeLib.h index 8f13ca275d31..3962347d36bc 100644 --- a/MdePkg/Include/Library/UefiRuntimeLib.h +++ b/MdePkg/Include/Library/UefiRuntimeLib.h @@ -321,10 +321,10 @@ EfiGetNextHighMonotonicCount ( @param DataSizeThe size, in bytes, of ResetData. @param ResetData For a ResetType of EfiResetCold, EfiResetWarm, or Ef= iResetShutdown the data buffer starts with a Null-terminated Unicode string, optionally followed = by additional binary data. The string is a - description that the caller may use to further indic= ate the reason for the system reset. ResetData - is only valid if ResetStatus is something other then= EFI_SUCCESS. This pointer must be a physical - address. For a ResetType of EfiResetPlatformSpecific= the data buffer also starts with a Null-terminated - string that is followed by an EFI_GUID that describe= s the specific type of reset to perform. + description that the caller may use to further indic= ate the reason for the system reset. This + pointer must be a physical address. For a ResetType = of EfiResetPlatformSpecific the data buffer + also starts with a Null-terminated string that is fo= llowed by an EFI_GUID that describes the + specific type of reset to perform. **/ VOID EFIAPI --=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 (#45387): https://edk2.groups.io/g/devel/message/45387 Mute This Topic: https://groups.io/mt/32836908/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 Fri Apr 26 09:30:55 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+45388+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+45388+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565579316; cv=none; d=zoho.com; s=zohoarc; b=F9kXg8Nt80bwEyG8UyK8DYdFv39yvYDeWpm/cxI6HWeF9Knr/5hjen7YEG8b0o31W9mlcRnWWKFp/hJXlO2jRwVP+o4eLZdmQc8vBh7JuE4XlCAZvXhvNbgSW9EXBqyVVMEjS4VZCO9lZ1WgkhskF41RM16gS8khKUm3Q9KcCiI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565579316; 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=76dpzT62hn0jV9SxvikV+RaNuEI13ud55AAGTFI0mgs=; b=l7+c3kDtgHmH0peRn7Pi/T/JuF2o6XTQ3S5PvOlFKbvI0ke3BcjL42kWnxdqBMkRyVOG4eXvCjnURAfy2gMXz1jHxnVRVo37lCvj5Ls5fFRn3GhFjrNc4YhbKj4GayTOjW38M1eoZEHr9RsOEfS3NLvNwyGJwd1Hp9RKm9p5vMs= 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+45388+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 1565579316683647.1422844547171; Sun, 11 Aug 2019 20:08:36 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 20:08:35 -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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:08:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="193859757" X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Aug 2019 20:08:20 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v4 15/15] MdePkg/UefiRuntimeLib: Change the comment Date: Mon, 12 Aug 2019 11:07:58 +0800 Message-Id: <20190812030758.10324-16-zhichao.gao@intel.com> In-Reply-To: <20190812030758.10324-1-zhichao.gao@intel.com> References: <20190812030758.10324-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=1565579316; bh=rqz3Es+B5zIC0OU0Wg9TWsR69MleGN/XuCE+dlc3IMg=; h=Cc:Date:From:Reply-To:Subject:To; b=KVFphVkgwpnypPxvfTENviZJwP+g95I+BLeXqbV7XbWKq5CyjvFCf1XgGuQnA8mJIe3 hKcqjKSyi9/sDQXmkoQuMjfXQe+cC8fyg+iho/N7Kr/LXFhDlelaQZWUJ6MiHMzgjsdo5 qtKThfkjm7CZ3hxwtjWMjGDM6eHlfMch0zo= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Change the comment of EfiResetSystem base on the UEFI spec 2.8 Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- MdePkg/Library/UefiRuntimeLib/RuntimeLib.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MdePkg/Library/UefiRuntimeLib/RuntimeLib.c b/MdePkg/Library/Ue= fiRuntimeLib/RuntimeLib.c index 933e0099ceed..28cbf493b665 100644 --- a/MdePkg/Library/UefiRuntimeLib/RuntimeLib.c +++ b/MdePkg/Library/UefiRuntimeLib/RuntimeLib.c @@ -218,10 +218,10 @@ EfiGoneVirtual ( @param DataSizeThe size, in bytes, of ResetData. @param ResetData For a ResetType of EfiResetCold, EfiResetWarm, or Ef= iResetShutdown the data buffer starts with a Null-terminated Unicode string, optionally followed = by additional binary data. The string is a - description that the caller may use to further indic= ate the reason for the system reset. ResetData - is only valid if ResetStatus is something other then= EFI_SUCCESS. This pointer must be a physical - address. For a ResetType of EfiRestUpdate the data b= uffer also starts with a Null-terminated string - that is followed by a physical VOID * to an EFI_CAPS= ULE_HEADER. + description that the caller may use to further indic= ate the reason for the system reset. This + pointer must be a physical address. For a ResetType = of EfiResetPlatformSpecific the data buffer + also starts with a Null-terminated string that is fo= llowed by an EFI_GUID that describes the + specific type of reset to perform. =20 **/ VOID --=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 (#45388): https://edk2.groups.io/g/devel/message/45388 Mute This Topic: https://groups.io/mt/32836909/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-