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
     

19 Mar, 2019

1 commit


08 Feb, 2019

1 commit


21 Jan, 2019

1 commit


08 Jan, 2019

1 commit


30 Nov, 2018

1 commit

  • Commit 2b4d964718c0 ("arm64: mvebu: a8k: autodetect RAM size") added an
    ATF query to get the detected RAM size on Armada 8K platforms. To be
    usable we must have 2 DRAM banks. Set Armada 8K configurations to 2
    banks.

    Cc: Konstantin Porotchkin
    Signed-off-by: Baruch Siach
    Reviewed-by: Stefan Roese
    Signed-off-by: Stefan Roese

    Baruch Siach
     

20 Nov, 2018

1 commit

  • The SolidRun Clearfog GT-8K is based on Armada 8040.

    https://wiki.solid-run.com/doku.php?id=products:a8040:clearfoggt8k

    The config file is identical to the Macchiatobin one
    (mvebu_mcbin-88f8040_defconfig) with only the default device-tree
    changed.

    Signed-off-by: Rabeeh Khoury
    Signed-off-by: Baruch Siach
    Signed-off-by: Stefan Roese

    Rabeeh Khoury