X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FTcg%2FTcgConfigDxe%2FTcgConfigImpl.c;fp=SecurityPkg%2FTcg%2FTcgConfigDxe%2FTcgConfigImpl.c;h=631441a0e4b76845e554554369e0f2adf065f3a2;hp=f884226d97ceca9fa036b0b47ba18464e3612335;hb=54a26282b3b910ff4648b082f32434c31f1d7246;hpb=572b0adfe242dd358f0431063143fcc818356b26 diff --git a/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigImpl.c b/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigImpl.c index f884226d97..631441a0e4 100644 --- a/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigImpl.c +++ b/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigImpl.c @@ -1,7 +1,7 @@ /** @file HII Config Access protocol implementation of TCG configuration module. -Copyright (c) 2011, Intel Corporation. All rights reserved.
+Copyright (c) 2011 - 2012, 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 which accompanies this distribution. The full text of the license may be found at @@ -359,11 +359,6 @@ SavePpRequest ( return Status; } - // - // Reset system. - // - gRT->ResetSystem (EfiResetCold, EFI_SUCCESS, 0, NULL); - return EFI_SUCCESS; } @@ -409,8 +404,8 @@ TcgCallback ( } SavePpRequest (Value->u8); - ASSERT (FALSE); - + *ActionRequest = EFI_BROWSER_ACTION_REQUEST_SUBMIT; + return EFI_SUCCESS; }