<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/gdsys, 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>mpc83xx: Add gazerbeam board</title>
<updated>2019-05-21T06:03:38Z</updated>
<author>
<name>Dirk Eibach</name>
</author>
<published>2019-03-29T09:18:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d494cdb97e18a30214d0414376d4eacdf82224fe'/>
<id>urn:sha1:d494cdb97e18a30214d0414376d4eacdf82224fe</id>
<content type='text'>
The gdsys gazerbeam 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:
- 2x 10/100 Mbit/s Ethernet (optional)

Signed-off-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gdsys: ioep-fpga: Switch to gazerbeam-style reporting</title>
<updated>2019-05-21T06:03:38Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-03-29T09:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=33534526ec89e4f886d17503ecbc0646045f4da9'/>
<id>urn:sha1:33534526ec89e4f886d17503ecbc0646045f4da9</id>
<content type='text'>
Use a more extensive FPGA feature reporting style in the gdsys ioep-fpga
driver.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gdsys: cmd_ioloop: Make DM compatible</title>
<updated>2019-05-21T06:03:38Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-03-29T09:18:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=df8e5fb343c27c58cfe90def4dd4928a7de36d69'/>
<id>urn:sha1:df8e5fb343c27c58cfe90def4dd4928a7de36d69</id>
<content type='text'>
Make the ioloop command DM compatible, while keeping the old
functionality for not-yet-converted boards.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gdsys: cmd_ioloop: Introduce commenting enum</title>
<updated>2019-05-21T06:03:38Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-03-29T09:18:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ba75772fcbf32194db81c1907898657f84aa5182'/>
<id>urn:sha1:ba75772fcbf32194db81c1907898657f84aa5182</id>
<content type='text'>
Replace the boolean parameter of io_check_status that controls whether
the status is printed or not with a documenting enum.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gdsys: cmd_ioloop: Fix style violations</title>
<updated>2019-05-21T06:03:38Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-03-29T09:18:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=db1d03a299811267bcd0f38fe9cd0f833ab29cd9'/>
<id>urn:sha1:db1d03a299811267bcd0f38fe9cd0f833ab29cd9</id>
<content type='text'>
Fix some style violations in the ioloop command, and make the code more
readable where possible.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gdsys: mpc8308: Add FPGA flavor option</title>
<updated>2019-05-21T06:03:38Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-03-29T09:18:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=cda8e1f6ca514effb229cad74719fa7b5bf8cd7b'/>
<id>urn:sha1:cda8e1f6ca514effb229cad74719fa7b5bf8cd7b</id>
<content type='text'>
More recent versions of IHS FPGAs feature a different memory layout.

Add a Kconfig option to differentiate between the legacy layout, and the
new layout (which is used on the upcoming "Gazerbeam" and later boards).

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<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: mpc8308: Don't use manual RAM config if RAM driver is active</title>
<updated>2019-05-21T06:03:38Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-03-29T09:18:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=edba2b29f57efdff0ee087a0686ef11efbd6f9b8'/>
<id>urn:sha1:edba2b29f57efdff0ee087a0686ef11efbd6f9b8</id>
<content type='text'>
The "manual" RAM configuration should not be used if the DM RAM driver
is active, hence, disable the code if the CONFIG_MPC83XX_SDRAM config
variable is defined.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gdsys: mpc8308: Migrate SYS_FPGA{0, 1}_{BASE, SIZE} to Kconfig</title>
<updated>2019-05-21T06:03:38Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-03-29T09:18:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b335fb6d8c7796edce58db5c4743e6de891ec1fe'/>
<id>urn:sha1:b335fb6d8c7796edce58db5c4743e6de891ec1fe</id>
<content type='text'>
Move CONFIG_SYS_FPGA0_BASE, CONFIG_SYS_FPGA0_SIZE, CONFIG_SYS_FPGA1_BASE, and
CONFIG_SYS_FPGA1_SIZE to Kconfig.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>gdsys: mpc8308: Use shadow register for output GPIO values</title>
<updated>2019-05-21T06:03:38Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-03-29T09:18:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b12b545836746217e9f417bd5c3b13557a201a34'/>
<id>urn:sha1:b12b545836746217e9f417bd5c3b13557a201a34</id>
<content type='text'>
Since the gpio output status on MPC8xxx cannot be read back, it has to
be buffered locally.

Signed-off-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
</feed>
