26 Mar, 2019

1 commit

  • 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
     

08 Feb, 2019

1 commit


08 Jan, 2019

1 commit


06 Dec, 2018

1 commit

  • Add board support for Rock960 CE board from Vamrs. This board utilizes
    common Rock960 family support.

    Following peripherals are tested and known to work:
    * USB 2.0
    * MMC

    This commit also adds DDR configuration for LPDDR3-2GiB-1600MHz which
    is being used on the board.

    Signed-off-by: Manivannan Sadhasivam
    Reviewed-by: Simon Glass
    Tested-by: Peter Robinson
    Reviewed-by: Philipp Tomsich

    Manivannan Sadhasivam