26 Mar, 2019

2 commits

  • This converts the following to Kconfig:
    CONFIG_ENV_SPI_BUS
    CONFIG_ENV_SPI_CS
    CONFIG_ENV_SPI_MAX_HZ
    CONFIG_ENV_SPI_MODE

    Most of time these value are not needed, CONFIG_SF_DEFAULT
    with same value is used, so I introduced CONFIG_USE_ENV_SPI_*
    to force the associated value for the environment.

    Signed-off-by: Patrick Delaunay

    Patrick Delaunay
     
  • This converts the following to Kconfig:
    CONFIG_SF_DEFAULT_BUS
    CONFIG_SF_DEFAULT_CS
    CONFIG_SF_DEFAULT_MODE
    CONFIG_SF_DEFAULT_SPEED

    I use moveconfig script and then manual check on generated u-boot.cfg
    to solve the remaining issue.

    Signed-off-by: Patrick Delaunay

    Patrick Delaunay
     

03 Mar, 2019

1 commit


19 Feb, 2019

1 commit


18 Jan, 2019

1 commit


08 Jan, 2019

1 commit


07 Dec, 2018

1 commit

  • TFABOOT support includes:
    - ls1043aqds_tfa_defconfig to be loaded by trusted firmware
    - environment address and size changes for TFABOOT
    - define BOOTCOMMAND for TFABOOT

    Signed-off-by: Pankit Garg
    Signed-off-by: Vinitha V Pillai
    Signed-off-by: Rajesh Bhagat
    Reviewed-by: York Sun

    Rajesh Bhagat