19 Jul, 2019

1 commit


08 May, 2019

1 commit

  • Devicetree files in RK3399 platform is synced from Linux, like other
    platforms does. Apart from these u-boot in rk3399 would also require
    some u-boot specific node like dmc.

    dmc node has big chunk of DDR timing parameters which are specific
    to specific board, and maintained with rk3399-sdram*.dtsi.

    So, create board specific -u-boot.dtsi files and move these sdram dtsi
    files accordingly. This would help of maintain u-boot specific changes
    separately without touching Linux dts(i) files which indeed easy for
    syncing from Linux between releases.

    These board specific -u-boot.dtsi can be extendible to add more u-boot
    specific nodes or properties in future.

    Signed-off-by: Jagan Teki
    Reviewed-by: Kever Yang

    Jagan Teki
     

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