<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/ti/common, branch v2016.11</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/ti/common?h=v2016.11</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/ti/common?h=v2016.11'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-10-31T14:12:21Z</updated>
<entry>
<title>ti: common: board_detect: Return a valid empty string for un-initialized eeprom</title>
<updated>2016-10-31T14:12:21Z</updated>
<author>
<name>Nishanth Menon</name>
<email>nm@ti.com</email>
</author>
<published>2016-10-11T17:39:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7774e97aa77c1fc18283a1ee1bfb9bdf7c6a14f2'/>
<id>urn:sha1:7774e97aa77c1fc18283a1ee1bfb9bdf7c6a14f2</id>
<content type='text'>
Current logic for query of revision, board_name, config returns
NULL. Users of these functions do a direct strncmp to compare.
Unfortunately, as per conventions require two valid strings to compare
against and the current implementation causes a crash when compared
with NULL.

We'd still like to maintain the simplistic usage of these APIs instead
of redundant if (string) res=strncmp(fn(),"cmp",n); flowing all over
the place.

Hence, since the version, name and config is already pre-initialized
with empty string, just dont check for invalid header in the first
place and return the empty string to the caller.

Reported-by: Brad Griffis &lt;bgriffis@ti.com&gt;
Signed-off-by: Nishanth Menon &lt;nm@ti.com&gt;
Reviewed-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
[trini: Correct was'nt -&gt; wasn't typo]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>ti: common: board_detect: Setup initial default value for config as well</title>
<updated>2016-10-31T14:04:21Z</updated>
<author>
<name>Nishanth Menon</name>
<email>nm@ti.com</email>
</author>
<published>2016-10-11T17:39:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2a78c9e7196ff49bdf53d0b88b49b5eb337461fe'/>
<id>urn:sha1:2a78c9e7196ff49bdf53d0b88b49b5eb337461fe</id>
<content type='text'>
config should have been initialized along with others as defaults.

Signed-off-by: Nishanth Menon &lt;nm@ti.com&gt;
Reviewed-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>ti: common: board_detect: Replace hardcoded value with macro</title>
<updated>2016-10-31T14:04:21Z</updated>
<author>
<name>Nishanth Menon</name>
<email>nm@ti.com</email>
</author>
<published>2016-10-11T17:39:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=28d624be6211a34d029dd717bf56bc74140917f4'/>
<id>urn:sha1:28d624be6211a34d029dd717bf56bc74140917f4</id>
<content type='text'>
We should have used TI_DEAD_EEPROM_MAGIC in the first place.

Fixes: d3b98a9eb941 ("ti: common: dra7: Add standard access for board description EEPROM")
Signed-off-by: Nishanth Menon &lt;nm@ti.com&gt;
Reviewed-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SPL_SERIAL_SUPPORT to Kconfig</title>
<updated>2016-09-16T21:27:19Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-09-13T05:18:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e00f76cee906a48311d0c7c59b519b2e6a5c56f8'/>
<id>urn:sha1:e00f76cee906a48311d0c7c59b519b2e6a5c56f8</id>
<content type='text'>
Move this option to Kconfig and tidy up existing uses.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SPL_POWER_SUPPORT to Kconfig</title>
<updated>2016-09-16T21:27:18Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-09-13T05:18:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2253797d285ab717818013928e6c93ff1622f090'/>
<id>urn:sha1:2253797d285ab717818013928e6c93ff1622f090</id>
<content type='text'>
Move this option to Kconfig and tidy up existing uses.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SPL_NAND_SUPPORT to Kconfig</title>
<updated>2016-09-16T21:27:14Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-09-13T05:18:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d6b9bd892338357ba8cca41cc971eccccf5dcf4d'/>
<id>urn:sha1:d6b9bd892338357ba8cca41cc971eccccf5dcf4d</id>
<content type='text'>
Move this option to Kconfig and tidy up existing uses.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SPL_MMC_SUPPORT to Kconfig</title>
<updated>2016-09-16T21:27:13Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-09-13T05:18:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1fdf7c64edcc4131934013741b1902b79c8715fd'/>
<id>urn:sha1:1fdf7c64edcc4131934013741b1902b79c8715fd</id>
<content type='text'>
Move this option to Kconfig and tidy up existing uses.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SPL_LIBGENERIC_SUPPORT to Kconfig</title>
<updated>2016-09-16T21:27:12Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-09-13T05:18:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cc4288ef42be5bf70e7dc0fa5eb977cb4a6e894e'/>
<id>urn:sha1:cc4288ef42be5bf70e7dc0fa5eb977cb4a6e894e</id>
<content type='text'>
Move this option to Kconfig and tidy up existing uses.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SPL_LIBDISK_SUPPORT to Kconfig</title>
<updated>2016-09-16T21:27:12Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-09-13T05:18:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1646eba85c9755552d246099a82329e4caba32ee'/>
<id>urn:sha1:1646eba85c9755552d246099a82329e4caba32ee</id>
<content type='text'>
Move this option to Kconfig and tidy up existing uses.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SPL_LIBCOMMON_SUPPORT to Kconfig</title>
<updated>2016-09-16T21:27:11Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-09-13T05:18:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=77d2f7f5070c7def29d433096f4cee57eeddbd23'/>
<id>urn:sha1:77d2f7f5070c7def29d433096f4cee57eeddbd23</id>
<content type='text'>
Move this option to Kconfig and tidy up existing uses.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
