24 Aug, 2017

1 commit


08 Aug, 2017

1 commit

  • This patch adds the infrastructure to define different config headers
    with different configurations and default environment for the baseboards
    that can now be selected via Kconfig. The new configuration for the
    theadorable-x86-conga-qa3-e3845 is also added. Also the new defconfig
    file for this new target is added.

    Signed-off-by: Stefan Roese
    Cc: Simon Glass
    Cc: Bin Meng
    Reviewed-by: Bin Meng

    Stefan Roese
     

01 Aug, 2017

2 commits


30 Jul, 2017

1 commit


17 Mar, 2016

1 commit

  • This patch adds support for the congatec conga-QA3/E3845-4G eMMC8 SoM,
    installed on the congatec Qseven 2.0 evaluation carrier board
    (conga-QEVAL).

    Its port is very similar to the MinnowboardMAX port and also uses
    the Intel FSP as described in doc/README.x86.

    Currently supported are the following interfaces / devices:
    - UART (via Winbond legacy SuperIO chip on carrier board)
    - Ethernet (PCIe Intel I210 / E1000)
    - SPI including SPI NOR as boot-device
    - USB 2.0
    - SATA via U-Boot SCSI IF
    - eMMC
    - Video (HDMI output @ 800x600)
    - PCIe

    Not supported yet is:
    - I2C
    - USB 3.0

    Signed-off-by: Stefan Roese
    Cc: Simon Glass
    Cc: Bin Meng
    Reviewed-by: Bin Meng

    Stefan Roese