Bläddra i källkod

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>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Reviewed-by: Ankit Sinha <ankit.sinha@intel.com>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Michael Kubacki 4 år sedan
förälder
incheckning
0266b871dc
3 ändrade filer med 0 tillägg och 24 borttagningar
  1. 0 5
      Maintainers.txt
  2. 0 18
      Platform/Intel/Readme.md
  3. 0 1
      Readme.md

+ 0 - 5
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>

+ 0 - 18
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.

+ 0 - 1
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)