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 Ficus EE board from Vamrs. This board utilizes
    common Rock960 family support.

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

    Signed-off-by: Ezequiel Garcia
    [Reworked based on common Rock960 family support]
    Signed-off-by: Manivannan Sadhasivam
    Reviewed-by: Simon Glass
    Reviewed-by: Philipp Tomsich

    Manivannan Sadhasivam