From 5252b1184a20ddd40ad7ee7be87cc95130fc5d77 Mon Sep 17 00:00:00 2001 From: Joseph Smith Date: Fri, 1 May 2009 04:44:36 +0000 Subject: This patch changes the default rom emulator to VM86. Signed-off-by: Joseph Smith Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4245 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/rca/rm4100/Config.lb | 1 + targets/thomson/ip1000/Config.lb | 1 + 2 files changed, 2 insertions(+) (limited to 'targets') diff --git a/targets/rca/rm4100/Config.lb b/targets/rca/rm4100/Config.lb index e5978716e3..35ff7558e3 100644 --- a/targets/rca/rm4100/Config.lb +++ b/targets/rca/rm4100/Config.lb @@ -37,6 +37,7 @@ option ROM_SIZE = (1024 * 1024) - (64 * 1024) ## option CONFIG_CONSOLE_VGA = 1 option CONFIG_PCI_ROM_RUN = 1 +option CONFIG_PCI_OPTION_ROM_RUN_VM86 = 1 ## ## Choose the amount of memory pre-allocated for VGA diff --git a/targets/thomson/ip1000/Config.lb b/targets/thomson/ip1000/Config.lb index 0ee8b7a1e7..aa507394d5 100644 --- a/targets/thomson/ip1000/Config.lb +++ b/targets/thomson/ip1000/Config.lb @@ -37,6 +37,7 @@ option ROM_SIZE = (1024 * 1024) - (64 * 1024) ## option CONFIG_CONSOLE_VGA = 1 option CONFIG_PCI_ROM_RUN = 1 +option CONFIG_PCI_OPTION_ROM_RUN_VM86 = 1 ## ## Choose the amount of memory pre-allocated for VGA -- cgit v1.2.3