<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs, 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/include/configs?h=v2013.07-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/configs?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: Add support for ICP DAS LP-8x4x</title>
<updated>2013-06-12T20:24:09Z</updated>
<author>
<name>Sergey Yanovich</name>
<email>ynvich@gmail.com</email>
</author>
<published>2013-05-20T21:26:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c3442c1e322bc8bdfae2f67c2a9cf2bf76d57a2c'/>
<id>urn:sha1:c3442c1e322bc8bdfae2f67c2a9cf2bf76d57a2c</id>
<content type='text'>
LP-8x4x is a programmable automation controller by ICP DAS. It is
shipped with outdated U-Boot v1.3.0

This patch adds enough supports to boot the board:
 - 128M of 128M SDRAM
 - 32M of 48M NOR Flash memory
 - 1 of 4 Serial consoles (PXA FFUART)
 - 2 of 2 Ethernet controllers (DM9000)

Signed-off-by: Sergey Yanovich &lt;ynvich@gmail.com&gt;
Series-to: u-boot
Series-cc: marex
</content>
</entry>
<entry>
<title>ppc: ppmc7xx: Fix possible out-of-bound access</title>
<updated>2013-06-11T20:11:38Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2013-05-20T03:01:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8cf695537f55f6574d2a85ae4ddc5b9c9f0d26b3'/>
<id>urn:sha1:8cf695537f55f6574d2a85ae4ddc5b9c9f0d26b3</id>
<content type='text'>
The flash_info_t-&gt;start[] field is limited in size by CONFIG_SYS_MAX_FLASH_SECT
macro, which is set to 19 for this board in the board config file. If we inspect
the board/ppmc7xx/flash.c closely, especially the flash_get_size() function, we
can notice the "switch ((long)flashtest)" at around line 80 having a few results
which will set flash_info_t-&gt;sector_count to value higher than 19, for example
"case AMD_ID_LV640U" will set it to 128. Notice that right underneath, iteration
over flash_info_t-&gt;start[] happens and the upper bound for the interation is
flash_info_t-&gt;sector_count. Now if the sector_count is 128 as it is for the
AMD_ID_LV640U case, but the CONFIG_SYS_MAX_FLASH_SECT limiting the start[] is
only 19, an access past the start[] array much happen. Moreover, during this
iteration, the field is written to, so memory corruption is inevitable.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
Cc: Richard Danter &lt;richard.danter@windriver.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>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>da830: add MMC support</title>
<updated>2013-06-10T12:43:11Z</updated>
<author>
<name>Vishwanathrao Badarkhe, Manish</name>
<email>manishv.b@ti.com</email>
</author>
<published>2013-05-22T03:38:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=03e08d7cf6f0c41acb03d3b2c82f39a827a11a10'/>
<id>urn:sha1:03e08d7cf6f0c41acb03d3b2c82f39a827a11a10</id>
<content type='text'>
Add MMC support for da830 boards in order to perform
mmc operations(read,write and erase).

Signed-off-by: Vishwanathrao Badarkhe, Manish &lt;manishv.b@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>mmc: omap_hsmmc: Update pbias programming</title>
<updated>2013-06-10T12:43:10Z</updated>
<author>
<name>Balaji T K</name>
<email>balajitk@ti.com</email>
</author>
<published>2013-06-06T05:04:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a5d439c2d3a55df2718eae19fb128e498f4bef87'/>
<id>urn:sha1:a5d439c2d3a55df2718eae19fb128e498f4bef87</id>
<content type='text'>
Update pbias programming sequence for OMAP5 ES2.0/DRA7

Signed-off-by: Balaji T K &lt;balajitk@ti.com&gt;
Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
</content>
</entry>
<entry>
<title>ARM: DRA7xx: Correct the SYS_CLK to 20MHZ</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:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f9b814a8e99390d19628bc1b67c9567fc485d918'/>
<id>urn:sha1:f9b814a8e99390d19628bc1b67c9567fc485d918</id>
<content type='text'>
The sys_clk on the dra evm board is 20MHZ.
Changing the configuration for the same.
And also moving V_SCLK, V_OSCK defines to
arch/clock.h for OMAP4+ boards.

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: Change the Debug UART to UART1</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:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=378bd1fb4e965a10b396140e964740c76c960c70'/>
<id>urn:sha1:378bd1fb4e965a10b396140e964740c76c960c70</id>
<content type='text'>
Serial UART is connected to UART1. So add the change
for the same.

Signed-off-by: Sricharan R &lt;r.sricharan@ti.com&gt;
</content>
</entry>
</feed>
