]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
x86: Add support for panther (Asus Chromebox)
authorSimon Glass <sjg@chromium.org>
Mon, 2 Mar 2015 19:40:54 +0000 (12:40 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:22 +0000 (21:47 +0200)
commit35957855642a197b799274c176ef841b34353f42
treeaa727918c803264ae32ba7a5221d73337a9dc0ed
parentba242bfda4919e3c2bec940ae4790470cdd24d86
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]