From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 20 Jul 2015 14:13:49 -0700 Subject: [U-Boot] [PATCH 1/2] ARMv7: Factor out reusable timer_wait from sunxi/psci_sun7i.S In-Reply-To: <1433390469-3052-1-git-send-email-dongsheng.wang@freescale.com> References: <1433390469-3052-1-git-send-email-dongsheng.wang@freescale.com> Message-ID: <55AD648D.9030302@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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