<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/Synology, 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-04-12T05:04:18Z</updated>
<entry>
<title>arm: mvebu: AXP: Enhance PCIe port capability configuration</title>
<updated>2019-04-12T05:04:18Z</updated>
<author>
<name>Stefan Roese</name>
</author>
<published>2019-04-08T12:51:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=0a590243d17c197fafa52be96db4cfaa7676ce69'/>
<id>urn:sha1:0a590243d17c197fafa52be96db4cfaa7676ce69</id>
<content type='text'>
This patch enables the PCIe port specific link capabilities configuration
for Armada XP. The weak function board_sat_r_get() was used to return
a common flag for PCIe Gen1 vs Gen2 capability for all PCIe ports. This
is now changed with this patch to return a bit per PCIe port (4 bits
in this case, bit 0 for PCIe port 0, etc).

The theadorable board uses this new feature to configure PCIe port 0
as Gen1 and all other PCIe ports as Gen2 capable. All other AXP boards
using this function are not changed in the configuration and still
configure all ports as PCIe Gen2.

This patch also removes the parameter "pex_mode" from
board_serdes_cfg_get() as this parameter was not used in any of the
implementations.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Phil Sutter &lt;phil@nwl.cc&gt;
</content>
</entry>
<entry>
<title>net.h: Include linux/if_ether.h to avoid duplication</title>
<updated>2018-10-10T17:28:52Z</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2018-07-31T09:55:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=dda5251037008b3563ab0aaf443eb7be3213887c'/>
<id>urn:sha1:dda5251037008b3563ab0aaf443eb7be3213887c</id>
<content type='text'>
There are plenty of existing drivers that have macros like ETH_ALEN
defined in their own source files. Now that we imported the kernel's
if_ether.h to U-Boot we can reduce some duplication.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>mvebu: select boot device at SoC level</title>
<updated>2018-08-06T12:07:23Z</updated>
<author>
<name>Baruch Siach</name>
</author>
<published>2018-06-18T18:56:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ca1a4c863232ddc6bc2463569dedfefe992ff418'/>
<id>urn:sha1:ca1a4c863232ddc6bc2463569dedfefe992ff418</id>
<content type='text'>
Move the gdsys Controlcenter DC specific build time kwbimage.cfg
generation code into the mach-mvebu/ directory to be shared by all 32bit
mvebu platforms.

Remove board specific kwbimage.cfg files, and use the generated one
instead. These files are all identical, with two exceptions. Clearfog
and Helios4 use the sdio boot device, whereas all others use spi. Update
the defconfigs for the exceptional boards to generate the same
kwbimage.cfg as before.

Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Stefan Roese &lt;sr@denx.de&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>MAINTAINERS: Add missing boards and config entries</title>
<updated>2017-11-06T14:58:51Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2017-10-21T16:54:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=79df00fdb40b4584919c8bcef42d323a8d38d0f1'/>
<id>urn:sha1:79df00fdb40b4584919c8bcef42d323a8d38d0f1</id>
<content type='text'>
As part of my usual round of build testing, output about missing
MAINTAINERS information was not logged, and thus often overlooked.
Correct that mistake by ensuring that I log the output of
genboardscfg.py every time.  As part of that, address a number of
missing MAINTAINERS entires.  In the case of a missing file, I have put
the original submitter down.  In the rest of the cases I have added the
config (and sometimes relevant header file) to the existing set of file
globs.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>env: Rename setenv() to env_set()</title>
<updated>2017-08-16T12:22:18Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-08-03T18:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=382bee57f19b4454e2015bc19a010bc2d0ab9337'/>
<id>urn:sha1:382bee57f19b4454e2015bc19a010bc2d0ab9337</id>
<content type='text'>
We are now using an env_ prefix for environment functions. Rename setenv()
for consistency. Also add function comments in common.h.

Suggested-by: Wolfgang Denk &lt;wd@denx.de&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>arm: Include asm/setup.h explictly</title>
<updated>2017-06-05T15:02:37Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-05-17T14:23:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=5d9828563f80a1319e793166974dd6003dc1d941'/>
<id>urn:sha1:5d9828563f80a1319e793166974dd6003dc1d941</id>
<content type='text'>
Include this header where needed so we do not need to rely on common.h.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>arm: kirkwood: fix Synology board tag</title>
<updated>2016-10-09T08:55:32Z</updated>
<author>
<name>Walter Schweizer</name>
</author>
<published>2016-10-06T21:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1c653201d7de10b486266317200bfaa8bdb57700'/>
<id>urn:sha1:1c653201d7de10b486266317200bfaa8bdb57700</id>
<content type='text'>
Signed-off-by: Walter Schweizer &lt;swwa@users.sourceforge.net&gt;
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>arm: kirkwood: fix output enable settings</title>
<updated>2016-10-09T08:55:32Z</updated>
<author>
<name>Walter Schweizer</name>
</author>
<published>2016-10-06T21:29:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ed3adde0839f0bc44b47a92288a696d821878a08'/>
<id>urn:sha1:ed3adde0839f0bc44b47a92288a696d821878a08</id>
<content type='text'>
Signed-off-by: Walter Schweizer &lt;swwa@users.sourceforge.net&gt;
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>arm: kirkwood: fix kirkwood initial setup</title>
<updated>2016-10-09T08:55:32Z</updated>
<author>
<name>Walter Schweizer</name>
</author>
<published>2016-10-06T21:29:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=9c658d8009f3f59669bbdd49f530c5f304fabf26'/>
<id>urn:sha1:9c658d8009f3f59669bbdd49f530c5f304fabf26</id>
<content type='text'>
Signed-off-by: Walter Schweizer &lt;swwa@users.sourceforge.net&gt;
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
</feed>
