summaryrefslogtreecommitdiff
path: root/QuarkPlatformPkg/Platform/Pei/PlatformInit/CommonHeader.h
diff options
context:
space:
mode:
authorMichael Kinney <michael.d.kinney@intel.com>2016-01-07 22:43:22 +0000
committermdkinney <mdkinney@Edk2>2016-01-07 22:43:22 +0000
commit406d8575444ec50c7948a1b167673a993413c4e5 (patch)
tree898fec082e01abdbda6019bbdcb172e8a3e207d9 /QuarkPlatformPkg/Platform/Pei/PlatformInit/CommonHeader.h
parentb1169100d60afb904fcc3f3e726512ec52872d96 (diff)
downloadedk2-platforms-406d8575444ec50c7948a1b167673a993413c4e5.tar.xz
QuarkPlatformPkg/PlatformEarlyInit: Configure GPIO expander
Configure GPIO expander in PEI phase 1) Configure all GPIO expander pins connected to Reset Button as inputs 2) Configure multiplexer for I2C to route I2C bus to Arduino Header Cc: Kelly Steele <kelly.steele@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney <michael.d.kinney@intel.com> Reviewed-by: Kelly Steele <kelly.steele@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19620 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'QuarkPlatformPkg/Platform/Pei/PlatformInit/CommonHeader.h')
-rw-r--r--QuarkPlatformPkg/Platform/Pei/PlatformInit/CommonHeader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/QuarkPlatformPkg/Platform/Pei/PlatformInit/CommonHeader.h b/QuarkPlatformPkg/Platform/Pei/PlatformInit/CommonHeader.h
index 3630f347b6..98284958a4 100644
--- a/QuarkPlatformPkg/Platform/Pei/PlatformInit/CommonHeader.h
+++ b/QuarkPlatformPkg/Platform/Pei/PlatformInit/CommonHeader.h
@@ -3,7 +3,7 @@ Common header file shared by all source files.
This file includes package header files, library classes and protocol, PPI & GUID definitions.
-Copyright (c) 2013 Intel Corporation.
+Copyright (c) 2013 - 2016 Intel Corporation.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -78,6 +78,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/QNCAccessLib.h>
#include <Library/PlatformHelperLib.h>
#include <Library/PlatformPcieHelperLib.h>
+#include <Library/I2cLib.h>
#include <Register/Cpuid.h>