x86: Add support for panther (Asus Chromebox)
authorSimon Glass <sjg@chromium.org>
Mon, 2 Mar 2015 19:40:54 +0000 (12:40 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 17 Apr 2015 01:27:40 +0000 (19:27 -0600)
commit51e9dad29675384becb0d31b1aa7388dc77d34aa
tree3d52fcd844c0238071582a73f44ecf4152eb3dd4
parentcc285c565aad1c25612ddfc4690ff201970a68f0
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>
arch/x86/Kconfig
arch/x86/dts/Makefile
arch/x86/dts/chromebox_panther.dts [new file with mode: 0644]
board/google/chromebox_panther/Kconfig [new file with mode: 0644]
board/google/chromebox_panther/MAINTAINERS [new file with mode: 0644]
board/google/chromebox_panther/Makefile [new file with mode: 0644]
board/google/chromebox_panther/panther.c [new file with mode: 0644]
configs/chromebox_panther_defconfig [new file with mode: 0644]
include/configs/chromebox_panther.h [new file with mode: 0644]