<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/mips/mach-bmips, 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>2018-12-10T17:46:45Z</updated>
<entry>
<title>bmips: swapping IO space isn't required</title>
<updated>2018-12-10T17:46:45Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2018-12-09T09:41:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4c0411eb4423fe864f437cf85dce4044d362fc27'/>
<id>urn:sha1:4c0411eb4423fe864f437cf85dce4044d362fc27</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>bcm968380gerg: add initial support</title>
<updated>2018-08-08T11:38:17Z</updated>
<author>
<name>Philippe Reynes</name>
</author>
<published>2018-07-16T17:06:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=990cebf0a2c2e4dd9033c56acf7b1404a0c0f698'/>
<id>urn:sha1:990cebf0a2c2e4dd9033c56acf7b1404a0c0f698</id>
<content type='text'>
This add the initial support of the broadcom reference
board bcm968380gerg with a bcm68380 SoC.

This board has 512 MB of RAM, 128 MB of flash (nand),
2 USB port, 1 UART, 4 ethernet ports and BCM43217 (wifi).

Signed-off-by: Philippe Reynes &lt;philippe.reynes@softathome.com&gt;
Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>bcm6838: add initial support</title>
<updated>2018-08-08T11:38:17Z</updated>
<author>
<name>Philippe Reynes</name>
</author>
<published>2018-07-16T17:06:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=341032d3f156858124de5abec6ec174a2cce1bf3'/>
<id>urn:sha1:341032d3f156858124de5abec6ec174a2cce1bf3</id>
<content type='text'>
This adds the initial support of the Broadcom BCM6838 SoC familly,
only cpu, dram, uart and leds are supported.

Signed-off-by: Philippe Reynes &lt;philippe.reynes@softathome.com&gt;
Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>Kconfig: Sort bool, default, select and imply options</title>
<updated>2018-07-30T11:18:48Z</updated>
<author>
<name>Michal Simek</name>
</author>
<published>2018-07-23T13:55:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=58008cbab55688a986e40b644b9142f072285819'/>
<id>urn:sha1:58008cbab55688a986e40b644b9142f072285819</id>
<content type='text'>
Another round of sorting Kconfig entries aplhabetically.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Reviewed-by: Joe Hershberger &lt;joe.hershberger@ni.com&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>MIPS: add BMIPS Netgear DGND3700v2 board</title>
<updated>2018-03-21T22:23:13Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2018-02-03T09:30:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=9d466f2fe11a88da9f31f260296be042ed378b9d'/>
<id>urn:sha1:9d466f2fe11a88da9f31f260296be042ed378b9d</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>MIPS: add support for Broadcom MIPS BCM6362 SoC family</title>
<updated>2018-03-21T22:23:13Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2018-02-03T09:30:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=8f240a3b45d6b6cf51c69c3ae7e1b0f1774671a7'/>
<id>urn:sha1:8f240a3b45d6b6cf51c69c3ae7e1b0f1774671a7</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>MIPS: add BMIPS Comtrend AR-5315u board</title>
<updated>2018-01-26T11:38:13Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2018-01-20T18:16:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=664ec31db7b99269b612360ffb3c9840a195e263'/>
<id>urn:sha1:664ec31db7b99269b612360ffb3c9840a195e263</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>MIPS: add support for Broadcom MIPS BCM6318 SoC family</title>
<updated>2018-01-26T11:38:13Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2018-01-20T18:16:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=3483f28ebfaf968112ede2f075b9769a007cacdd'/>
<id>urn:sha1:3483f28ebfaf968112ede2f075b9769a007cacdd</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>MIPS: add BMIPS Comtrend WAP-5813n board</title>
<updated>2018-01-26T11:35:22Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2018-01-20T13:16:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c320b923f5ef331d830cde298c48d8a72164025a'/>
<id>urn:sha1:c320b923f5ef331d830cde298c48d8a72164025a</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
</feed>
