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