<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/cpu/at91-common/Makefile, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu/at91-common/Makefile?h=main</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu/at91-common/Makefile?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-02-21T13:23:51Z</updated>
<entry>
<title>ARM: at91: collect SoC sources into mach-at91</title>
<updated>2015-02-21T13:23:51Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2015-02-20T08:04:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=620118403e1521b4c883848a84d2fb68e3fa1aa0'/>
<id>urn:sha1:620118403e1521b4c883848a84d2fb68e3fa1aa0</id>
<content type='text'>
This commit moves source files as follows:

  arch/arm/cpu/arm920t/at91/*   -&gt; arch/arm/mach-at91/arm920t/*
  arch/arm/cpu/arm926ejs/at91/* -&gt; arch/arm/mach-at91/arm926ejs/*
  arch/arm/cpu/armv7/at91/*     -&gt; arch/arm/mach-at91/armv7/*
  arch/arm/cpu/at91-common/*    -&gt; arch/arm/mach-at91/*

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
Acked-by: Andreas Bießmann &lt;andreas.devel@googlemail.co&gt;
</content>
</entry>
<entry>
<title>ARM: atmel: sama5d4: build related file when enable SPL</title>
<updated>2015-02-07T22:42:52Z</updated>
<author>
<name>Bo Shen</name>
<email>voice.shen@atmel.com</email>
</author>
<published>2014-12-15T05:24:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=01c073c013551aa3461a96a23617e2179bda1f5b'/>
<id>urn:sha1:01c073c013551aa3461a96a23617e2179bda1f5b</id>
<content type='text'>
Signed-off-by: Bo Shen &lt;voice.shen@atmel.com&gt;
</content>
</entry>
<entry>
<title>arm, spl, at91: add at91sam9260 and at91sam9g45 spl support</title>
<updated>2014-11-17T13:47:17Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2014-10-31T07:31:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5abc00d02082056765a8029675e7b05ab6c35263'/>
<id>urn:sha1:5abc00d02082056765a8029675e7b05ab6c35263</id>
<content type='text'>
add support for using spl code on at91sam9260 and at91sam9g45
based boards.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Reviewed-by: Bo Shen &lt;voice.shen@atmel.com&gt;
Reviewed-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
[adopt Bo's change in spl.c]
Signed-off-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</content>
</entry>
<entry>
<title>arm, at91: compile mpddrc ram init code also for AT91SAM9M10G45</title>
<updated>2014-11-17T13:47:16Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2014-10-31T07:30:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7dd5891061763b92e41a8e451a43be3d14ac9b4e'/>
<id>urn:sha1:7dd5891061763b92e41a8e451a43be3d14ac9b4e</id>
<content type='text'>
- compile mpddrc ram init code also for AT91SAM9M10G45
  based boards.
- in CONFIG_SAMA5D3 case, look for the ATMEL_MPDDRC_CR_DECOD_INTERLEAVED
  in the cr configuration

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Reviewed-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
Reviewed-by: Bo Shen &lt;voice.shen@atmel.com&gt;
Signed-off-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</content>
</entry>
<entry>
<title>arm926ejs, at91: add common phy_reset function</title>
<updated>2013-12-01T21:38:52Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2013-11-18T07:07:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4535a24c0c06e367bc40c43b4807bdb335513a1a'/>
<id>urn:sha1:4535a24c0c06e367bc40c43b4807bdb335513a1a</id>
<content type='text'>
add common phy reset code into a common function.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
Cc: Bo Shen &lt;voice.shen@atmel.com&gt;
Cc: Jens Scharsig &lt;esw@bus-elektronik.de&gt;
Cc: Sergey Lapin &lt;slapin@ossfans.org&gt;
Cc: Stelian Pop &lt;stelian@popies.net&gt;
Cc: Albin Tonnerre &lt;albin.tonnerre@free-electrons.com&gt;
Cc: Eric Benard &lt;eric@eukrea.com&gt;
Cc: Markus Hubig &lt;mhubig@imko.de&gt;
Acked-by: Jens Scharsig (BuS Elektronik) &lt;esw@bus-elektronik.de&gt;
Tested-by: Jens Scharsig (BuS Elektronik) &lt;esw@bus-elektronik.de&gt;
Tested-by: Bo Shen &lt;voice.shen@atmel.com&gt;
Acked-by: Bo Shen &lt;voice.shen@atmel.com&gt;
Signed-off-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</content>
</entry>
<entry>
<title>arm: atmel: sama5d3: spl boot from fat fs SD card</title>
<updated>2013-12-01T21:38:51Z</updated>
<author>
<name>Bo Shen</name>
<email>voice.shen@atmel.com</email>
</author>
<published>2013-11-15T03:12:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c5e8885aab9d282fa480cfa359cf5fd84248abb8'/>
<id>urn:sha1:c5e8885aab9d282fa480cfa359cf5fd84248abb8</id>
<content type='text'>
Enable Atmel sama5d3xek boart spl boot support, which can load u-boot
from SD card with FAT file system.

Signed-off-by: Bo Shen &lt;voice.shen@atmel.com&gt;
Signed-off-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</content>
</entry>
<entry>
<title>arm: atmel: add ddr2 initialization function</title>
<updated>2013-12-01T21:38:47Z</updated>
<author>
<name>Bo Shen</name>
<email>voice.shen@atmel.com</email>
</author>
<published>2013-11-15T03:12:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9d9289cb31d8c0bf4d3708df23a24edb4205165d'/>
<id>urn:sha1:9d9289cb31d8c0bf4d3708df23a24edb4205165d</id>
<content type='text'>
The MPDDRC supports different type of SDRAM
This patch add ddr2 initialization function

Signed-off-by: Bo Shen &lt;voice.shen@atmel.com&gt;
Signed-off-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</content>
</entry>
</feed>
