<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs/devkit8000.h, branch v2013.10-rc4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/configs/devkit8000.h?h=v2013.10-rc4</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/configs/devkit8000.h?h=v2013.10-rc4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2013-08-15T12:51:10Z</updated>
<entry>
<title>ARM: OMAP: Add CONFIG_OMAP_COMMON</title>
<updated>2013-08-15T12:51:10Z</updated>
<author>
<name>Lokesh Vutla</name>
<email>lokeshvutla@ti.com</email>
</author>
<published>2013-07-30T06:06:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=806d2792472436a523084775190a11e9d8315275'/>
<id>urn:sha1:806d2792472436a523084775190a11e9d8315275</id>
<content type='text'>
Adding a new CONFIG_OMAP_COMMON which is included by all boards
that needs to build cpu/armv7/omap-common folder.

Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
</content>
</entry>
<entry>
<title>Add GPL-2.0+ SPDX-License-Identifier to source files</title>
<updated>2013-07-24T13:44:38Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2013-07-08T07:37:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1a4596601fd395f3afb8f82f3f840c5e00bdd57a'/>
<id>urn:sha1:1a4596601fd395f3afb8f82f3f840c5e00bdd57a</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>devkit8000: Add SPL_OS for MMC support</title>
<updated>2013-06-07T18:16:43Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2013-06-07T18:16:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b6144dfce98c6a893a411052256b81b5afc6e5c4'/>
<id>urn:sha1:b6144dfce98c6a893a411052256b81b5afc6e5c4</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAP3: drop CONFIG_SPL_OS_BOOT_KEY and use local define</title>
<updated>2013-03-01T17:01:32Z</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2013-02-23T00:53:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=30372965d3d5d42258ebc39d7d06522b4c18472a'/>
<id>urn:sha1:30372965d3d5d42258ebc39d7d06522b4c18472a</id>
<content type='text'>
CONFIG_SPL_OS_BOOT_KEY is used only in board files. It is
not required to have a general CONFIG_ option. Rename it and
define it in board directory.

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
Reviewed-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>Remove unused CONFIG_SYS_I2C_BUS[_SELECT]</title>
<updated>2013-01-29T05:40:01Z</updated>
<author>
<name>Michael Jones</name>
<email>michael.jones@matrix-vision.de</email>
</author>
<published>2013-01-16T00:44:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=019be4af642cf59df0fa97082e5d9e290d26f997'/>
<id>urn:sha1:019be4af642cf59df0fa97082e5d9e290d26f997</id>
<content type='text'>
"CONFIG_SYS_I2C_BUS" and "CONFIG_SYS_I2C_BUS_SELECT" don't appear anywhere
outside of config files.

Signed-off-by: Michael Jones &lt;michael.jones@matrix-vision.de&gt;
Acked-by: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
</content>
</entry>
<entry>
<title>spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC.</title>
<updated>2012-11-26T21:41:25Z</updated>
<author>
<name>Scott Wood</name>
<email>scottwood@freescale.com</email>
</author>
<published>2012-09-21T00:09:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6f2f01b9f30c390f216a065c8673c2c6933c0cbf'/>
<id>urn:sha1:6f2f01b9f30c390f216a065c8673c2c6933c0cbf</id>
<content type='text'>
Some small SPLs do not use nand_base.c, and a subset of those also
require a special driver.  Some SPLs need software ECC but others can't
fit it.

All existing boards that specify CONFIG_SPL_NAND_SUPPORT have these
symbols added to preserve existing behavior.

Signed-off-by: Scott Wood &lt;scottwood@freescale.com&gt;
--
v2: use positive logic for including bits of NAND, rather than
a MINIMAL symbol that excludes things.
</content>
</entry>
<entry>
<title>configs: Fix usage of mmc rescan</title>
<updated>2012-10-23T15:33:17Z</updated>
<author>
<name>Andrew Bradford</name>
<email>andrew@bradfordembedded.com</email>
</author>
<published>2012-10-01T05:06:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=669681104daac2bfbdc733d7426b19e358eced8a'/>
<id>urn:sha1:669681104daac2bfbdc733d7426b19e358eced8a</id>
<content type='text'>
Fix usage of 'mmc rescan' by many configs.  Proper use is
'mmc dev ${mmcdev}; mmc rescan' to set the mmc device and then rescan
the device.  'mmc rescan' itself does not take any arguments.

Signed-off-by: Andrew Bradford &lt;andrew@bradfordembedded.com&gt;
</content>
</entry>
<entry>
<title>devkit8000: add rootwait to mmcboot option</title>
<updated>2012-10-01T17:02:12Z</updated>
<author>
<name>Andreas Bießmann</name>
<email>biessmann@corscience.de</email>
</author>
<published>2012-08-30T23:53:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b72db2080bc6d34be8011f1a7f38d9300fdb56be'/>
<id>urn:sha1:b72db2080bc6d34be8011f1a7f38d9300fdb56be</id>
<content type='text'>
Signed-off-by: Andreas Bießmann &lt;biessmann@corscience.de&gt;
cc: Thomas Weber &lt;weber@corscience.de&gt;
</content>
</entry>
<entry>
<title>SPL: Move the omap SPL framework to common/spl</title>
<updated>2012-09-27T16:49:59Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2012-08-13T19:03:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=47f7bcae8c0de8b2a8af7ca309744f041a6d1424'/>
<id>urn:sha1:47f7bcae8c0de8b2a8af7ca309744f041a6d1424</id>
<content type='text'>
Add a new flag, CONFIG_SPL_FRAMEWORK to opt into the common/spl SPL
framework, enable on all of the previously using boards.  We move the
spl_ymodem.c portion to common/ and spl_mmc.c to drivers/mmc/.  We leave
the NAND one in-place as we plan to replace it later in this series.

We use common/spl to avoid linker problems with respect to merging
constant strings in objects.   Otherwise all strings in common/ will be
linked in and kept which grows SPL in size too much.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>ARM: Remove unused stack and irq config defines</title>
<updated>2012-09-01T12:58:22Z</updated>
<author>
<name>Rob Herring</name>
<email>rob.herring@calxeda.com</email>
</author>
<published>2012-07-13T09:44:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3d6ba91e793808d1612152e9f9b8c51b3ca6c926'/>
<id>urn:sha1: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>
</entry>
</feed>
