summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformPostMemPei
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2017-03-02 10:04:41 +0800
committerGuo Mang <mang.guo@intel.com>2017-05-09 13:03:10 +0800
commitd4949b48ee6164cbc24aef50cb7ef48e5d1135d1 (patch)
treed91ee7acc4f0aa3b9fab513d4595eb8b4ba91e8f /Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformPostMemPei
parent3eac100ece691d7725632e7b17ccfd9f9ca83cd9 (diff)
downloadedk2-platforms-d4949b48ee6164cbc24aef50cb7ef48e5d1135d1.tar.xz
Enable fastboot
1. Unload UNDI if fastboot enable. 2. Optimized the FV decompressing process Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformPostMemPei')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformPostMemPei/PlatformInit.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformPostMemPei/PlatformInit.c b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformPostMemPei/PlatformInit.c
index 6e8d4ab24c..0853f8fbb9 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformPostMemPei/PlatformInit.c
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformPostMemPei/PlatformInit.c
@@ -48,15 +48,7 @@ static EFI_PEI_PPI_DESCRIPTOR mBoardPostMemInitStartPpi[] = {
};
static EFI_PEI_PPI_DESCRIPTOR mPpiList[] = {
- {
- //
- // This PPI is hard coded to be installed as SPI boot (vs. eMMC boot)
- // to trigger GetFvNotifyCallback()
- //
- EFI_PEI_PPI_DESCRIPTOR_PPI,
- &gCseSpiSelectPpiGuid,
- NULL
- },
+
{
EFI_PEI_PPI_DESCRIPTOR_PPI,
&gEfiPeiMasterBootModePpiGuid,