From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wang Dongsheng Date: Tue, 21 Jul 2015 02:39:00 +0000 Subject: [U-Boot] [PATCH 1/2] ARMv7: Factor out reusable timer_wait from sunxi/psci_sun7i.S In-Reply-To: <55AD648D.9030302@freescale.com> References: <1433390469-3052-1-git-send-email-dongsheng.wang@freescale.com> <55AD648D.9030302@freescale.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Thanks. :) Regards, -Dongsheng > -----Original Message----- > From: Sun York-R58495 > Sent: Tuesday, July 21, 2015 5:14 AM > To: Wang Dongsheng-B40534 > Cc: ijc at hellion.org.uk; hdegoede at redhat.com; albert.u.boot at aribaud.net; > jan.kiszka at siemens.com; Jin Zhengxiong-R64188; Wang Huan-B18965; Zhao Chenhui- > B35336; u-boot at lists.denx.de > Subject: Re: [PATCH 1/2] ARMv7: Factor out reusable timer_wait from > sunxi/psci_sun7i.S > > > > On 06/03/2015 09:01 PM, Dongsheng Wang wrote: > > From: Wang Dongsheng > > > > timer_wait is moved from sunxi/psci_sun7i.S, and it can be converted > > completely into a reusable armv7 generic timer. LS1021A will use it as > > well. > > > > Signed-off-by: Wang Dongsheng > > > > Applied to u-boot-fsl-qoriq master branch. > > York