<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs/ea20.h, branch v2012.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>Davinci: ea20: use gpio framework to access gpios</title>
<updated>2012-03-27T20:05:29+00:00</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2011-10-05T03:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1441aa6ae8a77ada40407cdfbec783f5559f1646'/>
<id>1441aa6ae8a77ada40407cdfbec783f5559f1646</id>
<content type='text'>
Drop direct access to SOC's registers and use
the function of the GPIO driver for da8xx.

[Tom: Remove gpio[68]_base as it's now unused]

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Bastian Ruppert &lt;Bastian.Ruppert@Sewerin.de&gt;
CC: dzu@denx.de
CC: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop direct access to SOC's registers and use
the function of the GPIO driver for da8xx.

[Tom: Remove gpio[68]_base as it's now unused]

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Bastian Ruppert &lt;Bastian.Ruppert@Sewerin.de&gt;
CC: dzu@denx.de
CC: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>davinci: add support for printing clock frequency</title>
<updated>2012-02-12T09:11:32+00:00</updated>
<author>
<name>Hadli, Manjunath</name>
<email>manjunath.hadli@ti.com</email>
</author>
<published>2012-02-06T00:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8f5d468721ef3931e4c6f9c6555348f26acdec19'/>
<id>8f5d468721ef3931e4c6f9c6555348f26acdec19</id>
<content type='text'>
add support for printing various clock frequency info found
in SOC such as ARM core frequency, DSP core frequency and DDR
frequency as part of bdinfo command.

Signed-off-by: Manjunath Hadli &lt;manjunath.hadli@ti.com&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add support for printing various clock frequency info found
in SOC such as ARM core frequency, DSP core frequency and DDR
frequency as part of bdinfo command.

Signed-off-by: Manjunath Hadli &lt;manjunath.hadli@ti.com&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>NAND: remove NAND_MAX_CHIPS definitions</title>
<updated>2012-01-26T22:08:55+00:00</updated>
<author>
<name>Vladimir Zapolskiy</name>
<email>vz@mleia.com</email>
</author>
<published>2011-11-20T14:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6bbb3e93a5eb91d56a66a716acfbfa9ea86bfc4c'/>
<id>6bbb3e93a5eb91d56a66a716acfbfa9ea86bfc4c</id>
<content type='text'>
This change follows the change by Wolfgang Grandegger (commit 6c869637fef),
which allows to remove useless NAND_MAX_CHIPS definitions in board config
files.

Signed-off-by: Vladimir Zapolskiy &lt;vz@mleia.com&gt;
Cc: Wolfgang Grandegger &lt;wg@grandegger.com&gt;
Cc: Scott Wood &lt;scottwood@freescale.com&gt;
Signed-off-by: Scott Wood &lt;scottwood@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change follows the change by Wolfgang Grandegger (commit 6c869637fef),
which allows to remove useless NAND_MAX_CHIPS definitions in board config
files.

Signed-off-by: Vladimir Zapolskiy &lt;vz@mleia.com&gt;
Cc: Wolfgang Grandegger &lt;wg@grandegger.com&gt;
Cc: Scott Wood &lt;scottwood@freescale.com&gt;
Signed-off-by: Scott Wood &lt;scottwood@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Davinci: ea20: added PREBOOT to configuration</title>
<updated>2011-11-03T21:56:26+00:00</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2011-10-04T23:43:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=92e86c8daed649a9e9ddd6c0b52d61cb25b62c3a'/>
<id>92e86c8daed649a9e9ddd6c0b52d61cb25b62c3a</id>
<content type='text'>
PREBOOT is used on the ea20 to load a splash image
at the start up.

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PREBOOT is used on the ea20 to load a splash image
at the start up.

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Davinci: ea20: added I2C support</title>
<updated>2011-11-03T21:56:26+00:00</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2011-10-04T23:43:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4205987a668d7ba59e39033823208b34821ee15c'/>
<id>4205987a668d7ba59e39033823208b34821ee15c</id>
<content type='text'>
Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Davinci: ea20: added video support</title>
<updated>2011-11-03T21:56:26+00:00</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2011-10-04T23:43:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3c8910116ca2076c9808b79fcb9aaee465392356'/>
<id>3c8910116ca2076c9808b79fcb9aaee465392356</id>
<content type='text'>
Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Anatolij Gustschin &lt;agust@denx.de&gt;
CC: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Anatolij Gustschin &lt;agust@denx.de&gt;
CC: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Davinci: ea20: add gpio for keeping power on in board_late_init</title>
<updated>2011-11-03T21:56:26+00:00</updated>
<author>
<name>Bastian Ruppert</name>
<email>Bastian.Ruppert@Sewerin.de</email>
</author>
<published>2011-10-04T23:43:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e5ee9125ecff23f337f26834c07a1f0252378818'/>
<id>e5ee9125ecff23f337f26834c07a1f0252378818</id>
<content type='text'>
The pin called HALTEN drives a transistor to operate the supply
voltage. After HALTEN is high, the user can release the power
switch button and the device will stay powered on.

Signed-off-by: Bastian Ruppert &lt;Bastian.Ruppert@Sewerin.de&gt;
CC: sbabic@denx.de
CC: dzu@denx.de
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pin called HALTEN drives a transistor to operate the supply
voltage. After HALTEN is high, the user can release the power
switch button and the device will stay powered on.

Signed-off-by: Bastian Ruppert &lt;Bastian.Ruppert@Sewerin.de&gt;
CC: sbabic@denx.de
CC: dzu@denx.de
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Davinci: ea20: Add default U-Boot environment</title>
<updated>2011-11-03T21:56:26+00:00</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2011-10-04T23:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2084f21b05fe5b6254239fc8b1ad2f3fb259c49d'/>
<id>2084f21b05fe5b6254239fc8b1ad2f3fb259c49d</id>
<content type='text'>
Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
Signed-off-by: Bastian Ruppert &lt;Bastian.Ruppert@Sewerin.de&gt;
CC: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
Signed-off-by: Bastian Ruppert &lt;Bastian.Ruppert@Sewerin.de&gt;
CC: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Davinci: ea20: Add NAND support</title>
<updated>2011-11-03T21:56:25+00:00</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2011-10-04T23:43:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=17a8904b2791cdb495370c0e21c95f4ddd4fe877'/>
<id>17a8904b2791cdb495370c0e21c95f4ddd4fe877</id>
<content type='text'>
Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
CC: Scott Wood &lt;scottwood@freescale.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
CC: Scott Wood &lt;scottwood@freescale.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Davinci: ea20: set console on UART0</title>
<updated>2011-11-03T21:56:25+00:00</updated>
<author>
<name>Bastian Ruppert</name>
<email>Bastian.Ruppert@Sewerin.de</email>
</author>
<published>2011-10-04T23:43:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f9fc237f1f07d4e5ff7c9c2da39cabc8d3d7b339'/>
<id>f9fc237f1f07d4e5ff7c9c2da39cabc8d3d7b339</id>
<content type='text'>
Signed-off-by: Bastian Ruppert &lt;Bastian.Ruppert@Sewerin.de&gt;
Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bastian Ruppert &lt;Bastian.Ruppert@Sewerin.de&gt;
Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
