<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/broadcom, 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-28T17:58:06Z</updated>
<entry>
<title>dm: arm: bcmstb: Enable driver model MMC support</title>
<updated>2019-05-28T17:58:06Z</updated>
<author>
<name>Thomas Fitzsimmons</name>
</author>
<published>2019-05-17T12:17:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=77934fdedfdd8a87d3b96c45b7bd540be60445d6'/>
<id>urn:sha1:77934fdedfdd8a87d3b96c45b7bd540be60445d6</id>
<content type='text'>
For bcm7445 and bcm7260, this patch enables CONFIG_DM_MMC and updates
the bcmstb SDHCI driver to use the new driver model.  This allows
removal of SDHCI configuration handling from bcmstb.c, and eliminates
a board removal compile warning.

Signed-off-by: Thomas Fitzsimmons &lt;fitzsim@fitzsim.org&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>bcm963158: use TARGET_BCM963158 instead of ARCH_BCM63158</title>
<updated>2019-02-19T13:55:43Z</updated>
<author>
<name>Philippe Reynes</name>
</author>
<published>2019-02-11T14:56:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4ebcb16b51589f6eb88d698f81a314f064db6487'/>
<id>urn:sha1:4ebcb16b51589f6eb88d698f81a314f064db6487</id>
<content type='text'>
We use TARGET_BCM63158 in the Kconfig instead of ARCH_BCM63158,
so we could add other board that use a bcm63158.

Signed-off-by: Philippe Reynes &lt;philippe.reynes@softathome.com&gt;
</content>
</entry>
<entry>
<title>bcm968580: rename to bcm968580xref</title>
<updated>2019-02-09T12:51:02Z</updated>
<author>
<name>Philippe Reynes</name>
</author>
<published>2019-02-04T14:14:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=5f137b5a58e6adac488cd8e73ba3e605f8eeb4e9'/>
<id>urn:sha1:5f137b5a58e6adac488cd8e73ba3e605f8eeb4e9</id>
<content type='text'>
The name of the board is bcm968580xref,
so rename the config to bcm968580xref too.

Signed-off-by: Philippe Reynes &lt;philippe.reynes@softathome.com&gt;
</content>
</entry>
<entry>
<title>bcm963158: add initial support</title>
<updated>2019-02-09T12:50:59Z</updated>
<author>
<name>Philippe Reynes</name>
</author>
<published>2019-01-31T17:57:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=be2fc084d92fcb8092f6e925604072ca949f192f'/>
<id>urn:sha1:be2fc084d92fcb8092f6e925604072ca949f192f</id>
<content type='text'>
This add the initial support of the broadcom reference
board bcm963158 with a bcm63158 SoC.

This board has 1 GB of ram, 512 MB of flash (nand),
2 usb port, 1 uart, 4 ethernet ports (LAN), 1 ethernet port (WAN).

Signed-off-by: Philippe Reynes &lt;philippe.reynes@softathome.com&gt;
</content>
</entry>
<entry>
<title>bcm968580xref: add initial support</title>
<updated>2018-11-16T18:34:35Z</updated>
<author>
<name>Philippe Reynes</name>
</author>
<published>2018-10-11T16:31:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=786dc91492b3e759fb22aa88c5d9cc07dc7986f1'/>
<id>urn:sha1:786dc91492b3e759fb22aa88c5d9cc07dc7986f1</id>
<content type='text'>
This add the initial support of the broadcom reference
board bcm968580xref with a bcm6858 SoC.

This board has 512 MB of ram, 256 MB of flash (nand),
2 usb port, 1 uart, 4 ethernet ports (LAN), 1 ethernet port (WAN).

Signed-off-by: Philippe Reynes &lt;philippe.reynes@softathome.com&gt;
</content>
</entry>
<entry>
<title>board: arm: Add support for Broadcom BCM7260</title>
<updated>2018-09-11T01:19:31Z</updated>
<author>
<name>Thomas Fitzsimmons</name>
</author>
<published>2018-08-22T22:37:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=3f20321ad8bdd7e84c3cfd2592b16ff65d05d04c'/>
<id>urn:sha1:3f20321ad8bdd7e84c3cfd2592b16ff65d05d04c</id>
<content type='text'>
Add support for loading U-Boot on the Broadcom 7260 SoC.  This port
assumes Broadcom's BOLT bootloader is acting as the second stage
bootloader, and U-Boot is acting as the third stage bootloader, loaded
as an ELF program by BOLT.

Signed-off-by: Thomas Fitzsimmons &lt;fitzsim@fitzsim.org&gt;
Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
Cc: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
</content>
</entry>
<entry>
<title>bcm968380gerg: Add MAINTAINERS file</title>
<updated>2018-08-09T15:48:39Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-08-09T15:48:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f05ebbf47a9dc863ff4bb084649ecb34d728b5f2'/>
<id>urn:sha1:f05ebbf47a9dc863ff4bb084649ecb34d728b5f2</id>
<content type='text'>
Add an initial MAINTAINERS file based on author of the code.

Cc: Philippe Reynes &lt;philippe.reynes@softathome.com&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.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>lib: fdtdec: Rename routine fdtdec_setup_memory_size()</title>
<updated>2018-07-19T08:49:56Z</updated>
<author>
<name>Siva Durga Prasad Paladugu</name>
</author>
<published>2018-07-16T10:26:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=12308b128fa28d50c1586f60f3117f5213356756'/>
<id>urn:sha1:12308b128fa28d50c1586f60f3117f5213356756</id>
<content type='text'>
This patch renames the routine fdtdec_setup_memory_size()
to fdtdec_setup_mem_size_base() as it now fills the
mem base as well along with size.

Signed-off-by: Siva Durga Prasad Paladugu &lt;siva.durga.paladugu@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

</content>
</entry>
<entry>
<title>board: arm: Add support for Broadcom BCM7445</title>
<updated>2018-07-10T20:55:57Z</updated>
<author>
<name>Thomas Fitzsimmons</name>
</author>
<published>2018-06-08T21:59:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=894c3ad27fa940beb7fdc07d01dcfe81c03d0481'/>
<id>urn:sha1:894c3ad27fa940beb7fdc07d01dcfe81c03d0481</id>
<content type='text'>
Add support for loading U-Boot on the Broadcom 7445 SoC.  This port
assumes Broadcom's BOLT bootloader is acting as the second stage
bootloader, and U-Boot is acting as the third stage bootloader, loaded
as an ELF program by BOLT.

Signed-off-by: Thomas Fitzsimmons &lt;fitzsim@fitzsim.org&gt;
Cc: Stefan Roese &lt;sr@denx.de&gt;
Cc: Tom Rini &lt;trini@konsulko.com&gt;
Cc: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
</content>
</entry>
</feed>
