<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/include/gdsys_fpga.h, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-05-21T06:03:38Z</updated>
<entry>
<title>gdsys: Introduce GDSYS_LEGACY_DRIVERS</title>
<updated>2019-05-21T06:03:38Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-03-29T09:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=fe4a9675758e8fe7dce0b0064cac03c81a649f0a'/>
<id>urn:sha1:fe4a9675758e8fe7dce0b0064cac03c81a649f0a</id>
<content type='text'>
Future gdsys boards will switch from the legacy drivers in board/gdsys/common
to DM-based drivers.

Define a Kconfig option that disables the legacy drivers.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gdsys: Post ppc4xx removal cleanup</title>
<updated>2019-05-21T06:03:38Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-03-29T09:18:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=3f902185f0c6d1179bf24c8e2749b94588e98fb3'/>
<id>urn:sha1:3f902185f0c6d1179bf24c8e2749b94588e98fb3</id>
<content type='text'>
The ppc4xx architecture was removed, and with it several old gdsys 44x
boards, but some "debris" from these purged boards was left over.

This patch removes these remnants (mostly entries in Makefiles, some now
superfluous data structures and some now obsolete config variables from
the whitelist).

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>hrcon: Migrate to CONFIG_TARGET_HRCON</title>
<updated>2019-05-21T05:51:40Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-21T08:17:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d6918816fb88ab648016284d80e88cc0db2a33ae'/>
<id>urn:sha1:d6918816fb88ab648016284d80e88cc0db2a33ae</id>
<content type='text'>
Use the proper CONFIG_TARGET_HRCON Kconfig option to replace
the CONFIG_HRCON ad-hoc config option.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>SPDX: Convert all of our single license tags to Linux Kernel style</title>
<updated>2018-05-07T13:34:12Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-05-06T21:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=83d290c56fab2d38cd1ab4c4cc7099559c1d5046'/>
<id>urn:sha1:83d290c56fab2d38cd1ab4c4cc7099559c1d5046</id>
<content type='text'>
When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from.  So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry.  Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents.  There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>treewide: Fix gdsys mail addresses</title>
<updated>2018-03-09T14:23:10Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2018-03-06T07:04:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d38826a3dceaa804a559f178f95ce689fd31bdff'/>
<id>urn:sha1:d38826a3dceaa804a559f178f95ce689fd31bdff</id>
<content type='text'>
The @gdsys.cc addresses are supposed to be used for mailing lists.
Switch all occurrences of @gdsys.de mail addresses to their @gdsys.cc
equivalent.

Also, Dirk's address was wrong in one place; fix that as well.

Signed-off-by: Mario Six &lt;six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gdsys: Drop print_fpga_state function</title>
<updated>2016-07-22T18:46:21Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2016-07-15T19:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=473c0abe6290aaf1471ce8129a67e3c2fbfc2597'/>
<id>urn:sha1:473c0abe6290aaf1471ce8129a67e3c2fbfc2597</id>
<content type='text'>
On most platforms the print_fpga_state function is never called.  Only
on dlvision-10g do we, so in that case inline it.  Drop it from
everywhere else to avoid extra strings.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Reinhard Pfau &lt;reinhard.pfau@gdsys.cc&gt;
Acked-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>strider: Support con-dp flavor</title>
<updated>2016-06-06T17:39:13Z</updated>
<author>
<name>Dirk Eibach</name>
</author>
<published>2016-06-02T07:05:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1d2541ba32c0ab144c9307edd4a76606ad528ce0'/>
<id>urn:sha1:1d2541ba32c0ab144c9307edd4a76606ad528ce0</id>
<content type='text'>
There is a new strider console flavor with DisplayPort
video.

Signed-off-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&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>
</author>
<published>2015-10-28T10:46:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/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>mpc83xx: Add strider board</title>
<updated>2015-11-12T23:03:48Z</updated>
<author>
<name>Dirk Eibach</name>
</author>
<published>2015-10-28T10:46:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/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>i2c: ihs_i2c: Dual channel support</title>
<updated>2015-11-12T20:59:01Z</updated>
<author>
<name>Dirk Eibach</name>
</author>
<published>2015-10-28T10:46:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=071be896947a2b6ab791657e250da6fc995360a8'/>
<id>urn:sha1:071be896947a2b6ab791657e250da6fc995360a8</id>
<content type='text'>
Support two i2c masters per FPGA.

Signed-off-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
</feed>
