01 Feb, 2019

1 commit


19 Jan, 2019

1 commit


08 Jan, 2019

1 commit


13 Dec, 2018

1 commit


10 Dec, 2018

1 commit


07 Dec, 2018

1 commit

  • This patch enables CONFIG_BLK as well as CONFIG_DM_MMC for the PDU001
    board. It depends on Patrice Chotard's patch 'power: regulator: denied
    disable on always-on regulator' which prevents power cycling the vmmc
    supply. Without this patch the board will not boot as vmmc is
    unfortunately used by other board components, not just eMMC and micro SD
    card. Furthermore my patch 'dts: am335x-pdu001: Fix polarity of card
    detection input' is required to boot from external micro SD card. Without
    this patch no SD card will be detected and hence booting will fail.

    Signed-off-by: Felix Brack
    Reviewed-by: Tom Rini

    Felix Brack
     

14 Nov, 2018

1 commit


04 Sep, 2018

1 commit


04 Jun, 2018

1 commit


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
     

14 Apr, 2018

1 commit

  • - For am335x_pdu001 we do not want the CPSW driver, drop it
    - Re-sync the defconfig for am43xx_evm_rtconly as it came in after the
    patch that converted CPSW to Kconfig was posted but before it was
    applied.
    - Drop empty section / comments from pengwyn
    - Drop empty section / comments from baltos and drop unused
    CONFIG_SPL_NET_VCI_STRING (it does not enable CONFIG_SPL_NET_SUPPORT
    currently and SPL_NET_VCI_STRING has been migrated already).

    Cc: Felix Brack
    Cc: Lokesh Vutla
    Cc: Yegor Yefremov
    Cc: Lothar Felten
    Fixes: f02b8d17619f ("Migrate CONFIG_DRIVER_TI_CPSW to Kconfig")
    Signed-off-by: Tom Rini
    Reviewed-by: Felix Brack
    Tested-by: Felix Brack

    Tom Rini
     

09 Apr, 2018

1 commit


08 Apr, 2018

1 commit


16 Mar, 2018

1 commit

  • This converts the following to Kconfig:
    CONFIG_CONS_INDEX

    We have existing entries for this option in a number of places, with
    different guards on them. They're also sometimes used for things not
    directly inside of the serial driver. First, introduce a new symbol to
    guard the use of CONFIG_CONS_INDEX, so that in the case where we don't
    need this for the serial driver, but for some other use, we can still do
    it. Next, consolidate all of these into the single entry in
    drivers/serial/Kconfig. Finally, introduce CONS_INDEX_[023456] so that
    we can imply a correct value here to make the defconfig side of this
    smaller.

    Signed-off-by: Adam Ford
    [trini: Rework a lot of the logic here, such that I took authorship from
    Adam, but kept his S-o-B line]
    Signed-off-by: Tom Rini

    Tom Rini
     

28 Feb, 2018

1 commit


23 Feb, 2018

1 commit


11 Feb, 2018

1 commit


29 Jan, 2018

1 commit