[U-Boot] [PATCH 18/19] x86: chromebook_link: Enable the x86 emulator

Simon Glass sjg at chromium.org
Sat Nov 15 04:56:44 CET 2014


Enable this so that it can be used instead of native execution if desired.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/configs/chromebook_link.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h
index c098c6c..48ae81e 100644
--- a/include/configs/chromebook_link.h
+++ b/include/configs/chromebook_link.h
@@ -58,6 +58,10 @@
 #define CONFIG_SYS_EARLY_PCI_INIT
 #define CONFIG_PCI_PNP
 
+#define CONFIG_BIOSEMU
+#define VIDEO_IO_OFFSET				0
+#define CONFIG_X86EMU_RAW_IO
+
 #define CONFIG_STD_DEVICES_SETTINGS     "stdin=usbkbd,vga,serial\0" \
 					"stdout=vga,serial\0" \
 					"stderr=vga,serial\0"
-- 
2.1.0.rc2.206.gedb03e5



More information about the U-Boot mailing list