<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs/devkit8000.h, branch v2012.07</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>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>ARM: omap3: Set SPL stack size to 8KB, image to 54KB.</title>
<updated>2012-05-15T06:31:41+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2012-05-08T07:29:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e0820ccc38315d88192c19e98ea9b59d3ec7d4c8'/>
<id>e0820ccc38315d88192c19e98ea9b59d3ec7d4c8</id>
<content type='text'>
With older toolchains it is possible to not fit entirely into the 45KB
that we had assigned to SPL.  Adjust to allow for 8KB of stack (which
should be more than required) and 54KB of text/data.

Cc: Vaibhav Hiremath &lt;hvaibhav@ti.com&gt;
Cc: Nagendra T S &lt;nagendra@mistralsolutions.com&gt;
Cc: Thomas Weber &lt;weber@corscience.de&gt;
Cc: Ilya Yanok &lt;yanok@emcraft.com&gt;
Cc: Steve Sakoman &lt;sakoman@gmail.com&gt;
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;
Acked-by: Vaibhav Hiremath &lt;hvaibhav@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With older toolchains it is possible to not fit entirely into the 45KB
that we had assigned to SPL.  Adjust to allow for 8KB of stack (which
should be more than required) and 54KB of text/data.

Cc: Vaibhav Hiremath &lt;hvaibhav@ti.com&gt;
Cc: Nagendra T S &lt;nagendra@mistralsolutions.com&gt;
Cc: Thomas Weber &lt;weber@corscience.de&gt;
Cc: Ilya Yanok &lt;yanok@emcraft.com&gt;
Cc: Steve Sakoman &lt;sakoman@gmail.com&gt;
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;
Acked-by: Vaibhav Hiremath &lt;hvaibhav@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>devkit8000: Implement and activate direct OS boot</title>
<updated>2012-03-27T20:05:28+00:00</updated>
<author>
<name>Simon Schwarz</name>
<email>simonschwarzcor@googlemail.com</email>
</author>
<published>2012-03-15T04:01:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2d52a9a38c20697b4aeecac0541c7496809e8238'/>
<id>2d52a9a38c20697b4aeecac0541c7496809e8238</id>
<content type='text'>
- Implements spl_start_uboot() for devkit8000
- Add configs to activate direct OS boot from SPL

Signed-off-by: Simon Schwarz &lt;simonschwarzcor@gmail.com&gt;
CC: Tom Rini &lt;tom.rini@gmail.com&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Implements spl_start_uboot() for devkit8000
- Add configs to activate direct OS boot from SPL

Signed-off-by: Simon Schwarz &lt;simonschwarzcor@gmail.com&gt;
CC: Tom Rini &lt;tom.rini@gmail.com&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>devkit8000: add config for spl command</title>
<updated>2012-03-27T20:05:28+00:00</updated>
<author>
<name>Simon Schwarz</name>
<email>simonschwarzcor@googlemail.com</email>
</author>
<published>2012-03-15T04:01:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d38bc97dafe1f98650a674f2d62bcf2a3584a2bb'/>
<id>d38bc97dafe1f98650a674f2d62bcf2a3584a2bb</id>
<content type='text'>
This adds some configs for devkit8000 to use the new spl command

Signed-off-by: Simon Schwarz &lt;simonschwarzcor@gmail.com&gt;
CC: Tom Rini &lt;tom.rini@gmail.com&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds some configs for devkit8000 to use the new spl command

Signed-off-by: Simon Schwarz &lt;simonschwarzcor@gmail.com&gt;
CC: Tom Rini &lt;tom.rini@gmail.com&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nand_spl_simple: store ecc data on the stack</title>
<updated>2012-01-26T22:06:21+00:00</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2011-12-15T09:55:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d3022c5f5ce1bff39a58bce2b00b36f2fed0e299'/>
<id>d3022c5f5ce1bff39a58bce2b00b36f2fed0e299</id>
<content type='text'>
Currently nand_spl_simple puts it's temp data at 0x10000 offset in SDRAM
which is likely to contain already loaded data.
The patch saves the oob data and the ecc on the stack replacing
the fixed address in RAM.

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Ilya Yanok &lt;yanok@emcraft.com&gt;
CC: Scott Wood &lt;scottwood@freescale.com&gt;
CC: Tom Rini &lt;tom.rini@gmail.com&gt;
CC: Simon Schwarz &lt;simonschwarzcor@googlemail.com&gt;
CC: Wolfgang Denk &lt;wd@denx.de&gt;
Signed-off-by: Scott Wood &lt;scottwood@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently nand_spl_simple puts it's temp data at 0x10000 offset in SDRAM
which is likely to contain already loaded data.
The patch saves the oob data and the ecc on the stack replacing
the fixed address in RAM.

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Ilya Yanok &lt;yanok@emcraft.com&gt;
CC: Scott Wood &lt;scottwood@freescale.com&gt;
CC: Tom Rini &lt;tom.rini@gmail.com&gt;
CC: Simon Schwarz &lt;simonschwarzcor@googlemail.com&gt;
CC: Wolfgang Denk &lt;wd@denx.de&gt;
Signed-off-by: Scott Wood &lt;scottwood@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>devkit8000: Move CONFIG_SYS_TEXT_BASE out of bss</title>
<updated>2011-12-06T22:59:41+00:00</updated>
<author>
<name>Simon Schwarz</name>
<email>simonschwarzcor@googlemail.com</email>
</author>
<published>2011-12-05T23:16:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5183b7ec48cb6b47df2cb2ac0b7cb3e0c706d392'/>
<id>5183b7ec48cb6b47df2cb2ac0b7cb3e0c706d392</id>
<content type='text'>
This moves CONFIG_SYS_TEXT_BASE one MB after beginning of SD-RAM. Move
CONFIG_SYS_SPL_MALLOC_START to have one MB of free space for the u-boot
image.

CONFIG_SYS_TEXT_BASE was in the middle of the bss-section. This was the
reason for the problems with MMC boot described here:
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/118711

Signed-off-by: Simon Schwarz &lt;simonschwarzcor@gmail.com&gt;
Tested-by: Thomas Weber &lt;weber@corscience.de&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This moves CONFIG_SYS_TEXT_BASE one MB after beginning of SD-RAM. Move
CONFIG_SYS_SPL_MALLOC_START to have one MB of free space for the u-boot
image.

CONFIG_SYS_TEXT_BASE was in the middle of the bss-section. This was the
reason for the problems with MMC boot described here:
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/118711

Signed-off-by: Simon Schwarz &lt;simonschwarzcor@gmail.com&gt;
Tested-by: Thomas Weber &lt;weber@corscience.de&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>OMAP3: Add SPL_BOARD_INIT hook</title>
<updated>2011-12-06T22:59:39+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2011-11-23T05:13:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ee08a8260a3a7f6ef2001cfa3e7b6137b485f40a'/>
<id>ee08a8260a3a7f6ef2001cfa3e7b6137b485f40a</id>
<content type='text'>
Add an SPL_BOARD_INIT hook and for OMAP3 have it turn on i2c.  OMAP4
doesn't need i2c enabled in SPL.  Enable SPL_BOARD_INIT on devkit8000.

Cc: Frederik Kriewitz &lt;frederik@kriewitz.eu&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an SPL_BOARD_INIT hook and for OMAP3 have it turn on i2c.  OMAP4
doesn't need i2c enabled in SPL.  Enable SPL_BOARD_INIT on devkit8000.

Cc: Frederik Kriewitz &lt;frederik@kriewitz.eu&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>OMAP3 SPL: Rework memory initalization and devkit8000 support</title>
<updated>2011-12-06T22:59:38+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2011-11-18T12:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9ae0d550741db45e933dc73e7135d1861e3a9b62'/>
<id>9ae0d550741db45e933dc73e7135d1861e3a9b62</id>
<content type='text'>
This changes to making the board be responsible for providing the
memory initialization timings in SPL and converts the devkit8000
to this framework.  In SPL we try and initialize both CS0 and CS1.

Cc: Frederik Kriewitz &lt;frederik@kriewitz.eu&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes to making the board be responsible for providing the
memory initialization timings in SPL and converts the devkit8000
to this framework.  In SPL we try and initialize both CS0 and CS1.

Cc: Frederik Kriewitz &lt;frederik@kriewitz.eu&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused</title>
<updated>2011-12-06T22:59:35+00:00</updated>
<author>
<name>Thomas Weber</name>
<email>weber@corscience.de</email>
</author>
<published>2011-11-26T10:30:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=81dcf8bb117db89cbdeba3b2c2a289f52c162dca'/>
<id>81dcf8bb117db89cbdeba3b2c2a289f52c162dca</id>
<content type='text'>
This patch removes the definition of stack sizes for
irq and fiq if the CONFIG_USE_IRQ is undefined before.

Acked-by: Enric Balletbo i Serra &lt;eballetbo@iseebcn.com&gt;
Acked-by: Tom Rini &lt;trini@ti.com&gt;
Acked-by: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
Signed-off-by: Thomas Weber &lt;weber@corscience.de&gt;
Acked-by: Luca Ceresoli &lt;luca.ceresoli@comelit.it&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes the definition of stack sizes for
irq and fiq if the CONFIG_USE_IRQ is undefined before.

Acked-by: Enric Balletbo i Serra &lt;eballetbo@iseebcn.com&gt;
Acked-by: Tom Rini &lt;trini@ti.com&gt;
Acked-by: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
Signed-off-by: Thomas Weber &lt;weber@corscience.de&gt;
Acked-by: Luca Ceresoli &lt;luca.ceresoli@comelit.it&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: OMAP3: Remove unused define SDRC_R_C_B</title>
<updated>2011-12-06T22:59:35+00:00</updated>
<author>
<name>Thomas Weber</name>
<email>weber@corscience.de</email>
</author>
<published>2011-11-26T10:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0997561de956783ef1ac2f0acf649a0793882a3a'/>
<id>0997561de956783ef1ac2f0acf649a0793882a3a</id>
<content type='text'>
This patch removes the unused definition of SDRC_R_C_B
from the config files.

Acked-by: Enric Balletbo i Serra &lt;eballetbo@iseebcn.com&gt;
Acked-by: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
Signed-off-by: Thomas Weber &lt;weber@corscience.de&gt;
Acked-by: Luca Ceresoli &lt;luca.ceresoli@comelit.it&gt;
Acked-by: Tom Rini &lt;trini@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes the unused definition of SDRC_R_C_B
from the config files.

Acked-by: Enric Balletbo i Serra &lt;eballetbo@iseebcn.com&gt;
Acked-by: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
Signed-off-by: Thomas Weber &lt;weber@corscience.de&gt;
Acked-by: Luca Ceresoli &lt;luca.ceresoli@comelit.it&gt;
Acked-by: Tom Rini &lt;trini@ti.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
