From d4949b48ee6164cbc24aef50cb7ef48e5d1135d1 Mon Sep 17 00:00:00 2001 From: Guo Mang Date: Thu, 2 Mar 2017 10:04:41 +0800 Subject: 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 --- .../Common/PlatformSettings/PlatformPostMemPei/PlatformInit.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformPostMemPei') 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, -- cgit v1.2.3