<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/include/asm/arch-armv7, branch v2016.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include/asm/arch-armv7?h=v2016.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include/asm/arch-armv7?h=v2016.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-07-20T18:44:38Z</updated>
<entry>
<title>ARMv7: Factor out reusable timer_wait from sunxi/psci_sun7i.S</title>
<updated>2015-07-20T18:44:38Z</updated>
<author>
<name>Wang Dongsheng</name>
<email>dongsheng.wang@freescale.com</email>
</author>
<published>2015-06-04T04:01:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=972af2ab515fe0d0a39271966c9c6df0d9349f37'/>
<id>urn:sha1:972af2ab515fe0d0a39271966c9c6df0d9349f37</id>
<content type='text'>
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 &lt;dongsheng.wang@freescale.com&gt;
Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'u-boot/master' into u-boot-arm/master</title>
<updated>2013-07-25T15:57:46Z</updated>
<author>
<name>Albert ARIBAUD</name>
<email>albert.u.boot@aribaud.net</email>
</author>
<published>2013-07-25T15:57:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8b485ba12b0defa0c4ed3559789250238f8331a8'/>
<id>urn:sha1:8b485ba12b0defa0c4ed3559789250238f8331a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ARM: highbank: set timer prescaler to 256</title>
<updated>2013-07-25T06:15:33Z</updated>
<author>
<name>Rob Herring</name>
<email>rob.herring@calxeda.com</email>
</author>
<published>2013-06-13T03:24:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=714d1f5da53101ec44ab9c3d10564462b102bd8f'/>
<id>urn:sha1:714d1f5da53101ec44ab9c3d10564462b102bd8f</id>
<content type='text'>
The 150MHz clock rate gives u-boot time functions problems and there's no
benefit to a fast clock, so lower the rate.

Signed-off-by: Rob Herring &lt;rob.herring@calxeda.com&gt;
</content>
</entry>
<entry>
<title>Add GPL-2.0+ SPDX-License-Identifier to source files</title>
<updated>2013-07-24T13:44:38Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2013-07-08T07:37:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1a4596601fd395f3afb8f82f3f840c5e00bdd57a'/>
<id>urn:sha1:1a4596601fd395f3afb8f82f3f840c5e00bdd57a</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>ARMv7: Add register definition of global timer</title>
<updated>2012-10-03T00:04:22Z</updated>
<author>
<name>Nobuhiro Iwamatsu</name>
<email>nobuhiro.iwamatsu.yj@renesas.com</email>
</author>
<published>2012-06-13T07:13:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a6cd85aad24cce354c5248190841dfcbc4574750'/>
<id>urn:sha1:a6cd85aad24cce354c5248190841dfcbc4574750</id>
<content type='text'>
ARMv7 has global timer. This provides the register definition of this timer.

Signed-off-by: Nobuhiro Iwamatsu &lt;nobuhiro.iwamatsu.yj@renesas.com&gt;
Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
</content>
</entry>
<entry>
<title>ARMV7: Versatile Express Coretile CortexA9x4 support</title>
<updated>2010-10-13T07:59:39Z</updated>
<author>
<name>Matt Waddel</name>
<email>matt.waddel@linaro.org</email>
</author>
<published>2010-10-07T21:48:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b80e41ac54690e50dbcb0e9f19ebb1f3c8076983'/>
<id>urn:sha1:b80e41ac54690e50dbcb0e9f19ebb1f3c8076983</id>
<content type='text'>
Adds support for the ARM quad-core Cortex-A9 processor

This system includes a motherboard(Versatile Express), daughterboard
(Coretile), and SOC(Cortex-A9 quad core).  The serial port, ethernet,
and flash systems work with these additions.  The naming convention
is:
   SOC -&gt; CortexA9 quad core = ca9x4
   daughterboard -&gt; Coretile = ct
   motherboard -&gt; Versatile Express = vxp
This gives ca9x4_ct_vxp.c as the board support file.

Signed-off-by: Matt Waddel &lt;matt.waddel@linaro.org&gt;
</content>
</entry>
</feed>
