summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-14 20:56:38 -0700
committerSimon Glass <sjg@chromium.org>2014-11-25 07:11:16 -0700
commit62d0c5e15347f0ab9998d8bac2845be0d441c8b1 (patch)
treeac923e5e9d344c73f26c8192d406ef34e6f182e0 /include
parentf3e56fe369ff80760955efb33abf316d4369955c (diff)
downloadtalos-obmc-uboot-62d0c5e15347f0ab9998d8bac2845be0d441c8b1.tar.gz
talos-obmc-uboot-62d0c5e15347f0ab9998d8bac2845be0d441c8b1.zip
x86: config: Enable video support for chromebook_link
Now that we have the required drivers, enable video support with a suitable option ROM. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/chromebook_link.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h
index 6b57b288ba..c098c6cddc 100644
--- a/include/configs/chromebook_link.h
+++ b/include/configs/chromebook_link.h
@@ -39,13 +39,9 @@
{PCI_VENDOR_ID_INTEL, \
PCI_DEVICE_ID_INTEL_PANTHERPOINT_AHCI_MOBILE}
-/*
- * These common x86 features are not yet supported, but are added in
- * follow-on patches in this series. Add undefs here to avoid every patch
- * having to put things back into x86-common.h
- */
-#undef CONFIG_VIDEO
-#undef CONFIG_CFB_CONSOLE
+#define CONFIG_X86_OPTION_ROM_FILENAME pci8086,0166.bin
+#define CONFIG_X86_OPTION_ROM_ADDR 0xfff90000
+#define CONFIG_VIDEO_X86
#define CONFIG_PCI_MEM_BUS 0xe0000000
#define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS
OpenPOWER on IntegriCloud