<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/tbs, branch v2017.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/tbs?h=v2017.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/tbs?h=v2017.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-11-29T15:33:50Z</updated>
<entry>
<title>tbs2910: Make Ethernet functional again</title>
<updated>2016-11-29T15:33:50Z</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2016-11-27T15:02:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=84a62ca85d559c94779e985ea5e071aec3395bc5'/>
<id>urn:sha1:84a62ca85d559c94779e985ea5e071aec3395bc5</id>
<content type='text'>
Configure the PHY to output a 125MHz clk from CLK_25M and set tx clock delay.
This patch is similar to commit 4b6035da482cccda06aeb419634f99937c9fc783
("mx6sabresd: Make Ethernet functional again").

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
</entry>
<entry>
<title>treewide: replace #include &lt;asm/errno.h&gt; with &lt;linux/errno.h&gt;</title>
<updated>2016-09-23T21:55:42Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2016-09-21T02:28:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1221ce459d04a428f8880f58581f671b736c3c27'/>
<id>urn:sha1:1221ce459d04a428f8880f58581f671b736c3c27</id>
<content type='text'>
Now, arch/${ARCH}/include/asm/errno.h and include/linux/errno.h have
the same content.  (both just wrap &lt;asm-generic/errno.h&gt;)

Replace all include directives for &lt;asm/errno.h&gt; with &lt;linux/errno.h&gt;.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
[trini: Fixup include/clk.]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>board: tbs2910: Fix eMMC BOOTCFG value</title>
<updated>2016-03-02T13:51:05Z</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2016-02-09T15:53:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b112b007162f5d7d523b135b413a37ced15793f9'/>
<id>urn:sha1:b112b007162f5d7d523b135b413a37ced15793f9</id>
<content type='text'>
Fix the BOOTCFG value for eMMC in the same way as commit
  214c3f0f9921250eb336c7effadcc16158ea9df5
  [imx: MX6DQ{P}/DL:SABRESD Fix bmode eMMC failure]
did for sabresd.

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-imx</title>
<updated>2016-02-21T12:56:16Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2016-02-21T12:56:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=595af9db2422fa5ae734cfe615415b17a5098f34'/>
<id>urn:sha1:595af9db2422fa5ae734cfe615415b17a5098f34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>board: tbs2910: Autoselect environment device when booting from SD</title>
<updated>2016-02-21T10:31:58Z</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2016-02-04T13:41:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a668436051e497da18ab79ad26649e26d8a08433'/>
<id>urn:sha1:a668436051e497da18ab79ad26649e26d8a08433</id>
<content type='text'>
Implement board specific functions to select the environment device and
partition when booting from SD/MMC.

SD2:  mmc 0 0
SD3:  mmc 1 0
eMMC: mmc 2 1

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
</entry>
<entry>
<title>Use correct spelling of "U-Boot"</title>
<updated>2016-02-06T11:00:59Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2016-02-06T03:30:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a187559e3d586891c917279044c5386d1b2adc6e'/>
<id>urn:sha1:a187559e3d586891c917279044c5386d1b2adc6e</id>
<content type='text'>
Correct spelling of "U-Boot" shall be used in all written text
(documentation, comments in source files etc.).

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>tbs2910: remove SYS_SOC from board specific Kconfig</title>
<updated>2015-09-02T13:34:12Z</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2015-08-13T19:08:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e3db4ade1b1aebcd60c364c1466b8778bc564b13'/>
<id>urn:sha1:e3db4ade1b1aebcd60c364c1466b8778bc564b13</id>
<content type='text'>
SYS_SOC is already defined in arch/arm/cpu/armv7/mx6/Kconfig, no need to
define it again

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
</entry>
<entry>
<title>tbs2910: remove deprecated CONFIG_SYS_EXTRA_OPTIONS</title>
<updated>2015-09-02T13:34:12Z</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2015-08-13T19:08:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f296f139158f55ac1274310edd7d4d9242e4e3d7'/>
<id>urn:sha1:f296f139158f55ac1274310edd7d4d9242e4e3d7</id>
<content type='text'>
move options from CONFIG_SYS_EXTRA_OPTIONS to board specific Kconfig

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
</entry>
<entry>
<title>tbs2910: support for usb otg host mode</title>
<updated>2015-05-15T17:21:24Z</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2015-05-05T21:09:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d896276d27bf688cdd3be9c76bff7efc4e4d80b6'/>
<id>urn:sha1:d896276d27bf688cdd3be9c76bff7efc4e4d80b6</id>
<content type='text'>
Add support for USB OTG host mode. Only high speed devices supported so far
(e.g. usb 2.0 hub required to connect a keyboard).

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
</entry>
<entry>
<title>board: tbs2910: Gate clock when switching async clock muxes</title>
<updated>2015-02-23T08:11:37Z</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2015-01-23T18:03:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5df3d19b1925ea63075664878fad84eeef28ea3e'/>
<id>urn:sha1:5df3d19b1925ea63075664878fad84eeef28ea3e</id>
<content type='text'>
According to the i.MX6Q Reference Manual, clocks must be gated when
switching input clocks of async clock muxes. So use clock gates. Avoid
ldb_di0_ipu clock, because there is no clock gate for this signal.

There have never been any complaints about problems with the old code,
but the new approach is in line with the recommendations in the manual.

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
</entry>
</feed>
