Vladimir Serbinenko (phcoder@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5281
-gerrit
commit d007e9c682f1f1e9ca66ebd2c8baddb8b91261af Author: Vladimir Serbinenko phcoder@gmail.com Date: Fri Feb 21 08:38:27 2014 +0100
device: Do not show "framebuffer graphics resolution" with native init.
No native init uses this. Real hardware ones use mode specified in EDID. Qemu one uses CONFIG_DRIVERS_EMULATION_QEMU_BOCHS_[XY]RES.
Change-Id: I0845fec10b9811e2be44b5be30b9dc4f1c9719a6 Signed-off-by: Vladimir Serbinenko phcoder@gmail.com --- src/device/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/device/Kconfig b/src/device/Kconfig index 2d6e226..4b2d4b8 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -299,7 +299,7 @@ config FRAMEBUFFER_SET_VESA_MODE choice prompt "framebuffer graphics resolution" default FRAMEBUFFER_VESA_MODE_117 - depends on FRAMEBUFFER_SET_VESA_MODE || MAINBOARD_DO_NATIVE_VGA_INIT + depends on FRAMEBUFFER_SET_VESA_MODE help This option sets the resolution used for the coreboot framebuffer (and bootsplash screen).