projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c6ec41
)
x86: chromebook_link: Enable the x86 emulator
author
Simon Glass
<sjg@chromium.org>
Sat, 15 Nov 2014 03:56:44 +0000
(20:56 -0700)
committer
Simon Glass
<sjg@chromium.org>
Tue, 25 Nov 2014 14:11:17 +0000
(07:11 -0700)
Enable this so that it can be used instead of native execution if desired.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/chromebook_link.h
patch
|
blob
|
history
diff --git
a/include/configs/chromebook_link.h
b/include/configs/chromebook_link.h
index c098c6cddcd9d3603f4568d6d16614b3c92539b2..48ae81eabbc13b0ae14df0b656411001c99c7011 100644
(file)
--- 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"