<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/include/asm/arch-u8500, branch master</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-u8500?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include/asm/arch-u8500?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-09-15T19:05:21Z</updated>
<entry>
<title>arm: Remove unused ST-Ericsson u8500 arch</title>
<updated>2015-09-15T19:05:21Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2015-09-14T07:17:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=68282f55b8465660af105086ad327ecdd8f35c67'/>
<id>urn:sha1:68282f55b8465660af105086ad327ecdd8f35c67</id>
<content type='text'>
This arch does not seem to be supported / used at all in the current
U-Boot mainline source tree any more. So lets remove the core u8500 code
and code that was only referenced by this platform.

Please note that this patch also removes these config options:

- CONFIG_PL011_SERIAL_RLCR
- CONFIG_PL011_SERIAL_FLUSH_ON_INIT

As they only seem to be referenced by u8500 based boards. Without any
such board in the current code, these config option don't make sense
any more. Lets remove them as well.

If someone still wants to use this platform, then please send patches
to re-enable support by adding at least one board that references this
code.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;
Cc: John Rigby &lt;john.rigby@linaro.org&gt;
Cc: Simon Glass &lt;sjg@chromium.org&gt;
Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Cc: Tom Rini &lt;trini@konsulko.com&gt;
Cc: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Albert Aribaud &lt;albert.u.boot@aribaud.net&gt;
Reviewed-by: Masahiro Yamada &lt;yamada.masahiro@socionext.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>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: Moving to ux500.v2 addess scheme for PRCMU access</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:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=101a769d75ffd06b7316d7bd4e896b95af7cb6d4'/>
<id>urn:sha1:101a769d75ffd06b7316d7bd4e896b95af7cb6d4</id>
<content type='text'>
Addresses between ux500.v1 and ux500.v2 have changed slightly,
hence mandating a review of the PRCMU access methods.

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 CPU clock initialisation</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:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=81637e26b38ff532f20663abb897be0ea0931280'/>
<id>urn:sha1:81637e26b38ff532f20663abb897be0ea0931280</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;
</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>
</feed>
