<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/bachmann, branch v2015.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/bachmann?h=v2015.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/bachmann?h=v2015.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-06-08T06:48:32Z</updated>
<entry>
<title>ot1200: setup i2c bus 1 in setup_iomux_i2c()</title>
<updated>2015-06-08T06:48:32Z</updated>
<author>
<name>Christian Gmeiner</name>
<email>christian.gmeiner@gmail.com</email>
</author>
<published>2015-06-03T09:33:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=130e6c8cbd9c255da218e9fa1a136c065808aa93'/>
<id>urn:sha1:130e6c8cbd9c255da218e9fa1a136c065808aa93</id>
<content type='text'>
On this bus there is a EEPROM containing EDID and ddr3
calibration information.

Signed-off-by: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
</content>
</entry>
<entry>
<title>ot1200: setup i2c bus in board_early_init_f(..)</title>
<updated>2015-06-08T06:48:15Z</updated>
<author>
<name>Christian Gmeiner</name>
<email>christian.gmeiner@gmail.com</email>
</author>
<published>2015-06-03T09:33:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cefe06bf84c3093c875f19490841ff12e0939bda'/>
<id>urn:sha1:cefe06bf84c3093c875f19490841ff12e0939bda</id>
<content type='text'>
Make it possible to use the i2c bus in SPL.

Signed-off-by: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
</content>
</entry>
<entry>
<title>ot1200: add basic SPL support</title>
<updated>2015-01-22T10:03:19Z</updated>
<author>
<name>Christian Gmeiner</name>
<email>christian.gmeiner@gmail.com</email>
</author>
<published>2015-01-19T16:26:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=532491712610ef903e5f53b1da799fc0011829e0'/>
<id>urn:sha1:532491712610ef903e5f53b1da799fc0011829e0</id>
<content type='text'>
Currently we only support the Micron MT41K128M16JT-125 ddr3 chip.

Signed-off-by: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
</content>
</entry>
<entry>
<title>ot1200: enable spi clock directly in ccgr_init(..)</title>
<updated>2015-01-22T10:03:19Z</updated>
<author>
<name>Christian Gmeiner</name>
<email>christian.gmeiner@gmail.com</email>
</author>
<published>2015-01-19T16:26:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e88b83575a94b76a57161d98ec659460cb83ffab'/>
<id>urn:sha1:e88b83575a94b76a57161d98ec659460cb83ffab</id>
<content type='text'>
Signed-off-by: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
</content>
</entry>
<entry>
<title>ot1200: move ccgr and gpr init to c functions</title>
<updated>2015-01-22T10:03:19Z</updated>
<author>
<name>Christian Gmeiner</name>
<email>christian.gmeiner@gmail.com</email>
</author>
<published>2015-01-19T16:26:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=84c5dd16a45cc6502bf622ea33543a53102d681f'/>
<id>urn:sha1:84c5dd16a45cc6502bf622ea33543a53102d681f</id>
<content type='text'>
We need this way for SPL boot.

Signed-off-by: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
</content>
</entry>
<entry>
<title>ot1200: make use of imx_ddr_size(..)</title>
<updated>2015-01-22T10:03:18Z</updated>
<author>
<name>Christian Gmeiner</name>
<email>christian.gmeiner@gmail.com</email>
</author>
<published>2015-01-19T16:26:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f77dd6d7dbe42cee2b03d1b4c8b34ceb15643174'/>
<id>urn:sha1:f77dd6d7dbe42cee2b03d1b4c8b34ceb15643174</id>
<content type='text'>
To support different ddr3 memory sizes we should start using
imx_ddr_size(..) instead of the define PHYS_SDRAM_SIZE.

Signed-off-by: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
</content>
</entry>
<entry>
<title>ot1200: Fix error handling in board_mmc_init()</title>
<updated>2014-11-24T11:10:18Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2014-11-21T18:42:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e37197acad30928b434c54842642b11ce5f3639b'/>
<id>urn:sha1:e37197acad30928b434c54842642b11ce5f3639b</id>
<content type='text'>
When an invalid USDHC port is passed we should return -EINVAL instead of 0.

Also, return the error immediately on fsl_esdhc_initialize() failure.

Cc: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>ot1200: fix card detect for usdhc4</title>
<updated>2014-11-13T15:23:38Z</updated>
<author>
<name>Christian Gmeiner</name>
<email>christian.gmeiner@gmail.com</email>
</author>
<published>2014-11-11T11:57:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cb0b6986b00a429c7a12596bbcbc52aca73773f4'/>
<id>urn:sha1:cb0b6986b00a429c7a12596bbcbc52aca73773f4</id>
<content type='text'>
Today I got the final board and found out that a different
connector is used as the one on my development board. The
new connector has swaped pins for cd and wp.

This change is tested on a production ready board.

Signed-off-by: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-imx</title>
<updated>2014-11-05T17:48:09Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2014-11-05T17:48:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=625509ab0edbb7d943ad9028de3c21ca48aa58be'/>
<id>urn:sha1:625509ab0edbb7d943ad9028de3c21ca48aa58be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ot1200: rework card detect for eMMC</title>
<updated>2014-10-30T09:46:28Z</updated>
<author>
<name>Christian Gmeiner</name>
<email>christian.gmeiner@gmail.com</email>
</author>
<published>2014-10-23T11:46:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=56740fa96f338025bf1c75e84a77120423f16680'/>
<id>urn:sha1:56740fa96f338025bf1c75e84a77120423f16680</id>
<content type='text'>
Signed-off-by: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
</content>
</entry>
</feed>
