summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-14 20:56:44 -0700
committerSimon Glass <sjg@chromium.org>2014-11-25 07:11:17 -0700
commita6fa83f0e7ac669d4ecab8b64fe5b9fb051b6e72 (patch)
tree02196965012a4f820e32c8361ebd4560e92b2632 /include
parent8c6ec412b450ad790fc373674a34313c8f6e3f6e (diff)
downloadtalos-obmc-uboot-a6fa83f0e7ac669d4ecab8b64fe5b9fb051b6e72.tar.gz
talos-obmc-uboot-a6fa83f0e7ac669d4ecab8b64fe5b9fb051b6e72.zip
x86: chromebook_link: Enable the x86 emulator
Enable this so that it can be used instead of native execution if desired. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/chromebook_link.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h
index c098c6cddc..48ae81eabb 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"
OpenPOWER on IntegriCloud