]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add Advantech SOM-DB5800/SOM-6867 support
authorGeorge McCollister <george.mccollister@gmail.com>
Tue, 21 Jun 2016 17:07:33 +0000 (12:07 -0500)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 12 Jul 2016 05:46:01 +0000 (13:46 +0800)
commit215099a522dae18d4682964c6b850d12c45c98a0
treeb460b5df29061bce47493069c176f1bfada2f1d5
parent3ff11aaa507aa222e76aa2517efc9786494994ed
x86: Add Advantech SOM-DB5800/SOM-6867 support

Add support for Advantech SOM-DB5800 with the SOM-6867 installed.
This is very similar to conga-qeval20-qa3-e3845 in that there is a
reference carrier board (SOM-DB5800) with a Baytrail based SoM (SOM-6867)
installed.

Currently supported:
 - 2x UART (From ITE EC on SOM-6867) routed to COM3/4 connectors on
   SOM-DB5800.
 - 4x USB 2.0 (EHCI)
 - Video
 - SATA
 - Ethernet
 - PCIe
 - Realtek ALC892 HD Audio
   Pad configuration for HDA_RSTB, HDA_SYNC, HDA_CLK, HDA_SDO
   HDA_SDI0 is set in DT to enable HD Audio codec.
   Pin defaults for codec pin complexs are not changed.

Not supported:
 - Winbond Super I/O (Must be disabled with jumpers on SOM-DB8500)
 - USB 3.0 (XHCI)
 - TPM

Signed-off-by: George McCollister <george.mccollister@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
14 files changed:
arch/x86/Kconfig
arch/x86/dts/Makefile
arch/x86/dts/baytrail_som-db5800-som-6867.dts [new file with mode: 0644]
board/advantech/Kconfig [new file with mode: 0644]
board/advantech/som-db5800-som-6867/.gitignore [new file with mode: 0644]
board/advantech/som-db5800-som-6867/Kconfig [new file with mode: 0644]
board/advantech/som-db5800-som-6867/MAINTAINERS [new file with mode: 0644]
board/advantech/som-db5800-som-6867/Makefile [new file with mode: 0644]
board/advantech/som-db5800-som-6867/acpi/mainboard.asl [new file with mode: 0644]
board/advantech/som-db5800-som-6867/dsdt.asl [new file with mode: 0644]
board/advantech/som-db5800-som-6867/som-db5800-som-6867.c [new file with mode: 0644]
board/advantech/som-db5800-som-6867/start.S [new file with mode: 0644]
configs/som-db5800-som-6867_defconfig [new file with mode: 0644]
include/configs/som-db5800-som-6867.h [new file with mode: 0644]