<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs/ea20.h, branch v2014.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/configs/ea20.h?h=v2014.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/configs/ea20.h?h=v2014.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2014-04-17T21:24:38Z</updated>
<entry>
<title>i2c, davinci: convert driver to new mutlibus/mutliadapter framework</title>
<updated>2014-04-17T21:24:38Z</updated>
<author>
<name>Vitaly Andrianov</name>
<email>vitalya@ti.com</email>
</author>
<published>2014-04-04T17:16:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e8459dcc33c3f3fc5a98b7b69bb3ddd7ad77f632'/>
<id>urn:sha1:e8459dcc33c3f3fc5a98b7b69bb3ddd7ad77f632</id>
<content type='text'>
    - add davinci driver to new multibus/multiadpater support
    - adapted all config files, which uses this driver

Signed-off-by: Vitaly Andrianov &lt;vitalya@ti.com&gt;
Signed-off-by: Murali Karicheri &lt;m-karicheri2@ti.com&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>config: remove platform CONFIG_SYS_HZ definition part 2/2</title>
<updated>2013-11-04T16:06:16Z</updated>
<author>
<name>Rob Herring</name>
<email>rob.herring@calxeda.com</email>
</author>
<published>2013-10-04T13:40:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f232950f82d11d411ad29663d98851ac02fd29fb'/>
<id>urn:sha1:f232950f82d11d411ad29663d98851ac02fd29fb</id>
<content type='text'>
Remove platform CONFIG_SYS_HZ definition for configs a-z*.

Signed-off-by: Rob Herring &lt;rob.herring@calxeda.com&gt;
</content>
</entry>
<entry>
<title>configs: Remove unused CONFIG_BOOTP_DEFAULT</title>
<updated>2013-08-19T17:34:19Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2013-08-09T18:39:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b173075ead63a2fb8db4c0d81578f2a52aafd759'/>
<id>urn:sha1:b173075ead63a2fb8db4c0d81578f2a52aafd759</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@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>Merge u-boot/master into u-boot-ti/master</title>
<updated>2013-03-11T16:16:13Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2013-03-11T16:02:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=76b40ab41eff1f402ee52ba768b09daad293b9bb'/>
<id>urn:sha1:76b40ab41eff1f402ee52ba768b09daad293b9bb</id>
<content type='text'>
In master we had already taken a patch to fix the davinci GPIO code for
CONFIG_SOC_DM646X and in u-boot-ti we have additional patches to support
DA830 (which is CONFIG_SOC_DA8XX &amp;&amp; !CONFIG_SOC_DA850).  Resolve these
conflicts manually and comment the #else/#endif lines for clarity.

Conflicts:
	arch/arm/include/asm/arch-davinci/gpio.h
	drivers/gpio/da8xx_gpio.c

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>ubifs: Allow ubifsmount volume reference by number</title>
<updated>2013-03-04T19:19:56Z</updated>
<author>
<name>Joe Hershberger</name>
<email>joe.hershberger@ni.com</email>
</author>
<published>2012-11-01T16:54:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=949a77109747d5db7d559359d3ec24bade653be8'/>
<id>urn:sha1:949a77109747d5db7d559359d3ec24bade653be8</id>
<content type='text'>
UBI can mount volumes by name or number  The current code forces you
to name the volume by prepending every name with "ubi:".

&gt;From fs/ubifs/super.c
 * There are several ways to specify UBI volumes when mounting UBIFS:
 * o ubiX_Y    - UBI device number X, volume Y;
 * o ubiY      - UBI device number 0, volume Y;
 * o ubiX:NAME - mount UBI device X, volume with name NAME;
 * o ubi:NAME  - mount UBI device 0, volume with name NAME.

Now any name passed in any of the above forms are allowed.

Also update the configs that referenced ubifsmount.

Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>da8xx: ea20: Add the configuration define for the exact SoC variant</title>
<updated>2013-02-18T18:48:03Z</updated>
<author>
<name>Tomas Novotny</name>
<email>tomas@novotny.cz</email>
</author>
<published>2013-02-01T06:44:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=78ed94c8bc743b0a52060388fc9a1439606b71ac'/>
<id>urn:sha1:78ed94c8bc743b0a52060388fc9a1439606b71ac</id>
<content type='text'>
Signed-off-by: Tomas Novotny &lt;tomas@novotny.cz&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>COMMON: Use __stringify() instead of xstr()</title>
<updated>2012-10-15T18:53:47Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2012-09-23T15:41:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=93ea89f0d979a000e4c47dd8a8991328b2ac8cf7'/>
<id>urn:sha1:93ea89f0d979a000e4c47dd8a8991328b2ac8cf7</id>
<content type='text'>
Kill multiple occurances and redeclaration of xstr in favor of __stringify().

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>davinci: ea20: add some configs and default environmet variables</title>
<updated>2012-10-01T17:02:14Z</updated>
<author>
<name>Bastian Ruppert</name>
<email>Bastian.Ruppert@Sewerin.de</email>
</author>
<published>2012-09-13T22:29:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a64f0241dc3d2705b065d9546711f22db7dcf712'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>davinci: ea20: the console is always set to the serial line</title>
<updated>2012-10-01T17:02:13Z</updated>
<author>
<name>Bastian Ruppert</name>
<email>Bastian.Ruppert@Sewerin.de</email>
</author>
<published>2012-09-13T22:29:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=39e133d1962bd90c136460f0053dcd184feb053c'/>
<id>urn:sha1: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>
</entry>
</feed>
