20 Jul, 2019

2 commits


30 May, 2019

1 commit


27 May, 2019

1 commit


08 May, 2019

3 commits

  • Few SPL and U-Boot proper configs are common to all rk3399 target
    defconfigs, move them and select it from platform kconfig.

    Moved configs:
    - SPL_ATF
    - SPL_ATF_NO_PLATFORM_PARAM if SPL_ATF
    - SPL_LOAD_FIT
    - SPL_CLK if SPL
    - SPL_PINCTRL if SPL
    - SPL_RAM if SPL
    - SPL_REGMAP if SPL
    - SPL_SYSCON if SPL
    - CLK
    - FIT
    - PINCTRL
    - RAM
    - REGMAP
    - SYSCON
    - DM_PMIC
    - DM_REGULATOR_FIXED

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

    Jagan Teki
     
  • Add default SPL_FIT_GENERATOR py script for rockchip platforms if
    specific target enabled SPL_LOAD_FIT.

    So, this would help get rid of explicitly mentioning the default
    SPL FIT generator in defconfigs. however some targets, like puma_rk3399
    still require their own FIT generator so in those cases the default will
    override with defconfig defined generator.

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

    Jagan Teki
     
  • CONFIG_SPL_TEXT_BASE was available in configs/rk3399_common.h
    when the OrangePI rk3399 board supported during first
    version patch.

    But, later below change which move this config into Kconfig and
    same has been merged in mainline tree.
    "configs: move CONFIG_SPL_TEXT_BASE to Kconfig"
    (sha1: f89d6133eef2e068f9c33853b6584d7fcbfa9d2e)

    Unfortunately, the maintainer applied the initial version patch,
    instead of looking for next version changes.

    Fix it by adding SPL_TEXT_BASE in orangepi-rk3399 defconfig.

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

    Jagan Teki
     

01 May, 2019

1 commit

  • Add initial support for Orangepi RK3399 board.

    Specification
    - Rockchip RK3399
    - 2GB/4GB DDR3
    - 16GB eMMC
    - SD card slot
    - RTL8211E 1Gbps
    - AP6356S WiFI/BT
    - HDMI In/Out, DP, MIPI DSI/CSI
    - Mini PCIe
    - Sensors, Keys etc
    - DC12V-2A and DC5V-2A

    Commit details about Linux DTS sync:
    "arm64: dts: rockchip: Add support for the Orange Pi RK3399"
    (sha1: d3e71487a790979057c0fdbf32f85033639c16e6)

    Signed-off-by: Jagan Teki
    Reviewed-by: Philipp Tomsich

    Jagan Teki