<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cpu/arm926ejs/at91, branch v2009.08</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/cpu/arm926ejs/at91?h=v2009.08</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/cpu/arm926ejs/at91?h=v2009.08'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2009-08-01T09:45:05Z</updated>
<entry>
<title>Add AT91SAM9260 to at91's lowlevel_init.S</title>
<updated>2009-08-01T09:45:05Z</updated>
<author>
<name>Eric Benard</name>
<email>eric@eukrea.com</email>
</author>
<published>2009-07-18T21:45:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3c448e648221879ae0e030e94508b4f9f63b7ab8'/>
<id>urn:sha1:3c448e648221879ae0e030e94508b4f9f63b7ab8</id>
<content type='text'>
Needed for AT91SAM9260 NOR Boot on Eukrea's CPU9260.

Signed-off-by: Eric Benard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>at91: Introduction of at91sam9g10 SOC.</title>
<updated>2009-07-12T15:56:11Z</updated>
<author>
<name>Sedji Gaouaou</name>
<email>sedji.gaouaou@atmel.com</email>
</author>
<published>2009-06-25T15:04:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5ccc2d99d61c81805348b0cd9f79731b271f7daf'/>
<id>urn:sha1:5ccc2d99d61c81805348b0cd9f79731b271f7daf</id>
<content type='text'>
AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a
faster clock speed: 266/133MHz.

Signed-off-by: Sedji Gaouaou &lt;sedji.gaouaou@atmel.com&gt;
</content>
</entry>
<entry>
<title>at91: Introduction of at91sam9g45 SOC.</title>
<updated>2009-07-12T15:43:34Z</updated>
<author>
<name>Sedji Gaouaou</name>
<email>sedji.gaouaou@atmel.com</email>
</author>
<published>2009-07-09T08:16:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=22ee647380c42f44528f99b7c1b423725e542102'/>
<id>urn:sha1:22ee647380c42f44528f99b7c1b423725e542102</id>
<content type='text'>
AT91sam9g45 series is an ARM 926ej-s SOC family clocked at 400/133MHz.
It embeds USB high speed host and device, LCD, DDR2 RAM, and a full set of
peripherals.

The first board that embeds at91sam9g45 chip is the AT91SAM9G45-EKES.
On the board you can find 2 USART, USB high speed,
a 480*272 LG lcd, ethernet, gpio/joystick/buttons.

Signed-off-by: Sedji Gaouaou &lt;sedji.gaouaou@atmel.com&gt;
</content>
</entry>
<entry>
<title>at91: Add CAN init function</title>
<updated>2009-07-06T19:52:43Z</updated>
<author>
<name>Daniel Gorsulowski</name>
<email>Daniel.Gorsulowski@esd.eu</email>
</author>
<published>2009-06-30T21:03:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=45627fce18139a74e0755124d27376b520db156c'/>
<id>urn:sha1:45627fce18139a74e0755124d27376b520db156c</id>
<content type='text'>
To enable CAN init, CONFIG_CAN has to be defined in the board config file
and at91_can_hw_init() has to be called in the board specific code.

CAN is available on AT91SAM9263 and AT91CAP9 SoC.

Signed-off-by: Daniel Gorsulowski &lt;Daniel.Gorsulowski@esd.eu&gt;
</content>
</entry>
<entry>
<title>at91: unify nor boot support</title>
<updated>2009-06-21T14:18:12Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2009-06-13T10:50:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8096c51fd4e611ed666dbe77767e81af5d94fc7b'/>
<id>urn:sha1:8096c51fd4e611ed666dbe77767e81af5d94fc7b</id>
<content type='text'>
the lowlevel init sequence is the same so unify it

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>at91: move cpu info print to cpu</title>
<updated>2009-06-12T18:45:46Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2009-05-31T12:53:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b2403589b4d9996394bafc73eca3623f43ac2c31'/>
<id>urn:sha1:b2403589b4d9996394bafc73eca3623f43ac2c31</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>at91: extract reset from timer</title>
<updated>2009-06-12T18:39:53Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2009-05-31T10:44:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5bb59b3c906ee01adfaac9565443e5236a793079'/>
<id>urn:sha1:5bb59b3c906ee01adfaac9565443e5236a793079</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>arm: unify linker script</title>
<updated>2009-06-12T18:39:52Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2009-05-08T18:24:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=10a451cd57cffbca875c97bbd8929059c5627ec6'/>
<id>urn:sha1:10a451cd57cffbca875c97bbd8929059c5627ec6</id>
<content type='text'>
all arm boards except a few use the same cpu linker script
so move it to cpu/$(CPU)

that could be overwrite in following order
SOC
BOARD
via the corresponding config.mk

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>afeb9260: fix macb device init</title>
<updated>2009-06-12T18:39:52Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2009-05-16T08:02:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9475c63c7855edd863c93a9bb0f4b8e240d9d212'/>
<id>urn:sha1:9475c63c7855edd863c93a9bb0f4b8e240d9d212</id>
<content type='text'>
uses PA10, PA11 for ETX2 and ETX3.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>at91: regroup IP hw init in one file per soc</title>
<updated>2009-06-12T18:39:51Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2009-05-13T19:01:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1699da6297b8c22da16cf85b3c79192f1a6d70ca'/>
<id>urn:sha1:1699da6297b8c22da16cf85b3c79192f1a6d70ca</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
</feed>
