On Wed, Jun 22, 2016 at 8:48 AM, Bin Meng <[email protected]> wrote: > On Wed, Jun 22, 2016 at 1:07 AM, George McCollister > <[email protected]> wrote: >> 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 <[email protected]> >> Reviewed-by: Simon Glass <[email protected]> >> --- >> >> Changes in v2: >> - Disable sdio, sdcard, emmc45-ddr50 in FSP DT >> - Remove defines CONFIG_MMC, CONFIG_SDHCI, CONFIG_GENERIC_MMC >> CONFIG_MMC_SDMA from som-db5800-som-6867.h >> - Disable CONFIG_CMD_MMC in defconfig >> - Remove unused header includes from som-db5800-som-6867.c >> - Remove gpio-offset from function mode pinctrl definitions in DT >> >> arch/x86/Kconfig | 4 + >> arch/x86/dts/Makefile | 3 +- >> arch/x86/dts/baytrail_som-db5800-som-6867.dts | 289 >> +++++++++++++++++++++ >> board/advantech/Kconfig | 28 ++ >> board/advantech/som-db5800-som-6867/.gitignore | 3 + >> board/advantech/som-db5800-som-6867/Kconfig | 28 ++ >> board/advantech/som-db5800-som-6867/MAINTAINERS | 7 + >> board/advantech/som-db5800-som-6867/Makefile | 8 + >> .../som-db5800-som-6867/acpi/mainboard.asl | 11 + >> board/advantech/som-db5800-som-6867/dsdt.asl | 14 + >> .../som-db5800-som-6867/som-db5800-som-6867.c | 24 ++ >> board/advantech/som-db5800-som-6867/start.S | 9 + >> configs/som-db5800-som-6867_defconfig | 61 +++++ >> include/configs/som-db5800-som-6867.h | 36 +++ >> 14 files changed, 524 insertions(+), 1 deletion(-) >> create mode 100644 arch/x86/dts/baytrail_som-db5800-som-6867.dts >> create mode 100644 board/advantech/Kconfig >> create mode 100644 board/advantech/som-db5800-som-6867/.gitignore >> create mode 100644 board/advantech/som-db5800-som-6867/Kconfig >> create mode 100644 board/advantech/som-db5800-som-6867/MAINTAINERS >> create mode 100644 board/advantech/som-db5800-som-6867/Makefile >> create mode 100644 board/advantech/som-db5800-som-6867/acpi/mainboard.asl >> create mode 100644 board/advantech/som-db5800-som-6867/dsdt.asl >> create mode 100644 board/advantech/som-db5800-som-6867/som-db5800-som-6867.c >> create mode 100644 board/advantech/som-db5800-som-6867/start.S >> create mode 100644 configs/som-db5800-som-6867_defconfig >> create mode 100644 include/configs/som-db5800-som-6867.h >> > > Reviewed-by: Bin Meng <[email protected]>
applied to u-boot-x86/next, thanks! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

