<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/atmel, branch v2012.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/atmel?h=v2012.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/atmel?h=v2012.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-07-07T12:07:30Z</updated>
<entry>
<title>AT91SAM9*: Change kernel address in dataflash to match u-boot's size</title>
<updated>2012-07-07T12:07:30Z</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@piout.net</email>
</author>
<published>2012-07-02T04:26:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e139cb31d32a4f39241bfd83bf622a97d08f6c9d'/>
<id>urn:sha1:e139cb31d32a4f39241bfd83bf622a97d08f6c9d</id>
<content type='text'>
On at91sam platforms, u-boot grew larger than the allocated size in
dataflash, the layout was:
bootstrap  0x00000000
ubootenv   0x00004200
uboot      0x00008400
kernel     0x00042000
fs         0x00252000

u-boot with the defconfig doesn't seem to fit in 0x42000 - 0x8400 =
0x39C00 bytes anymore.

Now, the layout is:
bootstrap  0x00000000
ubootenv   0x00004200
uboot      0x00008400
kernel     0x00084000
fs         0x00294000

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@piout.net&gt;
Signed-off-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Fix: broken boot message at serial line on AT91SAM9263-EK board</title>
<updated>2012-07-07T12:07:29Z</updated>
<author>
<name>esw@bus-elektronik.de</name>
<email>esw@bus-elektronik.de</email>
</author>
<published>2012-03-19T04:25:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2feb73666174518e50364f76966af8b291cb6fa7'/>
<id>urn:sha1:2feb73666174518e50364f76966af8b291cb6fa7</id>
<content type='text'>
Signed-off-by: Jens Scharsig (BuS Elektronik) &lt;esw@bus-elektronik.de&gt;
Signed-off-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Fix Stelian's email address</title>
<updated>2011-11-29T14:43:38Z</updated>
<author>
<name>Stelian Pop</name>
<email>stelian@popies.net</email>
</author>
<published>2011-10-31T23:00:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c9e798d35a2995931418d204141d13c019306d8c'/>
<id>urn:sha1:c9e798d35a2995931418d204141d13c019306d8c</id>
<content type='text'>
Change my old email address which is no longer valid.

Signed-off-by: Stelian Pop &lt;stelian@popies.net&gt;
Signed-off-by: Anatolij Gustschin &lt;agust@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>
<entry>
<title>led: remove camel casing of led identifiers globally</title>
<updated>2011-09-13T06:30:52Z</updated>
<author>
<name>Jason Kridner</name>
<email>jkridner@beagleboard.org</email>
</author>
<published>2011-09-04T18:40:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2d3be7c456f9d0bcfd4d4b0515aecd32d6a06037'/>
<id>urn:sha1:2d3be7c456f9d0bcfd4d4b0515aecd32d6a06037</id>
<content type='text'>
Result of running the following command to address Wolfgang's
comment about camel case:

for file in `find . | grep '\.[chS]$'`; do perl -i -pe
's/(green|yellow|red|blue)_LED_(on|off)/$1_led_$2/g' $file; done

Discussion:
http://patchwork.ozlabs.org/patch/84988/

Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
Signed-off-by: Joel A Fernandes &lt;agnel.joel@gmail.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>ARM: remove broken "at91rm9200dk" board</title>
<updated>2011-09-04T09:36:15Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-08-26T02:25:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1c8575225825b507573d0cac9c51b3611949ba01'/>
<id>urn:sha1:1c8575225825b507573d0cac9c51b3611949ba01</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: remove broken "at91cap9adk" board</title>
<updated>2011-09-04T09:36:14Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-08-26T02:25:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b5508344581d785b495df6e2b9cb94a13360afb5'/>
<id>urn:sha1:b5508344581d785b495df6e2b9cb94a13360afb5</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Stelian Pop &lt;stelian.pop@leadtechdesign.com&gt;
</content>
</entry>
<entry>
<title>atmel: Update support of board AT91SAM9M10G45-EK to new style</title>
<updated>2011-09-03T20:40:45Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-08-04T11:08:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5cfeec5125a1946da7d5f25576ea686047848182'/>
<id>urn:sha1:5cfeec5125a1946da7d5f25576ea686047848182</id>
<content type='text'>
Based on earlier work by Alex Waterman &lt;awaterman@dawning.com&gt;.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>AT91: Makes AT91SAM9263-EK build correctly against u-boot-atmel/master</title>
<updated>2011-08-03T11:00:56Z</updated>
<author>
<name>Xu, Hong</name>
<email>Hong.Xu@atmel.com</email>
</author>
<published>2011-06-10T21:31:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cd46b0f2b97771a19c3997e713d22bfb374815bb'/>
<id>urn:sha1:cd46b0f2b97771a19c3997e713d22bfb374815bb</id>
<content type='text'>
Rework for AT91SAM9263-EK, makes it build again.
Based on the work for AT91SAM9260-EK.

Signed-off-by: Hong Xu &lt;hong.xu@atmel.com&gt;
Signed-off-by: Reinhard Meyer &lt;uboot@emk-elektronik.de&gt;
</content>
</entry>
<entry>
<title>AT91: Board fix for AT91SAM9261-EK</title>
<updated>2011-08-03T11:00:56Z</updated>
<author>
<name>Xu, Hong</name>
<email>Hong.Xu@atmel.com</email>
</author>
<published>2011-07-31T22:49:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f7aea46d6ad9c257d2fbea7238cc8796aaa733f1'/>
<id>urn:sha1:f7aea46d6ad9c257d2fbea7238cc8796aaa733f1</id>
<content type='text'>
Fix board part of AT91SAM9261-EK according to the new scheme

Signed-off-by: Hong Xu &lt;hong.xu@atmel.com&gt;
Signed-off-by: Reinhard Meyer &lt;u-boot@emk-elektronik.de&gt;
</content>
</entry>
</feed>
