24 Sep, 2016

1 commit


07 Sep, 2016

1 commit

  • Add support for Advantech DMS-BA16 board. The board is based on Advantech
    BA16 module which has a i.MX6D processor. The board supports:
    - FEC Ethernet
    - USB Ports
    - SDHC and MMC boot
    - SPI NOR
    - LVDS and HDMI display

    Basic information about the module:
    - Module manufacturer: Advantech
    - CPU: Freescale ARM Cortex-A9 i.MX6D
    - SPECS:
    Up to 2GB Onboard DDR3 Memory;
    Up to 16GB Onboard eMMC NAND Flash
    Supports OpenGL ES 2.0 and OpenVG 1.1
    HDMI, 24-bit LVDS
    1x UART, 2x I2C, 8x GPIO,
    4x Host USB 2.0 port, 1x USB OTG port,
    1x micro SD (SDHC),1x SDIO, 1x SATA II,
    1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2

    Signed-off-by: Akshay Bhat
    Cc: u-boot@lists.denx.de
    Cc: sbabic@denx.de

    Akshay Bhat
     

12 Jul, 2016

1 commit

  • 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
    Reviewed-by: Simon Glass
    Reviewed-by: Bin Meng

    George McCollister