<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/asm-arm/arch-at91, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/asm-arm/arch-at91?h=main</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/asm-arm/arch-at91?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2010-04-13T07:13:12Z</updated>
<entry>
<title>Move architecture-specific includes to arch/$ARCH/include/asm</title>
<updated>2010-04-13T07:13:12Z</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2010-04-13T03:28:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=819833af39a91fa1c1e8252862bbda6f5a602f7b'/>
<id>urn:sha1:819833af39a91fa1c1e8252862bbda6f5a602f7b</id>
<content type='text'>
This helps to clean up the include/ directory so that it only contains
non-architecture-specific headers and also matches Linux's directory
layout which many U-Boot developers are already familiar with.

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
</entry>
<entry>
<title>at91: use C structs for AT91 OHCI code</title>
<updated>2010-04-03T20:24:27Z</updated>
<author>
<name>Matthias Fuchs</name>
<email>matthias.fuchs@esd.eu</email>
</author>
<published>2010-03-25T13:30:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0701f730cebc8dd065b70812ca0332055dcf10f8'/>
<id>urn:sha1:0701f730cebc8dd065b70812ca0332055dcf10f8</id>
<content type='text'>
This patch is part of migrating the AT91 support towards
using C struct for all SOC access.

It removes one more CONFIG_AT91_LEGACY warning.

at91_pmc.h needs cleanup after migration of the drivers
has been done.

Signed-off-by: Matthias Fuchs &lt;matthias.fuchs@esd.eu&gt;
</content>
</entry>
<entry>
<title>correct a syntax typo in at91_matrix.h</title>
<updated>2010-03-21T21:22:53Z</updated>
<author>
<name>Asen Dimov</name>
<email>dimov@ronetix.at</email>
</author>
<published>2010-03-18T11:41:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=daa989b47297c9f73426783599c286ef3a1f3f49'/>
<id>urn:sha1:daa989b47297c9f73426783599c286ef3a1f3f49</id>
<content type='text'>
Signed-off-by: Asen Dimov &lt;dimov@ronetix.at&gt;
</content>
</entry>
<entry>
<title>updates the at91 main_clock calculation</title>
<updated>2010-03-07T18:36:36Z</updated>
<author>
<name>Jens Scharsig</name>
<email>js_at_ng@scharsoft.de</email>
</author>
<published>2010-02-14T11:20:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7cedb29872069e782f9f97cef4ab1232736e4c85'/>
<id>urn:sha1:7cedb29872069e782f9f97cef4ab1232736e4c85</id>
<content type='text'>
* updates the conditional main_clock calculation (if AT91_MAIN_CLOCK defined) to c structure SoC access
 * add need register flags

Signed-off-by: Jens Scharsig &lt;js_at_ng@scharsoft.de&gt;
</content>
</entry>
<entry>
<title>ARM change name of defines for AT91 arm926ejs</title>
<updated>2010-03-07T18:36:35Z</updated>
<author>
<name>Achim Ehrlich</name>
<email>aehrlich@taskit.de</email>
</author>
<published>2010-02-24T09:29:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7c966a8bdfdab80cafbfed035d7ae6ea6f58f756'/>
<id>urn:sha1:7c966a8bdfdab80cafbfed035d7ae6ea6f58f756</id>
<content type='text'>
Configuration defines should be preceeded with CONFIG_SYS_. Renamed
some at91 specific defines to conform to this naming convention:

AT91_CPU_NAME to CONFIG_SYS_AT91_CPU_NAME
AT91_MAIN_CLOCK to CONFIG_SYS_AT91_MAIN_CLOCK

Signed-off-by: Achim Ehrlich &lt;aehrlich@taskit.de&gt;
</content>
</entry>
<entry>
<title>new at91_emac network driver (NET_MULTI api)</title>
<updated>2010-02-12T18:36:04Z</updated>
<author>
<name>Jens Scharsig</name>
<email>js_at_ng@scharsoft.de</email>
</author>
<published>2010-02-03T21:47:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6799a80f7644d78988187390dfd37352f20ad710'/>
<id>urn:sha1:6799a80f7644d78988187390dfd37352f20ad710</id>
<content type='text'>
* add's at91_emac (AT91RM9200) network driver (NET_MULTI api)
 * enable driver with CONFIG_DRIVER_AT91EMAC
 * generic PHY initialization
 * modify AT91RM9200 boards to use NET_MULTI driver
 * the drivers has been tested with LXT971 Phy and DM9161 Phy at MII and RMII
   interface

Signed-off-by: Jens Scharsig &lt;js_at_ng@scharsoft.de&gt;
</content>
</entry>
<entry>
<title>prepare joining at91rm9200 into at91</title>
<updated>2010-02-12T18:31:55Z</updated>
<author>
<name>Jens Scharsig</name>
<email>js_at_ng@scharsoft.de</email>
</author>
<published>2010-02-03T21:47:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=98250e8e17fc76b3981708c6e63d41f875bf0359'/>
<id>urn:sha1:98250e8e17fc76b3981708c6e63d41f875bf0359</id>
<content type='text'>
* prepare joining at91 and at91rm9200
 * add modified copy of soc files to cpu/arm920t/at91 to make
   possible to compile at91rm9200 boards in at91 tree instead
   of at91rm9200
 * add header files with c structure defs for AT91 MC, ST and TC
 * the new cpu files are using at91 c structure soc access
 * please read README.soc-at91 for details

Signed-off-by: Jens Scharsig &lt;js_at_ng@scharsoft.de&gt;
</content>
</entry>
<entry>
<title>add a new AT91 GPIO driver</title>
<updated>2010-02-12T18:31:54Z</updated>
<author>
<name>Jens Scharsig</name>
<email>js_at_ng@scharsoft.de</email>
</author>
<published>2010-02-03T21:46:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ea8fbba73184a40437bdeccd888cf448d5f1105e'/>
<id>urn:sha1:ea8fbba73184a40437bdeccd888cf448d5f1105e</id>
<content type='text'>
* add a real AT91 GPIO driver instead of header inline code
* resolve the mixing of port and pins
* change board config files to use new driver
* add macros to gpio to realize backward compatibility

Signed-off-by: Jens Scharsig &lt;js_at_ng@scharsoft.de&gt;
</content>
</entry>
<entry>
<title>add c structures for SoC access</title>
<updated>2010-02-12T18:31:54Z</updated>
<author>
<name>Jens Scharsig</name>
<email>js_at_ng@scharsoft.de</email>
</author>
<published>2010-02-03T21:46:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5d8e359c38d3ab80015e47d0cab792efe75cacf9'/>
<id>urn:sha1:5d8e359c38d3ab80015e47d0cab792efe75cacf9</id>
<content type='text'>
* add's c structures for SoC access to pheriperials head files

Signed-off-by: Jens Scharsig &lt;js_at_ng@scharsoft.de&gt;
</content>
</entry>
<entry>
<title>new at91_emac network driver (NET_MULTI api)</title>
<updated>2010-02-01T06:37:12Z</updated>
<author>
<name>Jens Scharsig</name>
<email>js_at_ng@scharsoft.de</email>
</author>
<published>2010-01-23T11:03:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c041e9d212162f6c85cd3b6a40ad6ba9d9292451'/>
<id>urn:sha1:c041e9d212162f6c85cd3b6a40ad6ba9d9292451</id>
<content type='text'>
* add's at91_emac (AT91RM9200) network driver (NET_MULTI api)
* enable driver with CONFIG_DRIVER_AT91EMAC
* generic PHY initialization
* modify AT91RM9200 boards to use NET_MULTI driver
* the drivers has been tested with LXT971 Phy and DM9161 Phy at
  MII and RMII interface

Signed-off-by: Jens Scharsig &lt;js_at_ng@scharsoft.de&gt;
Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
</feed>
