<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/st-ericsson, branch v2012.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/st-ericsson?h=v2012.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/st-ericsson?h=v2012.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-10-04T14:59:13Z</updated>
<entry>
<title>snowball: Clear UART RX FIFO</title>
<updated>2012-10-04T14:59:13Z</updated>
<author>
<name>Ramesh Chandrasekaran</name>
<email>ramesh.chandrasekaran@stericsson.com</email>
</author>
<published>2012-09-10T20:28:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1acc5559d9c3f45b4243474fe61ec3cab8d23f7a'/>
<id>urn:sha1:1acc5559d9c3f45b4243474fe61ec3cab8d23f7a</id>
<content type='text'>
Without usb-serial cable plugged at this stage, some
garbage is seen in UART RX FIFO, which blocks autoboot
progress. The fix makes sure to empty the RX FIFO,
before we wait for user input to interrupt autoboot.

Signed-off-by: Ramesh Chandrasekaran &lt;ramesh.chandrasekaran@stericsson.com&gt;
</content>
</entry>
<entry>
<title>u8500: Separating mmc config parameters from driver</title>
<updated>2012-09-01T12:58:20Z</updated>
<author>
<name>John Rigby</name>
<email>john.rigby@linaro.org</email>
</author>
<published>2012-07-31T08:59:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=10ed93dcddeede4e305235367c402fb99e063ef3'/>
<id>urn:sha1:10ed93dcddeede4e305235367c402fb99e063ef3</id>
<content type='text'>
Configuration in vexpress and u8500.v1 is different from what
is needed in u8500.v2.  As such, card configuration specifics need
to reside in the board file rather than the driver.

Signed-off-by: John Rigby &lt;john.rigby@linaro.org&gt;
Signed-off-by: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>u8500: Enabling power to MMC device on AB8500 V2</title>
<updated>2012-09-01T12:58:20Z</updated>
<author>
<name>Mathieu J. Poirier</name>
<email>mathieu.poirier@linaro.org</email>
</author>
<published>2012-07-31T08:59:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=75dfe964cbe01ec089e4e3d470a86835776fe248'/>
<id>urn:sha1:75dfe964cbe01ec089e4e3d470a86835776fe248</id>
<content type='text'>
Register mapping has changed on power control chip between
the first and second revision.

Signed-off-by: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;
Signed-off-by: John Rigby &lt;john.rigby@linaro.org&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>u8500: Moving processor-specific functions to cpu area.</title>
<updated>2012-09-01T12:58:20Z</updated>
<author>
<name>Mathieu J. Poirier</name>
<email>mathieu.poirier@linaro.org</email>
</author>
<published>2012-07-31T08:59:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1e37322e5a2ff8b529d82a6c345d5e343f77a5fc'/>
<id>urn:sha1:1e37322e5a2ff8b529d82a6c345d5e343f77a5fc</id>
<content type='text'>
Functions such as providing power to the MMC device and reading
the processor version register should be in the cpu area for
access by multiple u8500-based boards.

Signed-off-by: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;
Signed-off-by: John Rigby &lt;john.rigby@linaro.org&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>snowball: applying power to LAN and GBF controllers</title>
<updated>2012-09-01T12:58:20Z</updated>
<author>
<name>Mathieu J. Poirier</name>
<email>mathieu.poirier@linaro.org</email>
</author>
<published>2012-07-31T08:59:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b95f9ec7d88b2b2362fab39a66fdccb3d6be53d4'/>
<id>urn:sha1:b95f9ec7d88b2b2362fab39a66fdccb3d6be53d4</id>
<content type='text'>
LAN and GBF need to be powered explicitely, doing so with
interface to AB8500 companion chip.

Signed-off-by: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;
Signed-off-by: John Rigby &lt;john.rigby@linaro.org&gt;
</content>
</entry>
<entry>
<title>snowball: Adding architecture dependent initialisation</title>
<updated>2012-09-01T12:58:19Z</updated>
<author>
<name>Mathieu J. Poirier</name>
<email>mathieu.poirier@linaro.org</email>
</author>
<published>2012-07-31T08:59:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9652de7c488c4915c91626b71fa553d3ed13da47'/>
<id>urn:sha1:9652de7c488c4915c91626b71fa553d3ed13da47</id>
<content type='text'>
Enabling timers and clocks in PRCMU and cleaning up mailbox.

Signed-off-by: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;
Signed-off-by: John Rigby &lt;john.rigby@linaro.org&gt;
</content>
</entry>
<entry>
<title>u8500: Moving prcmu to cpu directory</title>
<updated>2012-09-01T12:58:19Z</updated>
<author>
<name>Mathieu J. Poirier</name>
<email>mathieu.poirier@linaro.org</email>
</author>
<published>2012-07-31T08:59:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=42cb8fb6cb2c869229b0158e3c86c50fb242d6aa'/>
<id>urn:sha1:42cb8fb6cb2c869229b0158e3c86c50fb242d6aa</id>
<content type='text'>
This is to allow the prcmu functions to be used by multiple
u8500-based processors.

Signed-off-by: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;
Signed-off-by: John Rigby &lt;john.rigby@linaro.org&gt;
</content>
</entry>
<entry>
<title>snowball: Add support for ux500 based snowball board</title>
<updated>2012-09-01T12:58:19Z</updated>
<author>
<name>Mathieu J. Poirier</name>
<email>mathieu.poirier@linaro.org</email>
</author>
<published>2012-08-03T11:05:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=84dee301c30d728f97c85f795661804980fb0c77'/>
<id>urn:sha1:84dee301c30d728f97c85f795661804980fb0c77</id>
<content type='text'>
Signed-off-by: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;
Signed-off-by: John Rigby &lt;john.rigby@linaro.org&gt;
Acked-by: Tom Rini &lt;trini@ti.com&gt;
Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

Conflicts:

	drivers/gpio/Makefile
</content>
</entry>
<entry>
<title>cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT</title>
<updated>2011-10-27T21:53:59Z</updated>
<author>
<name>Helmut Raiger</name>
<email>helmut.raiger@hale.at</email>
</author>
<published>2011-10-20T04:19:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9660e442de66e7a80513b30e5226eeec73b9c17a'/>
<id>urn:sha1:9660e442de66e7a80513b30e5226eeec73b9c17a</id>
<content type='text'>
This renames BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT.
Along the way it removes some leftover

 #define BOARD_LATE_INIT		1

and adds some basic documentation for board specific
callbacks in README.

Signed-off-by: Helmut Raiger &lt;helmut.raiger@hale.at&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>punt unused clean/distclean targets</title>
<updated>2011-10-15T20:20:36Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-10-13T06:54:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=464c79207c89f247f97b344495924eabb0c9738e'/>
<id>urn:sha1:464c79207c89f247f97b344495924eabb0c9738e</id>
<content type='text'>
The top level Makefile does not do any recursion into subdirs when
cleaning, so these clean/distclean targets in random arch/board dirs
never get used.  Punt them all.

MAKEALL didn't report any errors related to this that I could see.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
</feed>
