From 7f8103fac86ab1e6a7101d1198db1ee0bf4d8433 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Tue, 4 Aug 2009 21:04:32 +0000 Subject: [PATCH] Allows to configure screen size from the configuration files using CONFIG_VGA_WIDTH, CONFIG_VGA_HEIGHT, CONFIG_VGA_DEPTH. For the moment, only enabled for PPC/QEMU and VGA VBE interface. git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@537 f158a5a8-5612-0410-a976-696ce0be7e32 --- config/examples/cross-ppc_config.xml | 3 +++ config/examples/ppc_config.xml | 4 +++ drivers/vga_vbe.c | 38 ++++++++++++++++++++++------ 3 files changed, 37 insertions(+), 8 deletions(-) diff --git a/config/examples/cross-ppc_config.xml b/config/examples/cross-ppc_config.xml index 32ef8c2..4c200a3 100644 --- a/config/examples/cross-ppc_config.xml +++ b/config/examples/cross-ppc_config.xml @@ -37,6 +37,9 @@