<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot-toradex.git/doc, branch colibri_vf</title>
<subtitle>U-Boot bootloader for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/'/>
<entry>
<title>git-mailrc: change usb maintainer to Marek</title>
<updated>2012-03-18T23:08:26+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2012-03-05T15:15:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=f0bc5df45a7976ee96cdb7a967ae368397d9d66a'/>
<id>f0bc5df45a7976ee96cdb7a967ae368397d9d66a</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/git-mailrc: add &lt;me&gt; to avr32 alias</title>
<updated>2012-03-13T11:06:43+00:00</updated>
<author>
<name>Andreas Bießmann</name>
<email>andreas.devel@googlemail.com</email>
</author>
<published>2012-03-10T12:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=40ab4ef44844fa35a3126d83e8d3f232bf6917bc'/>
<id>40ab4ef44844fa35a3126d83e8d3f232bf6917bc</id>
<content type='text'>
Signed-off-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ATMEL: remove old atmel_mci driver</title>
<updated>2012-03-13T11:06:42+00:00</updated>
<author>
<name>Sven Schnelle</name>
<email>svens@stackframe.org</email>
</author>
<published>2011-10-21T12:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=c9abb4260c30fbfd51bb2cd551e7426e2ae15b66'/>
<id>c9abb4260c30fbfd51bb2cd551e7426e2ae15b66</id>
<content type='text'>
All boards are using the gen_atmel_mci driver now, so no need
to carry the old driver around.

Signed-off-by: Sven Schnelle &lt;svens@stackframe.org&gt;
Signed-off-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All boards are using the gen_atmel_mci driver now, so no need
to carry the old driver around.

Signed-off-by: Sven Schnelle &lt;svens@stackframe.org&gt;
Signed-off-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: complete, typos</title>
<updated>2012-02-14T18:02:46+00:00</updated>
<author>
<name>Peter Meerwald</name>
<email>p.meerwald@bct-electronic.com</email>
</author>
<published>2012-02-08T05:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=00309c67ab8c8a1d4447f643b318b1474926173a'/>
<id>00309c67ab8c8a1d4447f643b318b1474926173a</id>
<content type='text'>
mention repeatable to README.commands and fix some typos

Signed-off-by: Peter Meerwald &lt;p.meerwald@bct-electronic.com&gt;
Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Tested-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mention repeatable to README.commands and fix some typos

Signed-off-by: Peter Meerwald &lt;p.meerwald@bct-electronic.com&gt;
Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Tested-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes to move hawkboard to the new spl infrastructure</title>
<updated>2012-02-12T09:11:33+00:00</updated>
<author>
<name>Sughosh Ganu</name>
<email>urwithsughosh@gmail.com</email>
</author>
<published>2012-02-02T00:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=6b873dcabd85ca4109a76c488c653609ea71c848'/>
<id>6b873dcabd85ca4109a76c488c653609ea71c848</id>
<content type='text'>
This patch moves hawkboard to the new spl infrastructure from the
older nand_spl one.

Removed the hawkboard_nand_config build option -- The spl code now
gets compiled with hawkboard_config, after building the main u-boot
image, using the CONFIG_SPL_TEXT_BASE. Modified the README.hawkboard
to reflect the same.

Signed-off-by: Sughosh Ganu &lt;urwithsughosh@gmail.com&gt;
Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Christian Riesch &lt;christian.riesch@omicron.at&gt;
Cc: Sudhakar Rajashekhara &lt;sudhakar.raj@ti.com&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
Acked-by: Christian Riesch &lt;christian.riesch@omicron.at&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch moves hawkboard to the new spl infrastructure from the
older nand_spl one.

Removed the hawkboard_nand_config build option -- The spl code now
gets compiled with hawkboard_config, after building the main u-boot
image, using the CONFIG_SPL_TEXT_BASE. Modified the README.hawkboard
to reflect the same.

Signed-off-by: Sughosh Ganu &lt;urwithsughosh@gmail.com&gt;
Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Christian Riesch &lt;christian.riesch@omicron.at&gt;
Cc: Sudhakar Rajashekhara &lt;sudhakar.raj@ti.com&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
Acked-by: Christian Riesch &lt;christian.riesch@omicron.at&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix typos</title>
<updated>2012-02-12T09:11:32+00:00</updated>
<author>
<name>Peter Meerwald</name>
<email>p.meerwald@bct-electronic.com</email>
</author>
<published>2012-02-02T12:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=fd3d28e7a6be0e270bcd5b513355740bd89ed84d'/>
<id>fd3d28e7a6be0e270bcd5b513355740bd89ed84d</id>
<content type='text'>
Signed-off-by: Peter Meerwald &lt;p.meerwald@bct-electronic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Peter Meerwald &lt;p.meerwald@bct-electronic.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>usb: ulpi: Add omap-ulpi-view port support</title>
<updated>2012-02-12T09:11:30+00:00</updated>
<author>
<name>Govindraj.R</name>
<email>govindraj.raja@ti.com</email>
</author>
<published>2012-02-06T03:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=928c4bdf9b069be218436d25b96721395c4d671f'/>
<id>928c4bdf9b069be218436d25b96721395c4d671f</id>
<content type='text'>
Based on discussion from this thread [1].
Adding omap-view port that helps us in using the generic ulpi
framework for any ulpi phy ops using the INSNREG05_ULPI viewport
reg available on omap platform.

Currently ehci ports are available on omap3/4 platforms so enable the same
for beagle and panda, patch is tested on the same boards.

Thanks to Igor Grinberg &lt;grinberg@compulab.co.il&gt; for reviewing the
omap-ehci patches and suggesting this approach.

[1]: http://www.mail-archive.com/u-boot@lists.denx.de/msg76076.html

Tested-by: Stefano Babic &lt;sbabic@denx.de&gt;
Acked-by: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
Signed-off-by: Govindraj.R &lt;govindraj.raja@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on discussion from this thread [1].
Adding omap-view port that helps us in using the generic ulpi
framework for any ulpi phy ops using the INSNREG05_ULPI viewport
reg available on omap platform.

Currently ehci ports are available on omap3/4 platforms so enable the same
for beagle and panda, patch is tested on the same boards.

Thanks to Igor Grinberg &lt;grinberg@compulab.co.il&gt; for reviewing the
omap-ehci patches and suggesting this approach.

[1]: http://www.mail-archive.com/u-boot@lists.denx.de/msg76076.html

Tested-by: Stefano Babic &lt;sbabic@denx.de&gt;
Acked-by: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
Signed-off-by: Govindraj.R &lt;govindraj.raja@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>imximage: Add support for i.MX6</title>
<updated>2012-02-12T09:11:25+00:00</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@de.bosch.com</email>
</author>
<published>2012-01-11T23:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=19b409c00727444e12d8698a8f3982390d42ea6a'/>
<id>19b409c00727444e12d8698a8f3982390d42ea6a</id>
<content type='text'>
The i.MX6 processor can boot from NOR flash and SATA disks,
additionally. Add the flash offsets for these additional
boot modes.

Signed-off-by: Dirk Behme &lt;dirk.behme@de.bosch.com&gt;
Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Jason Liu &lt;jason.hui@linaro.org&gt;
Acked-by: Jason Liu &lt;jason.hui@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The i.MX6 processor can boot from NOR flash and SATA disks,
additionally. Add the flash offsets for these additional
boot modes.

Signed-off-by: Dirk Behme &lt;dirk.behme@de.bosch.com&gt;
Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Jason Liu &lt;jason.hui@linaro.org&gt;
Acked-by: Jason Liu &lt;jason.hui@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>imximage: Add MX53 to the documentation</title>
<updated>2012-02-12T09:11:25+00:00</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@de.bosch.com</email>
</author>
<published>2012-01-11T23:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=b7628675091a4d9fbbd2207405eb240e8f614356'/>
<id>b7628675091a4d9fbbd2207405eb240e8f614356</id>
<content type='text'>
i.MX53 is supported, too. Add this to the introduction of the
documentation.

Signed-off-by: Dirk Behme &lt;dirk.behme@de.bosch.com&gt;
CC: Fabio Estevam &lt;festevam@gmail.com&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Jason Liu &lt;jason.hui@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i.MX53 is supported, too. Add this to the introduction of the
documentation.

Signed-off-by: Dirk Behme &lt;dirk.behme@de.bosch.com&gt;
CC: Fabio Estevam &lt;festevam@gmail.com&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Jason Liu &lt;jason.hui@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>common, menu: show menu on startup if CONFIG_MENU_SHOW is defined</title>
<updated>2012-02-12T09:11:24+00:00</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2012-01-16T21:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=317d6c57d5e9bc9d363df8e0e395058b5985882e'/>
<id>317d6c57d5e9bc9d363df8e0e395058b5985882e</id>
<content type='text'>
show a menu on startup instead running the shell.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Jason Hobbs &lt;jason.hobbs@calxeda.com&gt;
Cc: Mike Frysinger &lt;vapier@gentoo.org&gt;
Acked-by: Jason Hobbs &lt;jason.hobbs@calxeda.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
show a menu on startup instead running the shell.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Jason Hobbs &lt;jason.hobbs@calxeda.com&gt;
Cc: Mike Frysinger &lt;vapier@gentoo.org&gt;
Acked-by: Jason Hobbs &lt;jason.hobbs@calxeda.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
