From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 0C3E02195408B for ; Mon, 24 Apr 2017 18:42:26 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Apr 2017 18:42:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,247,1488873600"; d="scan'208";a="93705857" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga006.fm.intel.com with ESMTP; 24 Apr 2017 18:42:24 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 24 Apr 2017 18:42:24 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 24 Apr 2017 18:42:24 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.246]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.224]) with mapi id 14.03.0319.002; Tue, 25 Apr 2017 09:42:20 +0800 From: "Gao, Liming" To: "Yao, Jiewen" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH V2 0/4] Add SmmIoLib Thread-Index: AQHSvQUwVCNJ+Dph1kO7gckx7qx9c6HVUEmg Date: Tue, 25 Apr 2017 01:42:20 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D7237C3@shsmsx102.ccr.corp.intel.com> References: <1493043286-19452-1-git-send-email-jiewen.yao@intel.com> In-Reply-To: <1493043286-19452-1-git-send-email-jiewen.yao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH V2 0/4] Add SmmIoLib X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2017 01:42:26 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >Jiewen Yao >Sent: Monday, April 24, 2017 10:15 PM >To: edk2-devel@lists.01.org >Subject: [edk2] [PATCH V2 0/4] Add SmmIoLib > >=3D=3D=3D=3D V2 =3D=3D=3D=3D >Remove ASSERT(FALSE). (From Jeff Fan) > >=3D=3D=3D=3D V1 =3D=3D=3D=3D > >This patch series add SmmIoLib. >It is the first part of bugzillar 491. >https://bugzilla.tianocore.org/show_bug.cgi?id=3D491 >Move generic function - OpalIsValidMmioSpace from OPAL >driver to library. > >This SmmIoLib is similar to SmmMemLib. > >The second part of bugzillar 491 is to update consumer >SecurityPkg/Tcg/Opal/OpalPasswordSmm. It will be >handled in future patch series. > >Jiewen Yao (4): > MdePkg/SmmIoLib: Add header file. > MdePkg/SmmIoLib: Add sample instance. > MdePkg/dec: Add SmmIoLib. > MdePkg/dsc: add SmmIoLib > > MdePkg/Include/Library/SmmIoLib.h | 42 +++ > MdePkg/Library/SmmIoLib/SmmIoLib.c | 330 ++++++++++++++++++++ > MdePkg/Library/SmmIoLib/SmmIoLib.inf | 53 ++++ > MdePkg/Library/SmmIoLib/SmmIoLib.uni | 23 ++ > MdePkg/MdePkg.dec | 4 + > MdePkg/MdePkg.dsc | 1 + > 6 files changed, 453 insertions(+) > create mode 100644 MdePkg/Include/Library/SmmIoLib.h > create mode 100644 MdePkg/Library/SmmIoLib/SmmIoLib.c > create mode 100644 MdePkg/Library/SmmIoLib/SmmIoLib.inf > create mode 100644 MdePkg/Library/SmmIoLib/SmmIoLib.uni > >-- >2.7.4.windows.1 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel