Frontpage: Use a larger SimpleText console mode
This commit is contained in:
@ -1216,6 +1216,8 @@ PlatformBdsEnterFrontPage (
|
||||
}
|
||||
|
||||
if (SimpleTextOut != NULL) {
|
||||
SimpleTextOut->SetMode (SimpleTextOut, 2);
|
||||
|
||||
Status = SimpleTextOut->QueryMode (
|
||||
SimpleTextOut,
|
||||
SimpleTextOut->Mode->Mode,
|
||||
@ -1224,13 +1226,10 @@ PlatformBdsEnterFrontPage (
|
||||
);
|
||||
mBootTextModeColumn = (UINT32)BootTextColumn;
|
||||
mBootTextModeRow = (UINT32)BootTextRow;
|
||||
}
|
||||
|
||||
//
|
||||
// Get user defined text mode for setup.
|
||||
//
|
||||
mSetupTextModeColumn = PcdGet32 (PcdSetupConOutColumn);
|
||||
mSetupTextModeRow = PcdGet32 (PcdSetupConOutRow);
|
||||
mSetupTextModeColumn = mBootTextModeColumn;
|
||||
mSetupTextModeRow = mBootTextModeRow;
|
||||
}
|
||||
|
||||
mModeInitialized = TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user