diff --git a/CorebootPayloadPkg/Logo/Logo.bmp b/CorebootPayloadPkg/Logo/Logo.bmp index 4f77e503fd..3997e96a37 100644 Binary files a/CorebootPayloadPkg/Logo/Logo.bmp and b/CorebootPayloadPkg/Logo/Logo.bmp differ diff --git a/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c b/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c index ff4f2cd815..0e0c34de0a 100644 --- a/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c +++ b/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c @@ -861,8 +861,8 @@ EnableQuietBoot ( break; case EfiBadgingDisplayAttributeCenter: - DestX = (GraphicsOutput->Mode->Info->HorizontalResolution - 200)/2; - DestY = (GraphicsOutput->Mode->Info->VerticalResolution * 2/3 - 161)/2; + DestX = (GraphicsOutput->Mode->Info->HorizontalResolution - 224)/2; + DestY = (GraphicsOutput->Mode->Info->VerticalResolution * 2/3 - 180)/2; break; case EfiBadgingDisplayAttributeCustomized: