From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Date: Mon, 25 Dec 2017 21:23:02 +0100 Subject: [U-Boot] [PATCH v3 00/11] rockchip: add tpl and OPTEE support for rk3229 In-Reply-To: <1513673606-17594-1-git-send-email-kever.yang@rock-chips.com> References: <1513673606-17594-1-git-send-email-kever.yang@rock-chips.com> Message-ID: <2776402.YrO3bQmji0@phil> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Kever, Am Dienstag, 19. Dezember 2017, 16:53:13 CET schrieb Kever Yang: > > Add some generic options for TPL support for arm 32bit, and then > and TPL support for rk3229(cortex-A7), and then add OPTEE support > in SPL. > > Tested on latest u-boot-rockchip master. With the now added timer initialization, this works actually pretty well :-). On my rk3229 tv-box board (some nexbox thing or so), I now get u-boot loading mainline op-tee and when starting a kernel both core bringuo via psci and arch-timer working nicely. So this series Tested-by: Heiko Stuebner Thanks Heiko