From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Mon, 18 Jul 2016 11:38:25 +0800 Subject: [U-Boot] [PATCH v3 0/5] add support for rk3399 soc and evb In-Reply-To: <2773176.Wq6s1Xebuy@diego> References: <1468572133-27036-1-git-send-email-kever.yang@rock-chips.com> <2773176.Wq6s1Xebuy@diego> Message-ID: <578C4F31.90003@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > >