From 88d98451d5ffb3bb20d6c639afc4bb5e927e2559 Mon Sep 17 00:00:00 2001 From: zwei4 Date: Fri, 5 Jan 2018 15:59:56 +0800 Subject: Aurora Glacier Code. Add board specific code for Aurora Glacier. Build command is "BuildBIOS /AG /A /vs13 Broxton Release". Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: zwei4 --- .../Board/LeafHill/BoardInitPreMem/PlatformId.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPreMem/PlatformId.c') diff --git a/Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPreMem/PlatformId.c b/Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPreMem/PlatformId.c index d5fc5185bd..aee2b0c71d 100644 --- a/Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPreMem/PlatformId.c +++ b/Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPreMem/PlatformId.c @@ -1,7 +1,7 @@ /** @file Implement Platform ID code. - Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.
+ Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -20,6 +20,16 @@ #include #include "PlatformId.h" +// +// Board ID pin definiton +// +// Bit SoC Pin Value (Leaf Hill) Value (Minnow Board 3) Value (Benson Glacier) Value (Aurora Glacier) +// 0 GPIO_224 (J45) PU (1) PU (1) PD (0) PD (0) +// 1 GPIO_213 (M47) PU (1) PU (1) PD (0) PU (1) +// 2 GPIO_223 (H48) PU (1) PU (1) PU (1) PU (1) +// 3 GP_CAMERASB10 (R34) PD (0) PU (1) PU (1) PU (1) +// + EFI_STATUS EFIAPI LeafHillGetEmbeddedBoardIdFabId( -- cgit v1.2.3