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:
ReddestDream
2017-03-31 00:35:43 -04:00
committed by Matt DeVillier
parent 731869826b
commit b0f8ea3c9c
2 changed files with 24 additions and 47 deletions

View File

@ -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: