diff options
author | zwei4 <david.wei@intel.com> | 2017-05-05 14:03:28 +0800 |
---|---|---|
committer | zwei4 <david.wei@intel.com> | 2017-05-05 14:03:28 +0800 |
commit | f245f7b0bc5128e7abe86ac264ba2c2019dfe3d1 (patch) | |
tree | 9ad51cb51a5b2094b4bd75cac2a1a56c419d1c0f /Platform/BroxtonPlatformPkg/Common | |
parent | 2a9692e6caf96dd10691ee0c7a895718615fb29b (diff) | |
download | edk2-platforms-f245f7b0bc5128e7abe86ac264ba2c2019dfe3d1.tar.xz |
Clean up BOARD_ID identification code.
BOARD_ID bits and GPIO pins mapping:
BOARD_ID0 GPIO_224(J45)
BOARD_ID1 GPIO_213(M47)
BOARD_ID2 GPIO_223(H48)
BOARD_ID3 GP_CAMERASB10(R34)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: zwei4 <david.wei@intel.com>
CC: Mang Guo <mang.guo@intel.com>
CC: Shifei Lu <shifeix.a.lu@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common')
-rw-r--r-- | Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo.h | 4 | ||||
-rw-r--r-- | Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo_Aplk.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo.h b/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo.h index aed58998c7..5db0cbc33e 100644 --- a/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo.h +++ b/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo.h @@ -1,7 +1,7 @@ /** @file
GUID used for Platform Info Data entries in the HOB list.
- Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -163,7 +163,7 @@ typedef enum { typedef enum {
BOARD_ID_LFH_CRB = 0x07, // Leaf Hill
- BOARD_ID_MINNOW = 0x80, // Minnow Board
+ BOARD_ID_MINNOW = 0x0F, // Minnow Board
BOARD_ID_APL_UNKNOWN = 0xFF
} APL_BOARD_ID_LIST;
diff --git a/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo_Aplk.h b/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo_Aplk.h index d02afcbd22..e8063de32e 100644 --- a/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo_Aplk.h +++ b/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo_Aplk.h @@ -1,7 +1,7 @@ /** @file
GUID used for Platform Info Data entries in the HOB list.
- Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -149,7 +149,7 @@ typedef struct { typedef enum {
BOARD_ID_LFH_CRB = 0x07, // Leaf Hill
- BOARD_ID_MINNOW = 0x80, // Minnow Board
+ BOARD_ID_MINNOW = 0x0F, // Minnow Board
BOARD_ID_APL_UNKNOWN = 0xFF
} APL_BOARD_ID_LIST;
|