diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c index 8432a4ea08..d6ad37a47c 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c @@ -4701,11 +4701,11 @@ SecureBootCallback ( CreatePopUp ( EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, - L"PK INFO", + L"PK INFO form open", L"PK INFO 2", NULL ); - HiiSetString (PrivateData->HiiHandle, STRING_TOKEN (STR_PK_INFO), L"TEST CHANGING STRING", NULL); + HiiSetString (PrivateData->HiiHandle, STRING_TOKEN (STR_PK_INFO), L"PK INFO form open", NULL); } } @@ -4758,7 +4758,17 @@ SecureBootCallback ( } break; - + case KEY_PK_INFO: + { + CreatePopUp ( + EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, + &Key, + L"PK INFO form changing", + L"PK INFO 2", + NULL + ); + HiiSetString (PrivateData->HiiHandle, STRING_TOKEN (STR_PK_INFO), L"PK INFO changing", NULL); + } case KEY_SECURE_BOOT_KEK_OPTION: case KEY_SECURE_BOOT_DB_OPTION: case KEY_SECURE_BOOT_DBX_OPTION: