summaryrefslogtreecommitdiffstats
path: root/configs/chromebox_panther_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-02 12:40:54 -0700
committerSimon Glass <sjg@chromium.org>2015-04-16 19:27:40 -0600
commit51e9dad29675384becb0d31b1aa7388dc77d34aa (patch)
tree3d52fcd844c0238071582a73f44ecf4152eb3dd4 /configs/chromebox_panther_defconfig
parentcc285c565aad1c25612ddfc4690ff201970a68f0 (diff)
downloadtalos-obmc-uboot-51e9dad29675384becb0d31b1aa7388dc77d34aa.tar.gz
talos-obmc-uboot-51e9dad29675384becb0d31b1aa7388dc77d34aa.zip
x86: Add support for panther (Asus Chromebox)
Support running U-Boot as a coreboot payload. Tested peripherals include: - Video (HDMI and DisplayPort) - SATA disk - Gigabit Ethernet - SPI flash USB3 does not work. This may be a problem with the USB3 PCI driver or something in the USB3 stack and has not been investigated So far this is disabled. The SD card slot also does not work. For video, coreboot will need to run the OPROM to set this up. With this board, bare support (running without coreboot) is not available as yet. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/chromebox_panther_defconfig')
-rw-r--r--configs/chromebox_panther_defconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/chromebox_panther_defconfig b/configs/chromebox_panther_defconfig
new file mode 100644
index 0000000000..cbde39ed89
--- /dev/null
+++ b/configs/chromebox_panther_defconfig
@@ -0,0 +1,11 @@
+CONFIG_SYS_EXTRA_OPTIONS="SYS_TEXT_BASE=0xfff00000"
+CONFIG_X86=y
+CONFIG_TARGET_CHROMEBOX_PANTHER=y
+CONFIG_OF_CONTROL=y
+CONFIG_OF_SEPARATE=y
+CONFIG_DEFAULT_DEVICE_TREE="chromebox_panther"
+CONFIG_HAVE_MRC=y
+CONFIG_SMM_TSEG_SIZE=0x800000
+CONFIG_VIDEO_VESA=y
+CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
+CONFIG_FRAMEBUFFER_VESA_MODE_11A=y
OpenPOWER on IntegriCloud