<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs/devkit8000.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>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>
<entry>
<title>ARM: OMAP3: Remove unused define CONFIG_OMAP3430</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:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8152c6f6f538c0c3b61a9e0cd6e1c67f1bcc687a'/>
<id>8152c6f6f538c0c3b61a9e0cd6e1c67f1bcc687a</id>
<content type='text'>
This patch removes the CONFIG_OMAP3430, because it is unused.

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 CONFIG_OMAP3430, because it is unused.

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>devkit8000: Fix NAND SPL on boards with 256MB NAND</title>
<updated>2011-11-10T15:30:40+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2011-11-09T21:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c471ccb967508d579a4c0f0bff26fae4e7ab063e'/>
<id>c471ccb967508d579a4c0f0bff26fae4e7ab063e</id>
<content type='text'>
The devkit8000 ships with either a 128MB or 256MB NAND chip.  In
order for SPL to work with 256MB NAND CONFIG_SYS_NAND_5_ADDR_CYCLE
needs to be set.  After talking with Scott Wood this should be
safe to set even for smaller NAND chips.

Cc: Scott Wood &lt;scottwood@freescale.com&gt;
Cc: Frederik Kriewitz &lt;frederik@kriewitz.eu&gt;
Cc: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
Signed-off-by: Tom Rini &lt;trini@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>
The devkit8000 ships with either a 128MB or 256MB NAND chip.  In
order for SPL to work with 256MB NAND CONFIG_SYS_NAND_5_ADDR_CYCLE
needs to be set.  After talking with Scott Wood this should be
safe to set even for smaller NAND chips.

Cc: Scott Wood &lt;scottwood@freescale.com&gt;
Cc: Frederik Kriewitz &lt;frederik@kriewitz.eu&gt;
Cc: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
