From nobody Mon May 6 23:54:26 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+40507+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+40507+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1557756558; cv=none; d=zoho.com; s=zohoarc; b=jA3GRgnvYlY0+GrGGklC0PTajDjm/OuVTAB4y4x5HjuTGCT/ut5btiVo2PoP9DV22H6gH/imfUghwrj4/M6dPvRlNtn3VllijPXC4i8wZun/fbCHXVAtXp2r3HxI83hhR02LEHETT1IIfetoiNmoQB3RxKRkNbPXhmnob64IzTQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557756558; h=Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=SV9iwvYBz3bLaFQK4wAhP6OrUVee8Y1DTCsWCZEwSzI=; b=kqmfkwb3skeWeFeP4ncoRplSBhD9ZDhfxeovU6/7wwekOtrUzrznUzXWIc/kfZw2+dJfBBOkzSKuhYR+3i7X1rekpOjwEP3bGx0MQ/qmLpQoCWjX1kgh8uLetsDuXpX+OwiwyCDU+IQJFTYPVXGDVuMhL0VZAVnV5TZrLkL4zlk= 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+40507+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 1557756558593585.2856648204395; Mon, 13 May 2019 07:09:18 -0700 (PDT) Return-Path: X-Received: from mga17.intel.com (mga17.intel.com []) by groups.io with SMTP; Mon, 13 May 2019 07:09:17 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 May 2019 07:09:16 -0700 X-ExtLoop1: 1 X-Received: from lgao4-mobl1.ccr.corp.intel.com ([10.249.171.87]) by orsmga001.jf.intel.com with ESMTP; 13 May 2019 07:09:16 -0700 From: "Liming Gao" To: devel@edk2.groups.io Subject: [edk2-devel] [edk2-platforms][ 1/3] Update Platform/Intel/Readme.md to specify master instead of devel-MinPlatform branch Date: Mon, 13 May 2019 22:09:08 +0800 Message-Id: <20190513140910.17452-2-liming.gao@intel.com> In-Reply-To: <20190513140910.17452-1-liming.gao@intel.com> References: <20190513140910.17452-1-liming.gao@intel.com> 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,liming.gao@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1557756557; bh=aIj9GU99G4UafIZ8056oX0kVwC0D4o5Fa9UUzbg+EFY=; h=Date:From:Reply-To:Subject:To; b=aKlDYa+ITZ5uCwYf4R6/upmzo3y/smJpe15d1VQWnNeGy+UFeScoYUVg1vqg8o5CUlY JjGPEOCW6MoDmxpdLlXrxlf/F7+7ZqwLSYMVPwtcNq11JnixJVXKBg6NI9e5BQSiXh6qD KLsvDT5Yc787Zz9yskCT4YW0X991YIgxV/Q= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Liming Gao Reviewed-by: Michael Kubacki --- Platform/Intel/Readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md index fbf735173f..1da5d0ad29 100644 --- a/Platform/Intel/Readme.md +++ b/Platform/Intel/Readme.md @@ -8,7 +8,7 @@ Package maintainers for the Minimum Platform projects are l= isted in Maintainers. ## Overview The key elements of the architecture are organized into a staged boot appr= oach where each stage has requirements and functionality for specific use cases. The generic control flow through the= boot process is implemented in the -[`MinPlatformPkg`](https://github.com/tianocore/edk2-platforms/tree/devel-= MinPlatform/Platform/Intel/MinPlatformPkg). +[`MinPlatformPkg`](https://github.com/tianocore/edk2-platforms/tree/master= /Platform/Intel/MinPlatformPkg). The generic nature of the tasks performed in MinPlatformPkg lends to reuse= across all Intel platforms with no source modification. Details for any particular board are made accessible = to the MinPlatformPkg through a well-defined statically linked board API. A complete platform solution then consists of= the MinPlatformPkg and a compatible board @@ -16,13 +16,13 @@ package. =20 ## Board Naming Convention The board packages supported by Intel follow the naming convention \= OpenBoardPkg where xxx refers to the -encompassing platform name for a particular platform generation. For examp= le, the [`KabylakeOpenBoardPkg`](https://github.com/tianocore/edk2-platform= s/tree/devel-MinPlatform/Platform/Intel/KabylakeOpenBoardPkg) contains the +encompassing platform name for a particular platform generation. For examp= le, the [`KabylakeOpenBoardPkg`](https://github.com/tianocore/edk2-platform= s/tree/master/Platform/Intel/KabylakeOpenBoardPkg) contains the board code for Intel Kaby Lake reference systems. Intel uses the moniker "= OpenBoardPkg" to indicate that this package is the open source board code. A closed source counterpart may exist which= simply uses "BoardPkg". Both directly use the MinPlatformPkg from edk2-platforms. =20 ## Stage Selection -Stage selection is controlled via the PCD `gMinPlatformPkgTokenSpaceGuid.P= cdBootStage` in [`MinPlatformPkg.dec`](https://github.com/tianocore/edk2-pl= atforms/blob/devel-MinPlatform/Platform/Intel/MinPlatformPkg/MinPlatformPkg= .dec). +Stage selection is controlled via the PCD `gMinPlatformPkgTokenSpaceGuid.P= cdBootStage` in [`MinPlatformPkg.dec`](https://github.com/tianocore/edk2-pl= atforms/tree/master/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec). The stage should be configured in the board package DSC file to the approp= riate value. For example, a board may disable all advanced features by setting this value to 4 instead of 6. This may be= used to improve boot time for a particular use case. Decrementing the stage can also be used for debug since only the= actions required for that stage objective @@ -46,8 +46,8 @@ A UEFI firmware implementation using MinPlatformPkg is co= nstructed using the fol |------------------------------------| | [EDK II](https://github.com/tianocore/edk2) = | | [Intel(r) FSP](https://github.com/IntelFsp/FSP) = | -| [Minimum Platform (`MinPlatformPkg`)](https://github.com/tianocore/edk2-= platforms/tree/devel-MinPlatform/Platform/Intel/MinPlatformPkg) = | -| [Board Support (\OpenBoardPkg)](https://github.com/tianocore/edk2-= platforms/tree/devel-MinPlatform/Platform/Intel) | +| [Minimum Platform (`MinPlatformPkg`)](https://github.com/tianocore/edk2-= platforms/tree/master/Platform/Intel/MinPlatformPkg) = | +| [Board Support (\OpenBoardPkg)](https://github.com/tianocore/edk2-= platforms/tree/master/Platform/Intel) | =20 =20 ## Board Support @@ -95,7 +95,7 @@ return back to the minimum platform caller. * ``git clone https://github.com/tianocore/edk2.git`` =20 * edk2-platforms repository - * ``git clone https://github.com/tianocore/edk2-platforms.git -b devel-M= inPlatform`` + * ``git clone https://github.com/tianocore/edk2-platforms.git`` =20 * edk2-non-osi repository * ``git clone https://github.com/tianocore/edk2-non-osi.git -b devel-Min= Platform`` --=20 2.13.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 (#40507): https://edk2.groups.io/g/devel/message/40507 Mute This Topic: https://groups.io/mt/31607433/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 Mon May 6 23:54:26 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+40508+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+40508+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1557756559; cv=none; d=zoho.com; s=zohoarc; b=bNrhyyrxGKAeozVQYJsLegFfURbMKXnrsoSczNmI1tXTzdsAxDIUTCr31UwULryxPQHuPEasvzAR5bS/FDsl1Vrmz4dVY5iFC0kluTfVbzIh6sEKxmo2H9iPgqJiaRV9GhGxe8/oPCfnktH3cJ3tsOa2C9Gb0Zgo5Fs+odwBZ9o= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557756559; h=Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=upj7lZpHsC+BNsfBb8TqlAO/klA6cB9/BAyO27CE+vE=; b=ibH4v/xLemDQMeN3GA2KtWsovVUTWEX4xBv1bFmM+I2EReLPQ2CgkBa3iYGr1kKVs8f1ZxTZTYi0PAWu3Iclc4KVUBHuUn0KLNtiFnx3dgBGg2TofCrpxQSTMhmqcAK/VKR+d9vAnOsnsf6obFFPh2F5gto5l+gF7qA/qlePiWU= 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+40508+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 1557756559447361.50368494533234; Mon, 13 May 2019 07:09:19 -0700 (PDT) Return-Path: X-Received: from mga17.intel.com (mga17.intel.com []) by groups.io with SMTP; Mon, 13 May 2019 07:09:18 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 May 2019 07:09:18 -0700 X-ExtLoop1: 1 X-Received: from lgao4-mobl1.ccr.corp.intel.com ([10.249.171.87]) by orsmga001.jf.intel.com with ESMTP; 13 May 2019 07:09:17 -0700 From: "Liming Gao" To: devel@edk2.groups.io Subject: [edk2-devel] [edk2-platforms][ 2/3] Merge Maintainers.txt in Platform\Intel and Silicon\Intel to root directory Date: Mon, 13 May 2019 22:09:09 +0800 Message-Id: <20190513140910.17452-3-liming.gao@intel.com> In-Reply-To: <20190513140910.17452-1-liming.gao@intel.com> References: <20190513140910.17452-1-liming.gao@intel.com> 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,liming.gao@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1557756558; bh=VO44foKlflLLoNRgO6PR7GhgKF3GHqFxB9EuNUCotgk=; h=Date:From:Reply-To:Subject:To; b=LkJ0wDW6qATbatmdYg0Ev77bbG0X4icBjr4UBz2qgCk9rWoOfqdIfTqKA8Vt69IEGsF ZM+7SejWN9b4A1HY/KZAb24BewuwSh25kTre/po+eXFv8pC8Gvb5r0xt/Y41ScgAwxoT4 GoTaQ9xHumAspRecn1rA7GyaFfmHh39YEuw= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Liming Gao Reviewed-by: Michael Kubacki --- Maintainers.txt | 41 +++++++++++++++++++++++++++++ Platform/Intel/Maintainers.txt | 60 --------------------------------------= ---- Silicon/Intel/Maintainers.txt | 58 --------------------------------------= -- 3 files changed, 41 insertions(+), 118 deletions(-) delete mode 100644 Platform/Intel/Maintainers.txt delete mode 100644 Silicon/Intel/Maintainers.txt diff --git a/Maintainers.txt b/Maintainers.txt index 6477591e68..324bd0ab92 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -43,7 +43,48 @@ M: Ard Biesheuvel M: Leif Lindholm M: Michael D Kinney =20 +Platform/Intel/AdvancedFeaturePkg +M: Michael Kubacki +M: Sai Chaganty + +Platform/Intel/ClevoOpenBoardPkg +M: Michael Kubacki +M: Ankit Sinha +R: Nate DeSimone + +Platform/Intel/KabylakeOpenBoardPkg +M: Chasel Chiu +M: Michael Kubacki + +Platform/Intel/MinPlatformPkg +M: Michael Kubacki +R: Chasel Chiu + +Platform/Intel/PurleyOpenBoardPkg +M: Shifei A Lu +M: Xiaohu Zhou +M: Isaac W Oram + Silicon M: Ard Biesheuvel M: Leif Lindholm M: Michael D Kinney + +Silicon/Intel/KabylakeSiliconPkg +M: Chasel Chiu +M: Michael A Kubacki + +Silicon/Intel/LewisburgPkg +M: Piwko, Maciej +M: Bu, Daocheng +M: Oram, Isaac W + +Silicon/Intel/PurleyRcPkg +M: Gillispie, Thad +M: Bu, Daocheng +M: Oram, Isaac W + +Silicon/Intel/PurleySktPkg +M: Gillispie, Thad +M: Bu, Daocheng +M: Oram, Isaac W diff --git a/Platform/Intel/Maintainers.txt b/Platform/Intel/Maintainers.txt deleted file mode 100644 index 0004f6a829..0000000000 --- a/Platform/Intel/Maintainers.txt +++ /dev/null @@ -1,60 +0,0 @@ -EDK II Maintainers -=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D - -This file provides information about the primary maintainers for -EDK II. - -In general, you should not privately email the maintainer. You should -email the edk2-devel list, but you can also Cc the maintainer. - -Descriptions of section entries: - - L: Mailing list that is relevant to this area (default is edk2-devel) - Patches and questions should be sent to the email list. - M: Cc address for patches and questions (ie, the package maintainer) - W: Web-page with status/info - T: SCM tree type and location. Type is one of: git, svn. - S: Status, one of the following: - Supported: Someone is actually paid to look after this. - Maintained: Someone actually looks after it. - Odd Fixes: It has a maintainer but they don't have time to do - much other than throw the odd patch in. See below. - Orphan: No current maintainer [but maybe you could take the - role as you write your new code]. - Obsolete: Old code. Something tagged obsolete generally means - it has been replaced by a better system and you - should be using that. - -EDK II ------- -W: http://www.tianocore.org/edk2/ -L: https://lists.sourceforge.net/lists/listinfo/edk2-devel -T: git - https://github.com/tianocore/edk2-platforms.git - -Responsible Disclosure, Reporting Security Issues -------------------------------------------------- -W: https://github.com/tianocore/tianocore.github.io/wiki/Security - -EDK II Packages: ----------------- -AdvancedFeaturePkg -M: Michael Kubacki -M: Sai Chaganty - -ClevoOpenBoardPkg -M: Michael Kubacki -M: Ankit Sinha -R: Nate DeSimone - -KabylakeOpenBoardPkg -M: Chasel Chiu -M: Michael Kubacki - -MinPlatformPkg -M: Michael Kubacki -R: Chasel Chiu - -PurleyOpenBoardPkg -M: Shifei A Lu -M: Xiaohu Zhou -M: Isaac W Oram diff --git a/Silicon/Intel/Maintainers.txt b/Silicon/Intel/Maintainers.txt deleted file mode 100644 index 8fa53c9008..0000000000 --- a/Silicon/Intel/Maintainers.txt +++ /dev/null @@ -1,58 +0,0 @@ -EDK II Maintainers -=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D - -This file provides information about the primary maintainers for -EDK II. - -In general, you should not privately email the maintainer. You should -email the edk2-devel list, but you can also Cc the maintainer. - -Descriptions of section entries: - - L: Mailing list that is relevant to this area (default is edk2-devel) - Patches and questions should be sent to the email list. - M: Cc address for patches and questions (ie, the package maintainer) - W: Web-page with status/info - T: SCM tree type and location. Type is one of: git, svn. - S: Status, one of the following: - Supported: Someone is actually paid to look after this. - Maintained: Someone actually looks after it. - Odd Fixes: It has a maintainer but they don't have time to do - much other than throw the odd patch in. See below. - Orphan: No current maintainer [but maybe you could take the - role as you write your new code]. - Obsolete: Old code. Something tagged obsolete generally means - it has been replaced by a better system and you - should be using that. - -EDK II ------- -W: http://www.tianocore.org/edk2/ -L: https://lists.sourceforge.net/lists/listinfo/edk2-devel -T: git - https://github.com/tianocore/edk2-platforms.git - -Responsible Disclosure, Reporting Security Issues -------------------------------------------------- -W: https://github.com/tianocore/tianocore.github.io/wiki/Security - -EDK II Packages: ----------------- -KabylakeSiliconPkg -M: Chasel Chiu -M: Michael A Kubacki - -LewisburgPkg -M: Piwko, Maciej -M: Bu, Daocheng -M: Oram, Isaac W - -PurleyRcPkg -M: Gillispie, Thad -M: Bu, Daocheng -M: Oram, Isaac W - -PurleySktPkg -M: Gillispie, Thad -M: Bu, Daocheng -M: Oram, Isaac W - --=20 2.13.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 (#40508): https://edk2.groups.io/g/devel/message/40508 Mute This Topic: https://groups.io/mt/31607434/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 Mon May 6 23:54:26 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+40509+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+40509+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1557756560; cv=none; d=zoho.com; s=zohoarc; b=MumEWgk06P2l0pg6pezFEq4jADSYqKnL0zshj2gGXjy6OSefdyWDQbquKGLkDMLaFFsYc6gzuHWA2xttqPaETER6h7kGCv5O4AuA8tW49DOa7O+NEqVFD8OZVjkYi5AW1DR868VOf5kKy5LIBD6HVSTEcboE45lM241D2eklm6E= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557756560; h=Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=3XJc2mvsR/I99RspOo1Q/Pk16iHWds3jVOPXMGgJlh8=; b=ZYSAVfKcSdOOgBd4Cn/Uh2f0fpJldXNLGKN/rQRX6ueUMgDTKe7XhShmrTSZMERLzIBvjp78GUtYxI1pSxEWCeZfFi18jYRyuRY9E4HrIaDeVPiGoOVtA/lowB7nvsAZRC32xP7sAdidVFhZHIEQv4zWigjcwS4iLoVF955rXIw= 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+40509+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 1557756560191494.9586571035313; Mon, 13 May 2019 07:09:20 -0700 (PDT) Return-Path: X-Received: from mga17.intel.com (mga17.intel.com []) by groups.io with SMTP; Mon, 13 May 2019 07:09:19 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 May 2019 07:09:19 -0700 X-ExtLoop1: 1 X-Received: from lgao4-mobl1.ccr.corp.intel.com ([10.249.171.87]) by orsmga001.jf.intel.com with ESMTP; 13 May 2019 07:09:18 -0700 From: "Liming Gao" To: devel@edk2.groups.io Subject: [edk2-devel] [edk2-platforms][ 3/3] Update Readme.md to list Intel MinPlatform systems Date: Mon, 13 May 2019 22:09:10 +0800 Message-Id: <20190513140910.17452-4-liming.gao@intel.com> In-Reply-To: <20190513140910.17452-1-liming.gao@intel.com> References: <20190513140910.17452-1-liming.gao@intel.com> 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,liming.gao@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1557756559; bh=m5ACLffc58Ybcj0FH/MjwpNJH1gIp0UspcEw2hp6sMs=; h=Date:From:Reply-To:Subject:To; b=v3jk2xioOpIy3lCQnPmit3RgwPMU2WP8HGL8Oge46xlkOb1xgL72FxhPAFSZKH6Ns35 s0B6EpcNOojscxVTq8+m3+teJD34RDsq+BKyRLEC48GQldzgb+axFrEFXWffrS27UU39T GoXK5LAxUCCRbjzoYIUmVaxAvymOsUd7XLE= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Liming Gao --- Readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Readme.md b/Readme.md index 95c0c14522..0d1b6f3ed6 100644 --- a/Readme.md +++ b/Readme.md @@ -223,6 +223,17 @@ they will be documented with the platform. ## Socionext * [SynQuacer](Platform/Socionext/DeveloperBox) =20 +## [MinPlatform](Platform/Intel/Readme.md) + +## Intel(R) Kaby Lake systems +* [Kabylake](Platform/Intel/KabylakeOpenBoardPkg) + +## Intel(R) Purley systems +* [Purley](Platform/Intel/PurleyOpenBoardPkg) + +## Intel(R) Clevo systems +* [Clevo](Platform/Intel/ClevoOpenBoardPkg) + # Maintainers =20 See [Maintainers.txt](Maintainers.txt). --=20 2.13.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 (#40509): https://edk2.groups.io/g/devel/message/40509 Mute This Topic: https://groups.io/mt/31607436/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-