BdsPlatform: cleanup and use coreboot logo
- remove 'start boot option' text - use boot logo splash for 1s, align to BGRT - rework frontpage usage
This commit is contained in:
committed by
Matt DeVillier
parent
731869826b
commit
b0f8ea3c9c
@ -861,8 +861,8 @@ EnableQuietBoot (
|
||||
break;
|
||||
|
||||
case EfiBadgingDisplayAttributeCenter:
|
||||
DestX = (SizeOfX - Width) / 2;
|
||||
DestY = (SizeOfY - Height) / 2;
|
||||
DestX = (GraphicsOutput->Mode->Info->HorizontalResolution - 200)/2;
|
||||
DestY = (GraphicsOutput->Mode->Info->VerticalResolution * 2/3 - 161)/2;
|
||||
break;
|
||||
|
||||
case EfiBadgingDisplayAttributeCustomized:
|
||||
|
Reference in New Issue
Block a user