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; Fri, 20 Sep 2019 11:40:46 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2019 11:40:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,529,1559545200"; d="scan'208";a="362925216" Received: from makuback-desk1.amr.corp.intel.com ([10.7.159.162]) by orsmga005.jf.intel.com with ESMTP; 20 Sep 2019 11:40:45 -0700 From: "Kubacki, Michael A" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Ankit Sinha , Jeremy Soller Subject: [edk2-platforms][PATCH V1 03/12] ClevoOpenBoardPkg: Remove global files and references Date: Fri, 20 Sep 2019 11:40:21 -0700 Message-Id: <20190920184030.6148-4-michael.a.kubacki@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 In-Reply-To: <20190920184030.6148-1-michael.a.kubacki@intel.com> References: <20190920184030.6148-1-michael.a.kubacki@intel.com> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2207 Remove references to ClevoOpenBoardPkg external to the package since the package is now removed. 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(-) diff --git a/Maintainers.txt b/Maintainers.txt index c04cc23680..a30ee2f602 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -82,11 +82,6 @@ Platform/Intel/UserInterfaceFeaturePkg M: Dandan Bi R: Liming Gao -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 ## 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 Simics hardware simulator. @@ -84,15 +83,6 @@ A UEFI firmware implementation using MinPlatformPkg is constructed using the fol ----------------------------------------|--------------------------------------------|------------------------------|--------------------| | Simics Quick Start Package | Nehalem | SimicsOpenBoardPkg | BoardX58Ich10 | -#### 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 the 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. ### **Known limitations** -**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. ## 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