From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.151; helo=mga17.intel.com; envelope-from=benjamin.you@intel.com; receiver=edk2-devel@lists.01.org Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (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 DFEF9211DCD90 for ; Thu, 14 Mar 2019 01:46:08 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Mar 2019 01:46:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,477,1544515200"; d="scan'208,217";a="141943040" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 14 Mar 2019 01:46:06 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 14 Mar 2019 01:46:06 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 14 Mar 2019 01:46:05 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.134]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.113]) with mapi id 14.03.0415.000; Thu, 14 Mar 2019 16:46:03 +0800 From: "You, Benjamin" To: "edk2-devel@lists.01.org" Thread-Topic: [edk2] [staging/PRMCaseStudy]: Creating a new feature branch "PRMCaseStudy" Thread-Index: AdTaQgm7EWJytin1TvOnH0uJ9Dl/lQ== Date: Thu, 14 Mar 2019 08:46:03 +0000 Message-ID: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjI5OThiODItNTljYS00NDM3LWI3MjUtMWE1ZjBiZWY1YjI3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQllPcmdGRytDazFEQXB2RitQeGQxY1dxN3dwZ1NEQ3B0cDdNM09KMGZUVFpOVThFMjYxTU5GMkNzMVNSXC81cGYifQ== dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: [staging/PRMCaseStudy]: Creating a new feature branch "PRMCaseStudy" X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Mar 2019 08:46:09 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, A new feature branch "PRMCaseStudy" is being created in edk2-staging. Platform Runtime Mechanism (PRM) is an architecture for ACPI codes to call = into UEFI BIOS's Runtime Services at OS runtime. Traditionally, ACPI codes = call into BIOS through the invocation of Software SMIs. When applicable, PR= M provides an alternative for ACPI codes to invoke UEFI Runtime Services, w= hich runs in OS kernel space, without invoking SMM. This package contains proof-of-concept codes that implement the ideas of PR= M. Resources: - PRM introduction: https://www.opencompute.org/events/past-summits (Please= search for "UEFI Implementation Intel(r) Xeon Based OCP Platform" in the w= ebpage, which lists pointers to video and presentation that introduce the c= oncept of PRM) - TianoCore: http://www.tianocore.org - UEFI Forum: https://uefi.org/ Thanks, - ben