<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch, branch v2013.07-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch?h=v2013.07-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch?h=v2013.07-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2013-06-13T19:16:15Z</updated>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-arm</title>
<updated>2013-06-13T19:16:15Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2013-06-13T19:16:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=41341221d12341a2ecfb280142d6478071738fc2'/>
<id>urn:sha1:41341221d12341a2ecfb280142d6478071738fc2</id>
<content type='text'>
Small conflict over DRA7XX updates and adding SRAM_SCRATCH_SPACE_ADDR

Conflicts:
	arch/arm/include/asm/arch-omap5/omap.h

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>arm: pxa: config option for PXA270 turbo mode</title>
<updated>2013-06-12T20:24:12Z</updated>
<author>
<name>Sergey Yanovich</name>
<email>ynvich@gmail.com</email>
</author>
<published>2013-05-21T19:49:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=847e6693ccb529bf8346db62876f38f0c4e04ade'/>
<id>urn:sha1:847e6693ccb529bf8346db62876f38f0c4e04ade</id>
<content type='text'>
PXA270 CPU has turbo mode. The mode is 2.5 times faster than the
default run mode. Activating the mode early significantly speeds
up boot process.

Signed-off-by: Sergey Yanovich &lt;ynvich@gmail.com&gt;
</content>
</entry>
<entry>
<title>powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7</title>
<updated>2013-06-11T20:01:45Z</updated>
<author>
<name>Scott Wood</name>
<email>scottwood@freescale.com</email>
</author>
<published>2013-05-18T01:01:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a166fbca20e40937bf37cc18c389f68e995c1821'/>
<id>urn:sha1:a166fbca20e40937bf37cc18c389f68e995c1821</id>
<content type='text'>
C99's strict aliasing rules are insane to use in low-level code such as a
bootloader, but as Wolfgang has rejected -fno-strict-aliasing in the
past, add a union so that 16-bit accesses can be performed.

Compile-tested only.

Signed-off-by: Scott Wood &lt;scottwood@freescale.com&gt;
Acked-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>cosmetic: arm: fix comments in arch/arm/lib/crt0.S</title>
<updated>2013-06-10T19:24:22Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2013-05-15T08:33:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=58bb8f5f6138fa56875574a709f5af98c600c2a9'/>
<id>urn:sha1:58bb8f5f6138fa56875574a709f5af98c600c2a9</id>
<content type='text'>
Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
</content>
</entry>
<entry>
<title>arm: da830: moved pinmux configurations to the arch tree</title>
<updated>2013-06-10T12:54:46Z</updated>
<author>
<name>Vishwanathrao Badarkhe, Manish</name>
<email>manishv.b@ti.com</email>
</author>
<published>2013-05-29T21:55:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=68cd4a4c9f4d7be8dc95796fb567f6b03faf9d97'/>
<id>urn:sha1:68cd4a4c9f4d7be8dc95796fb567f6b03faf9d97</id>
<content type='text'>
Move pinmux configurations for the DA830 SoCs from board file
to the arch tree so that it can be used for all da830 based devices.
Also, avoids duplicate pinmuxing in case of NAND.

Signed-off-by: Vishwanathrao Badarkhe, Manish &lt;manishv.b@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@ti.com&gt;
Acked-by: Christian Riesch &lt;christian.riesch@omicron.at&gt;
</content>
</entry>
<entry>
<title>OMAP5: Enable access to auxclk registers</title>
<updated>2013-06-10T12:54:46Z</updated>
<author>
<name>Lubomir Popov</name>
<email>lpopov@mm-sol.com</email>
</author>
<published>2013-05-15T04:41:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ee28edac4322602685ea12dc46edad1ec6b60487'/>
<id>urn:sha1:ee28edac4322602685ea12dc46edad1ec6b60487</id>
<content type='text'>
auxclk0 and auxclk1 are utilized on some OMAP5 boards.
Define the infrastructure needed for accessing them
without using magic numbers.

Also remove unrelated TPS62361 defines from clocks.h

Signed-off-by: Lubomir Popov &lt;lpopov@mm-sol.com&gt;
</content>
</entry>
<entry>
<title>arm: Remove OMAP2420H4 and all omap24xx support</title>
<updated>2013-06-10T12:43:19Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2013-06-04T12:02:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7f5eef93af92ed9efed7867d24b03fd6056a7404'/>
<id>urn:sha1:7f5eef93af92ed9efed7867d24b03fd6056a7404</id>
<content type='text'>
The omap2420H4 was the only mainline omap24xx board.  Prior to being
fixed by Jon Hunter in time for v2013.04 it had been functionally broken
for a very long time.  Remove this board as there's not been interest in
it in U-Boot for quite a long time.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>ARM: DRA7xx: EMIF: Change settings required for EVM board</title>
<updated>2013-06-10T12:43:10Z</updated>
<author>
<name>Sricharan R</name>
<email>r.sricharan@ti.com</email>
</author>
<published>2013-05-30T03:19:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=92b0482c17acf92f94ac74fd8536fd95d5b64b5e'/>
<id>urn:sha1:92b0482c17acf92f94ac74fd8536fd95d5b64b5e</id>
<content type='text'>
DRA7 EVM board has the below configuration. Adding the
settings for the same here.

   2Gb_1_35V_DDR3L part * 2 on EMIF1
   2Gb_1_35V_DDR3L part * 4 on EMIF2

Signed-off-by: Sricharan R &lt;r.sricharan@ti.com&gt;
Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
</content>
</entry>
<entry>
<title>ARM: DRA7xx: clocks: Update PLL values</title>
<updated>2013-06-10T12:43:10Z</updated>
<author>
<name>Lokesh Vutla</name>
<email>lokeshvutla@ti.com</email>
</author>
<published>2013-05-30T03:19:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=97405d843ece2a53e67b801e02ee42005d26e172'/>
<id>urn:sha1:97405d843ece2a53e67b801e02ee42005d26e172</id>
<content type='text'>
Update PLL values.
SYS_CLKSEL value for 20MHz is changed to 2. In other platforms
SYS_CLKSEL value 2 represents reserved. But in sys_clk array
ind 1 is used for 13Mhz. Since other platforms are not using
13Mhz, reusing index 1 for 20MHz.

Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
Signed-off-by: Sricharan R &lt;r.sricharan@ti.com&gt;
</content>
</entry>
<entry>
<title>ARM: DRA7xx: Update pinmux data</title>
<updated>2013-06-10T12:43:10Z</updated>
<author>
<name>Lokesh Vutla</name>
<email>lokeshvutla@ti.com</email>
</author>
<published>2013-05-30T03:19:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7f36c88f64ee1affd4db78b2c2f4a616abceb84c'/>
<id>urn:sha1:7f36c88f64ee1affd4db78b2c2f4a616abceb84c</id>
<content type='text'>
Updating pinmux data as specified in the latest DM

Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
Signed-off-by: Balaji T K &lt;balajitk@ti.com&gt;
</content>
</entry>
</feed>
