Browse Source

WhiskeylakeOpenBoardPkg: Add UpXtreme board ID

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2191

Co-authored-by: Michael Kubacki <michael.a.kubacki@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: Prince Agyeman <prince.agyeman@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Prince Agyeman 4 years ago
parent
commit
4263b1a356
1 changed files with 4 additions and 2 deletions
  1. 4 2
      Platform/Intel/WhiskeylakeOpenBoardPkg/Include/PlatformBoardId.h

+ 4 - 2
Platform/Intel/WhiskeylakeOpenBoardPkg/Include/PlatformBoardId.h

@@ -1,8 +1,8 @@
 /** @file
-Defines Platform BoardIds
+  Defines Whiskey Lake Platform Board IDs
 
 
-  Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>
   SPDX-License-Identifier: BSD-2-Clause-Patent
 **/
 
@@ -21,9 +21,11 @@ Defines Platform BoardIds
 #define TypeTrad                            0x1
 #define TypeUltUlx                          0x2
 
+#define BoardIdUpXtreme                     0x10
 #define BoardIdWhiskeyLakeRvp               0x60
 
 #define BoardIdUnknown1                     0xffff
 
 #endif
 
+