<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs/ea20.h, branch v2012.10</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: add some configs and default environmet variables</title>
<updated>2012-10-01T17:02:14+00:00</updated>
<author>
<name>Bastian Ruppert</name>
<email>Bastian.Ruppert@Sewerin.de</email>
</author>
<published>2012-09-13T22:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a64f0241dc3d2705b065d9546711f22db7dcf712'/>
<id>a64f0241dc3d2705b065d9546711f22db7dcf712</id>
<content type='text'>
Signed-off-by: Bastian Ruppert &lt;Bastian.Ruppert@Sewerin.de&gt;
CC: Tom Rini &lt;trini@ti.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&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;
CC: Tom Rini &lt;trini@ti.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>davinci: ea20: the console is always set to the serial line</title>
<updated>2012-10-01T17:02:13+00:00</updated>
<author>
<name>Bastian Ruppert</name>
<email>Bastian.Ruppert@Sewerin.de</email>
</author>
<published>2012-09-13T22:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=39e133d1962bd90c136460f0053dcd184feb053c'/>
<id>39e133d1962bd90c136460f0053dcd184feb053c</id>
<content type='text'>
Do not allow to overwrite it when video is enabled.

Signed-off-by: Bastian Ruppert &lt;Bastian.Ruppert@Sewerin.de&gt;
CC: Tom Rini &lt;trini@ti.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not allow to overwrite it when video is enabled.

Signed-off-by: Bastian Ruppert &lt;Bastian.Ruppert@Sewerin.de&gt;
CC: Tom Rini &lt;trini@ti.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: Remove unused stack and irq config defines</title>
<updated>2012-09-01T12:58:22+00:00</updated>
<author>
<name>Rob Herring</name>
<email>rob.herring@calxeda.com</email>
</author>
<published>2012-07-13T09:44:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3d6ba91e793808d1612152e9f9b8c51b3ca6c926'/>
<id>3d6ba91e793808d1612152e9f9b8c51b3ca6c926</id>
<content type='text'>
CONFIG_STACKSIZE is not referenced anywhere except on AVR32, but present
in most ARM board config files.

IRQs are only enabled for 1 config, so remove the unused config options
for IRQ and FIQ stack size as well.

Cc: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
Signed-off-by: Rob Herring &lt;rob.herring@calxeda.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CONFIG_STACKSIZE is not referenced anywhere except on AVR32, but present
in most ARM board config files.

IRQs are only enabled for 1 config, so remove the unused config options
for IRQ and FIQ stack size as well.

Cc: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
Signed-off-by: Rob Herring &lt;rob.herring@calxeda.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c</title>
<updated>2012-06-20T18:36:51+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2012-06-19T22:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=219f4788d33b04e394d4ade1feaedc0292acc790'/>
<id>219f4788d33b04e394d4ade1feaedc0292acc790</id>
<content type='text'>
Exactly one board has defined CONFIG_SYS_PROMPT_HUSH_PS2 to a value
different than "&gt; " which is vision2.  I have Cc'd the maintainer here
as I strongly suspect this is a bug rather than intentional behavior.

Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exactly one board has defined CONFIG_SYS_PROMPT_HUSH_PS2 to a value
different than "&gt; " which is vision2.  I have Cc'd the maintainer here
as I strongly suspect this is a bug rather than intentional behavior.

Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>CONFIG_SYS_BAUDRATE_TABLE: Add &lt;config_fallbacks.h&gt;, place there</title>
<updated>2012-06-20T18:26:16+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2012-06-19T12:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=26750c8aee2383a026e0cf89e9310628d3a5a6a0'/>
<id>26750c8aee2383a026e0cf89e9310628d3a5a6a0</id>
<content type='text'>
We provide a default table of { 9600, 19200, 38400, 57600, 115200 }
in &lt;config_fallbacks.h&gt; which mkconfig places after &lt;configs/...h&gt; in
the generated config file.  This is used when a board has not set its
own table.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We provide a default table of { 9600, 19200, 38400, 57600, 115200 }
in &lt;config_fallbacks.h&gt; which mkconfig places after &lt;configs/...h&gt; in
the generated config file.  This is used when a board has not set its
own table.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>arm: ea20: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT</title>
<updated>2012-05-15T06:31:28+00:00</updated>
<author>
<name>Nobuhiro Iwamatsu</name>
<email>nobuhiro.iwamatsu.yj@renesas.com</email>
</author>
<published>2012-04-17T16:41:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2d594fd55d5d85f68b80cb7cc231157b9df231c7'/>
<id>2d594fd55d5d85f68b80cb7cc231157b9df231c7</id>
<content type='text'>
With almost all the architecture and board BOARD_LATE_INIT does not use.
CONFIG_BOARD_LATE_INIT is used instead.
This changed CONFIG_BOARD_LATE_INIT from BOARD_LATE_INIT.

Signed-off-by: Nobuhiro Iwamatsu &lt;nobuhiro.iwamatsu.yj@renesas.com&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With almost all the architecture and board BOARD_LATE_INIT does not use.
CONFIG_BOARD_LATE_INIT is used instead.
This changed CONFIG_BOARD_LATE_INIT from BOARD_LATE_INIT.

Signed-off-by: Nobuhiro Iwamatsu &lt;nobuhiro.iwamatsu.yj@renesas.com&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>include/configs: Remove CONFIG_SYS_64BIT_VSPRINTF</title>
<updated>2012-05-15T06:31:28+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2012-04-13T12:20:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1005ccfda493febde8543fef3b0d41f5c74cd06d'/>
<id>1005ccfda493febde8543fef3b0d41f5c74cd06d</id>
<content type='text'>
This define does not control anything, remove it.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This define does not control anything, remove it.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</pre>
</div>
</content>
</entry>
<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>
</feed>
