[edk2-devel] [edk2-platforms][PATCH V2 03/15] ClevoOpenBoardPkg: Remove global files and references

Kubacki, Michael A posted 15 patches 6 years, 4 months ago
Only 14 patches received!
[edk2-devel] [edk2-platforms][PATCH V2 03/15] ClevoOpenBoardPkg: Remove global files and references
Posted by Kubacki, Michael A 6 years, 4 months ago
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 <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Ankit Sinha <ankit.sinha@intel.com>
Cc: Jeremy Soller <jeremy@system76.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
---
 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 <dandan.bi@intel.com>
 R: Liming Gao <liming.gao@intel.com>
 
-Platform/Intel/ClevoOpenBoardPkg
-M: Michael Kubacki <michael.a.kubacki@intel.com>
-M: Ankit Sinha <ankit.sinha@intel.com>
-M: Nate DeSimone <nathaniel.l.desimone@intel.com>
-
 Platform/Intel/KabylakeOpenBoardPkg
 M: Chasel Chiu <chasel.chiu@intel.com>
 M: Michael Kubacki <michael.a.kubacki@intel.com>
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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#47977): https://edk2.groups.io/g/devel/message/47977
Mute This Topic: https://groups.io/mt/34279342/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-platforms][PATCH V2 03/15] ClevoOpenBoardPkg: Remove global files and references
Posted by Chiu, Chasel 6 years, 4 months ago
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Kubacki,
> Michael A
> Sent: Wednesday, September 25, 2019 2:13 AM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>; Sinha, Ankit <ankit.sinha@intel.com>;
> Jeremy Soller <jeremy@system76.com>
> Subject: [edk2-devel] [edk2-platforms][PATCH V2 03/15] ClevoOpenBoardPkg:
> Remove global files and references
> 
> 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 <chasel.chiu@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Ankit Sinha <ankit.sinha@intel.com>
> Cc: Jeremy Soller <jeremy@system76.com>
> Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
> ---
>  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 <dandan.bi@intel.com>
>  R: Liming Gao <liming.gao@intel.com>
> 
> -Platform/Intel/ClevoOpenBoardPkg
> -M: Michael Kubacki <michael.a.kubacki@intel.com>
> -M: Ankit Sinha <ankit.sinha@intel.com>
> -M: Nate DeSimone <nathaniel.l.desimone@intel.com>
> -
>  Platform/Intel/KabylakeOpenBoardPkg
>  M: Chasel Chiu <chasel.chiu@intel.com>
>  M: Michael Kubacki <michael.a.kubacki@intel.com> 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
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#48018): https://edk2.groups.io/g/devel/message/48018
Mute This Topic: https://groups.io/mt/34279342/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-