From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: michael.a.kubacki@intel.com) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by groups.io with SMTP; Mon, 15 Apr 2019 19:00:44 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Apr 2019 19:00:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,355,1549958400"; d="scan'208";a="161890913" Received: from orsmsx110.amr.corp.intel.com ([10.22.240.8]) by fmsmga002.fm.intel.com with ESMTP; 15 Apr 2019 19:00:42 -0700 Received: from orsmsx114.amr.corp.intel.com (10.22.240.10) by ORSMSX110.amr.corp.intel.com (10.22.240.8) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 15 Apr 2019 19:00:42 -0700 Received: from orsmsx122.amr.corp.intel.com ([169.254.11.68]) by ORSMSX114.amr.corp.intel.com ([169.254.8.50]) with mapi id 14.03.0415.000; Mon, 15 Apr 2019 19:00:42 -0700 From: "Kubacki, Michael A" To: "devel@edk2.groups.io" , "Gao, Zhichao" CC: "Piwko, Maciej" , "Piwko, Maciej" , "Bu, Daocheng" , "Oram, Isaac W" , "Chiu, Chasel" , "Gao, Liming" Subject: Re: [edk2-devel] [edk2-platforms/devel-MinPlatform][PATCH 0/5] Add a new API ResetSystem for ResetSystemLib instances Thread-Topic: [edk2-devel] [edk2-platforms/devel-MinPlatform][PATCH 0/5] Add a new API ResetSystem for ResetSystemLib instances Thread-Index: AQHU8zhrh3vDAN7zfkW3GW0KromxqqY+CYBw Date: Tue, 16 Apr 2019 02:00:41 +0000 Message-ID: <49AB4ACB9627B8468F29D589A27B7455888C15C6@ORSMSX122.amr.corp.intel.com> References: <20190415030739.14328-1-zhichao.gao@intel.com> In-Reply-To: <20190415030739.14328-1-zhichao.gao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmI1YzY5NjUtY2YyYi00NDk4LThjOWUtNWUxOTY4ZTdlMjdiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidlhOdXY1RUhBelwvbER2dGlCY0p2ZmFIOTcwY0NnSG5CSzB0QTBjSUVGSzJCZ01rd2hEcGpEbWNwaVZkVHg1RmUifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Return-Path: michael.a.kubacki@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Kubacki > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Ga= o, > Zhichao > Sent: Sunday, April 14, 2019 8:08 PM > To: devel@edk2.groups.io > Cc: Piwko; Piwko, Maciej ; Bu; Bu, Daocheng > ; Oram; Oram, Isaac W ; > Chiu, Chasel ; Kubacki, Michael A > ; Gao, Liming > Subject: [edk2-devel] [edk2-platforms/devel-MinPlatform][PATCH 0/5] Add = a > new API ResetSystem for ResetSystemLib instances >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1460 >=20 > Add a new API ResetSystem to this ResetSystemLib instance. > It only adds the basic functions from ResetSystemRuntimeDxe. > Lacking of this interface may cause link error, if some drivers use this= new API > and link to this library instance. > Make the ResetPlatformSpecific's parameters same with the interface in E= dk2 > repo. > Notes: > This library API only provide a basic function of reset. If the consumer= s want full > functions, they should use the instance in the MdeModulePkg and make sur= e > the depex driver is dispatched. >=20 > Cc: Piwko, Maciej > Cc: Bu, Daocheng > Cc: Oram, Isaac W > Cc: Chasel Chiu > Cc: Michael A Kubacki > Cc: Liming Gao >=20 > Zhichao Gao (5): > KabylakeSiliconPkg/BaseResetSystemLib: Add a new API ResetSystem > KabylakeSiliconPkg/DxeResetSystemLib: Add a new API ResetSystem > LewisburgPkg/DxeRuntimeResetSystemLib: Add a new API ResetSystem > KabylakeSiliconPkg/PeiResetSystemLib: Add a new API ResetSystem > KabylakeSiliconPkg/DxeRuntimeResetSystemLib: Add a new API ResetSystem >=20 > .../BaseResetSystemLib/BaseResetSystemLib.c | 47 +++++++++++++++++-- > .../DxeResetSystemLib/DxeResetSystemLib.c | 47 +++++++++++++++++-- > .../DxeRuntimeResetSystemLib.c | 47 +++++++++++++++++-- > .../Pch/Library/PeiPchResetLib/PchReset.c | 7 ++- > .../PeiResetSystemLib/PeiResetSystemLib.c | 47 +++++++++++++++++-- > .../DxeRuntimeResetSystemLib/PchReset.c | 47 +++++++++++++++++-- > 6 files changed, 223 insertions(+), 19 deletions(-) >=20 > -- > 2.21.0.windows.1 >=20 >=20 >=20