浏览代码

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 年之前
父节点
当前提交
4263b1a356
共有 1 个文件被更改,包括 4 次插入2 次删除
  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
 
+