14 Feb, 2019

2 commits

  • All options have been moved to Kconfig and there is no need to have
    board header files. Mini configurations require them that's why they are
    still there.

    Signed-off-by: Michal Simek

    Michal Simek
     
  • CONFIG_PCA953X is not needed because of PCA953X is integrated in gpio
    subsystem already. That's why also remove CMD_PCA953X which is only for
    this driver.

    zcu102/zcu104-revC/zcu106/zcu111 contain links to eeprom which stores MAC address.

    DM_I2C is not enabled for the whole SoC because it increase size for
    mini configurations and there is no I2C symbol present to setup
    dependencies.

    Signed-off-by: Michal Simek
    Reviewed-by: Heiko Schocher

    Michal Simek
     

07 Feb, 2019

1 commit

  • Now that new SPI NOR layer uses stateless 4 byte opcodes by default,
    don't enable SPI_FLASH_BAR. For SPI controllers that cannot support
    4-byte addressing, (stm32_qspi.c, fsl_qspi.c, mtk_qspi.c, ich.c,
    renesas_rpc_spi.c) add an imply clause to enable SPI_FLASH_BAR so as to
    not break functionality.

    Signed-off-by: Vignesh R
    Tested-by: Simon Goldschmidt
    Tested-by: Stefan Roese
    Tested-by: Horatiu Vultur
    Reviewed-by: Jagan Teki
    Tested-by: Jagan Teki #zynq-microzed

    Vignesh R
     

24 Jan, 2019

4 commits


08 Jan, 2019

1 commit


26 Nov, 2018

1 commit


16 Oct, 2018

3 commits


04 Sep, 2018

1 commit


06 Aug, 2018

1 commit


19 Jul, 2018

4 commits


11 Jul, 2018

1 commit


04 Jun, 2018

1 commit


18 May, 2018

1 commit


11 May, 2018

2 commits


28 Apr, 2018

1 commit

  • This converts the following to Kconfig:
    CONFIG_SPI

    This partly involves updating code that assumes that CONFIG_SPI implies
    things that are specific to the MPC8xx SPI driver. For now, just update
    the CONFIG tests. This also involves reworking the default for
    CONFIG_SYS_DEF_EEPROM_ADDR so that we don't set it when we cannot make a
    reasonable default, as it does not cause any compile failures.

    Signed-off-by: Adam Ford
    Signed-off-by: Tom Rini

    Adam Ford
     

09 Apr, 2018

1 commit