01 Aug, 2017

1 commit

  • After MMC is converted to DM, convert to use DM SCSI as well for all
    x86 boards and imply BLK for both MMC and SCSI drivers.

    CONFIG_SCSI_DEV_LIST is no longer used. Clean them up.

    Signed-off-by: Bin Meng
    Reviewed-by: Simon Glass

    Bin Meng
     

26 Jan, 2017

2 commits


28 Oct, 2016

1 commit

  • Introduce CONFIG_PCI_PNP in Kconfig and move over boards' defconfig
    to use that.

    Signed-off-by: Bin Meng
    Reviewed-by: Tom Rini
    [trini: Re-generate configs and include/configs/ changes]
    Signed-off-by: Tom Rini

    Bin Meng
     

12 Oct, 2016

1 commit


13 Nov, 2015

1 commit


22 Oct, 2015

1 commit

  • Advantech SOM-6896 is a Broadwell U based COM Express Compact Module
    Type 6. This patch adds support for it as a coreboot payload.

    On board SATA and SPI are functional. On board Ethernet isn't functional
    but since it's optional and ties up a PCIe x4 that is otherwise brought
    out, this isn't a concern at the moment. USB doesn't work since the
    xHCI driver appears to be broken.

    Signed-off-by: George McCollister
    Reviewed-by: Bin Meng
    Acked-by: Simon Glass
    Reviewed-by: Tom Rini

    George McCollister