<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/gdsys, branch v2016.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/gdsys?h=v2016.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/gdsys?h=v2016.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-11-20T03:27:50Z</updated>
<entry>
<title>Move console definitions into a new console.h file</title>
<updated>2015-11-20T03:27:50Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2015-11-09T06:47:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=24b852a7a2b8eca71789100983bdb5104cc00696'/>
<id>urn:sha1:24b852a7a2b8eca71789100983bdb5104cc00696</id>
<content type='text'>
The console includes a global variable and several functions that are only
used by a small subset of U-Boot files. Before adding more functions, move
the definitions into their own header file.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>board: gdsys: Enable osd on output only</title>
<updated>2015-11-12T23:04:11Z</updated>
<author>
<name>Dirk Eibach</name>
<email>dirk.eibach@gdsys.cc</email>
</author>
<published>2015-10-28T10:46:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=acff73fda0587b7c23989db1c324e40e16542b44'/>
<id>urn:sha1:acff73fda0587b7c23989db1c324e40e16542b44</id>
<content type='text'>
Signed-off-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>board: gdsys: Add osdsize command</title>
<updated>2015-11-12T23:04:11Z</updated>
<author>
<name>Dirk Eibach</name>
<email>dirk.eibach@gdsys.cc</email>
</author>
<published>2015-10-28T10:46:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=da4833c7bf18a242e83df08aa9af2baa3f191e69'/>
<id>urn:sha1:da4833c7bf18a242e83df08aa9af2baa3f191e69</id>
<content type='text'>
osdsize adjusts the gdsys IHS osd dimensions in characters.

Signed-off-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>hrcon: Add fan controllers</title>
<updated>2015-11-12T23:04:10Z</updated>
<author>
<name>Dirk Eibach</name>
<email>dirk.eibach@gdsys.cc</email>
</author>
<published>2015-10-28T10:46:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5c3b6dc1fb415d316744b284513c908e96426567'/>
<id>urn:sha1:5c3b6dc1fb415d316744b284513c908e96426567</id>
<content type='text'>
Signed-off-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>hrcon: Add support for the DH variant</title>
<updated>2015-11-12T23:04:10Z</updated>
<author>
<name>Dirk Eibach</name>
<email>dirk.eibach@gdsys.cc</email>
</author>
<published>2015-10-28T10:46:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7ed45d3d0a1deec19dd44d3590b779fc128ced8c'/>
<id>urn:sha1:7ed45d3d0a1deec19dd44d3590b779fc128ced8c</id>
<content type='text'>
hrcon DH(dual head) has two video outputs per FPGA.

Signed-off-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>hrcon: Fix videoboard i2c setup</title>
<updated>2015-11-12T23:04:09Z</updated>
<author>
<name>Dirk Eibach</name>
<email>dirk.eibach@gdsys.cc</email>
</author>
<published>2015-10-28T10:46:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b847f5b622e3d2e98a0164753c2890843bc0d93e'/>
<id>urn:sha1:b847f5b622e3d2e98a0164753c2890843bc0d93e</id>
<content type='text'>
- i2c addresses for the videoboard port expanders were
  wrong.
- the fpga reset signal was not initialized.

Signed-off-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>hrcon: Use generic ioep-fpga support</title>
<updated>2015-11-12T23:04:09Z</updated>
<author>
<name>Dirk Eibach</name>
<email>dirk.eibach@gdsys.cc</email>
</author>
<published>2015-10-28T10:46:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d4e58888014135e429bb8c7b39655106e99b6477'/>
<id>urn:sha1:d4e58888014135e429bb8c7b39655106e99b6477</id>
<content type='text'>
The strider platform moved some generic code into ioep-fpga.c.
Make use of that on hrcon platform.

Signed-off-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Add strider board</title>
<updated>2015-11-12T23:03:48Z</updated>
<author>
<name>Dirk Eibach</name>
<email>dirk.eibach@gdsys.cc</email>
</author>
<published>2015-10-28T10:46:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a3f9d6c7791bbf0ff7fc68d49abcc5b53c6f7e48'/>
<id>urn:sha1:a3f9d6c7791bbf0ff7fc68d49abcc5b53c6f7e48</id>
<content type='text'>
The gdsys strider board is based on a Freescale MPC8308 SOC.
It boots from NOR-Flash, kernel and rootfs are stored on
SD-Card.

On board peripherals include:
- 1x 10/100 Mbit/s Ethernet (optional)
- Lattice ECP3 FPGA connected via eLBC

Signed-off-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
[trini: Drop setting CONFIG_SYS_GENERIC_BOARD, this is always true now]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>iocon: reset FPGAs in last_stage_init()</title>
<updated>2015-11-12T20:59:05Z</updated>
<author>
<name>Reinhard Pfau</name>
<email>pfau@gdsys.de</email>
</author>
<published>2015-10-28T10:46:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=57b84a0d5aff855c4670ac5e231917eecb8b4273'/>
<id>urn:sha1:57b84a0d5aff855c4670ac5e231917eecb8b4273</id>
<content type='text'>
- Reset FPGAs in last_stage_init()

Signed-off-by: Reinhard Pfau &lt;pfau@gdsys.de&gt;
Signed-off-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>controlcenterd: Disable sideband clocks</title>
<updated>2015-11-12T20:59:04Z</updated>
<author>
<name>Dirk Eibach</name>
<email>dirk.eibach@gdsys.cc</email>
</author>
<published>2015-10-28T10:46:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1c7639ae8a7bc7b4475bd45dc2c44e59467f9a70'/>
<id>urn:sha1:1c7639ae8a7bc7b4475bd45dc2c44e59467f9a70</id>
<content type='text'>
Signed-off-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
</content>
</entry>
</feed>
