libpayload/corebootfb: Add option to center a 80x25 console
This makes payloads which are hardcoded to a 80x25 console look much better, e.g. FILO with its "GRUB" user interface. Change-Id: I9f4752328d85d148cd40a0c2337c7191e1d6a586 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38538 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
committed by
Patrick Georgi
parent
e612418221
commit
de74842049
@@ -315,6 +315,13 @@ config COREBOOT_VIDEO_CONSOLE
|
||||
Say Y here if coreboot switched to a graphics mode and
|
||||
your payload wants to use it.
|
||||
|
||||
config COREBOOT_VIDEO_CENTERED
|
||||
bool "Center a classic 80x25 console on bigger screens"
|
||||
depends on COREBOOT_VIDEO_CONSOLE
|
||||
help
|
||||
Say 'y' here if your payload is hardcoded to a 80x25 console. Otherwise
|
||||
its output would look squeezed into the upper-left corner of the screen.
|
||||
|
||||
config FONT_SCALE_FACTOR
|
||||
int "Scale factor for the included font"
|
||||
depends on GEODELX_VIDEO_CONSOLE || COREBOOT_VIDEO_CONSOLE
|
||||
|
Reference in New Issue
Block a user