
Hi Heiko,
On 07/16/2016 06:15 AM, Heiko Stübner wrote:
Hi Kever,
Am Freitag, 15. Juli 2016, 16:42:08 schrieb Kever Yang:
This patchset add support for rk3399 with ATF based on Rockchip miniloader as secondary bootloader instead of u-boot SPL.
Rockchip miniloader init the DRAM and load the ATF and u-boot to runing address, and then jump to ATF, ATM do some init and switch to EL2/EL1 mode before jump to next loader which is u-boot here.
Pls reference board/rockchip/evb_rk3399/README to setup the board.
Will migrate to SPL once its ready for ATF.
This patch set is based on below patch: "board: move all the rockchip board in one folder"
This patch set has been test on rk3399 evb board.
just for my own little board-farm, for the rk3368 the bringup should be similar, right?
Yes, similar for uboot part, both ARM v8 cpu, but they have different DDR/MMC controller. Andreas has send out patch to support rk3368.
Changes in v3: Rebase on patch from Andreas: [PATCH] rockchip: Exclude rk_timer for ARM64 [PATCH] rockchip: Clean up CPU selection
Changes in v2: fix description error on board Kconfig fix a binary path error
Kever Yang (5): dts: add support for rkchichip rk3399 soc ARM64: rockchip: add support for rk3399 SoC based evb-board config: add config file for evb-rk3399 mmc: rockchip: add SDHCI driver support for rockchip soc ARM64: evb-rk3399: add a README for this board setup
somehow this last patch never makes it to the lists in all 3 versions till now.
I don't now why, I will send it with git send-email again.
Thanks, - Kever
Heiko