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.100, mailfrom: chasel.chiu@intel.com) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by groups.io with SMTP; Sun, 22 Sep 2019 17:49:46 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Sep 2019 17:49:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,538,1559545200"; d="scan'208";a="195219044" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by FMSMGA003.fm.intel.com with ESMTP; 22 Sep 2019 17:49:42 -0700 Received: from pgsmsx112.gar.corp.intel.com ([169.254.3.2]) by KMSMSX151.gar.corp.intel.com ([169.254.10.225]) with mapi id 14.03.0439.000; Mon, 23 Sep 2019 08:49:43 +0800 From: "Chiu, Chasel" To: "devel@edk2.groups.io" , "Kubacki, Michael A" CC: "Desimone, Nathaniel L" , "Sinha, Ankit" , Jeremy Soller Subject: Re: [edk2-devel] [edk2-platforms][PATCH V1 03/12] ClevoOpenBoardPkg: Remove global files and references Thread-Topic: [edk2-devel] [edk2-platforms][PATCH V1 03/12] ClevoOpenBoardPkg: Remove global files and references Thread-Index: AQHVb+L1dQWrpLkS7kyjE/TX+WzV7qc4ca7Q Date: Mon, 23 Sep 2019 00:49:42 +0000 Message-ID: <3C3EFB470A303B4AB093197B6777CCEC504DBAEB@PGSMSX112.gar.corp.intel.com> References: <20190920184030.6148-1-michael.a.kubacki@intel.com> <20190920184030.6148-4-michael.a.kubacki@intel.com> In-Reply-To: <20190920184030.6148-4-michael.a.kubacki@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2QxYWJjNTAtNGQ2YS00NzVmLWI1ZGYtMjJhZWRmN2ZkNWEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNjhuVjVnQ0U4YXF6VVZUVDNjclwvMDFQVDdrSU5IWHBWXC9UMERnblFYV0t3Nnk2dVZjWUNyOVwvaFJqaWo3dkRBTCJ9 x-ctpclassification: CTP_NT x-originating-ip: [172.30.20.205] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Chasel Chiu > -----Original Message----- > From: devel@edk2.groups.io On Behalf Of Kubacki, > Michael A > Sent: Saturday, September 21, 2019 2:40 AM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Sinha, Ankit ; > Jeremy Soller > Subject: [edk2-devel] [edk2-platforms][PATCH V1 03/12] ClevoOpenBoardPkg= : > Remove global files and references >=20 > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2207 >=20 > Remove references to ClevoOpenBoardPkg external to the package since the > package is now removed. >=20 > Cc: Chasel Chiu > Cc: Nate DeSimone > Cc: Ankit Sinha > Cc: Jeremy Soller > Signed-off-by: Michael Kubacki > --- > Maintainers.txt | 5 ----- > Platform/Intel/Readme.md | 18 ------------------ > Readme.md | 1 - > 3 files changed, 24 deletions(-) >=20 > diff --git a/Maintainers.txt b/Maintainers.txt index c04cc23680..a30ee2f= 602 > 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -82,11 +82,6 @@ Platform/Intel/UserInterfaceFeaturePkg > M: Dandan Bi > R: Liming Gao >=20 > -Platform/Intel/ClevoOpenBoardPkg > -M: Michael Kubacki > -M: Ankit Sinha > -M: Nate DeSimone > - > Platform/Intel/KabylakeOpenBoardPkg > M: Chasel Chiu > M: Michael Kubacki diff --git > a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md index > 2575d4ec52..6a9b1d2e00 100644 > --- a/Platform/Intel/Readme.md > +++ b/Platform/Intel/Readme.md > @@ -53,7 +53,6 @@ A UEFI firmware implementation using MinPlatformPkg > is constructed using the fol >=20 >=20 > ## Board Support > -* The `ClevoOpenBoardPkg` contains board implementations for Clevo > systems. > * The `KabylakeOpenBoardPkg` contains board implementations for Kaby > Lake systems. > * The `PurleyOpenBoardPkg` contains board implementations for Purley > systems. > * The `SimicsOpenBoardPkg` contains board implementations for the Simic= s > hardware simulator. > @@ -84,15 +83,6 @@ A UEFI firmware implementation using > MinPlatformPkg is constructed using the fol > ----------------------------------------|-------------------------------= -------------|------------------- > -----------|--------------------| > | Simics Quick Start Package | Nehalem > | SimicsOpenBoardPkg | BoardX58Ich10 | >=20 > -#### System 76 > - > -***Galago Pro Laptop*** > - > -| Machine Name | Supported Chipsets > | BoardPkg | Board Name | > -----------------------------------------|------------------------------= --------------|------------------ > ------------|--------------------| > -| galp2 (Clevo N130BU) | Kaby Lake > | ClevoOpenBoardPkg | N1xxWU | > -| galp3 & galp3-b (Clevo N1xxWU series) | Kaby Lake Refresh > | ClevoOpenBoardPkg | N1xxWU | > - > ## Board Package Organization > The board package follows the standard EDK II package structure with th= e > following additional elements and guidelines: > * Only code usable across more than one board at the root level. > @@ -226,11 +216,6 @@ return back to the minimum platform caller. > | | |------build_bios.py: Main build script. > Generic pre-build, build, > | | | post-build, and > clean functions. > | | | > - | | |------ClevoOpenBoardPkg > - | | | |------N1xxWU > - | | | |---build_config.cfg: > N1xxWU specific build > - | | | > settings environment variables. > - | | | > | | |------KabylakeOpenBoardPkg > | | | |------KabylakeRvp3 > | | | |---build_config.cfg: > KabylakeRvp3 specific > @@ -277,9 +262,6 @@ errors. >=20 > ### **Known limitations** >=20 > -**ClevoOpenBoardPkg** > -1. The firmware project has not been tested on the Galago Pro 3B. > - > **KabylakeOpenBoardPkg** > 1. This firmware project has only been tested for Microsoft Windows 10 = x64 > boot with AHCI mode and Integrated Graphic > Device. > diff --git a/Readme.md b/Readme.md > index e4f211eee6..efdbe8523f 100644 > --- a/Readme.md > +++ b/Readme.md > @@ -225,7 +225,6 @@ they will be documented with the platform. >=20 > ## Intel > ### [Minimum Platforms](Platform/Intel/Readme.md) > -* [Clevo](Platform/Intel/ClevoOpenBoardPkg) > * [Kaby Lake](Platform/Intel/KabylakeOpenBoardPkg) > * [Purley](Platform/Intel/PurleyOpenBoardPkg) > * [Whiskey Lake](Platform/Intel/WhiskeylakeOpenBoardPkg) > -- > 2.16.2.windows.1 >=20 >=20 >=20