13 Sep, 2019

1 commit


27 Aug, 2019

1 commit


12 Aug, 2019

2 commits


08 Aug, 2019

1 commit


31 Jul, 2019

1 commit


29 Jul, 2019

1 commit


27 Jul, 2019

2 commits


25 Jul, 2019

2 commits

  • Since u-boot has added the spi-mem framework and replaced
    the spi-nor framework, the mtk_qspi is no longer compatible
    with the new spi-nor driver.

    Remove this driver along with replacing config item
    with new mtk spi-nor driver.

    Signed-off-by: Weijie Gao
    [jagan: squash related changes and update commit message]
    Signed-off-by: Jagan Teki
    Reviewed-by: Jagan Teki

    Weijie Gao
     
  • This patch adds spi-mem driver for MediaTek MT7629 SoC
    to access SPI-NOR and SPI-NAND flashes.

    Signed-off-by: Weijie Gao
    [jagan: squash MAINTAINERS file]
    Signed-off-by: Jagan Teki
    Reviewed-by: Jagan Teki

    Weijie Gao
     

24 Jul, 2019

1 commit


22 Jul, 2019

1 commit


21 Jul, 2019

2 commits


19 Jul, 2019

5 commits


12 Jul, 2019

2 commits


11 Jul, 2019

1 commit

  • Introduce new UCLASS_PCI_EP class for handling PCI endpoint
    devices, allowing to set various attributes of the PCI endpoint
    device, such as:
    * configuration space header
    * BAR definitions
    * outband memory mapping
    * start/stop PCI link

    Signed-off-by: Ramon Fried
    Reviewed-by: Simon Glass

    Ramon Fried
     

20 Jun, 2019

3 commits


18 Jun, 2019

1 commit


14 Jun, 2019

1 commit


12 Jun, 2019

1 commit


11 Jun, 2019

1 commit


06 Jun, 2019

2 commits


22 May, 2019

1 commit


13 May, 2019

1 commit


05 May, 2019

1 commit


03 May, 2019

3 commits


01 May, 2019

1 commit


27 Apr, 2019

1 commit

  • Add new defconfig files for the AM65x High Security EVM.

    This defconfigs are the same as for the non-secure part, except for:
    CONFIG_TI_SECURE_DEVICE option set to 'y'
    CONFIG_FIT_IMAGE_POST_PROCESS option set to 'y'
    CONFIG_SPL_FIT_IMAGE_POST_PROCESS option set to 'y'

    Signed-off-by: Andrew F. Davis
    Reviewed-by: Tom Rini
    Reviewed-by: Andreas Dannenberg

    Andrew F. Davis