<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/powerpc/cpu, 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-06-20T05:14:10Z</updated>
<entry>
<title>powerpc: mpc85xx: Update the condition to compile PCI routines</title>
<updated>2019-06-20T05:14:10Z</updated>
<author>
<name>Hou Zhiqiang</name>
</author>
<published>2019-04-22T13:50:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=82c47a21e7ff3a2374328f75f4441ca750426d5b'/>
<id>urn:sha1:82c47a21e7ff3a2374328f75f4441ca750426d5b</id>
<content type='text'>
Compile the routines of mpc85xx/pci.c when both FSL_PCI_INIT
and DM_PCI are not enabled.

Signed-off-by: Hou Zhiqiang &lt;Zhiqiang.Hou@nxp.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: mpc85xx: Move CONFIG_FSL_PCIE_RESET to Kconfig</title>
<updated>2019-06-20T05:14:09Z</updated>
<author>
<name>Hou Zhiqiang</name>
</author>
<published>2019-05-23T03:52:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2b12f6cfe6239d8b6b8c5e7b0c5b5851f7bc489a'/>
<id>urn:sha1:2b12f6cfe6239d8b6b8c5e7b0c5b5851f7bc489a</id>
<content type='text'>
Use the Kconfig option to select the PCIe reset errata.

Signed-off-by: Hou Zhiqiang &lt;Zhiqiang.Hou@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: mpc85xx: Move CONFIG_FSL_PCIE_DISABLE_ASPM to Kconfig</title>
<updated>2019-06-20T05:13:55Z</updated>
<author>
<name>Hou Zhiqiang</name>
</author>
<published>2019-05-22T14:46:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c16dfd016afb92771d425ae84a2949da1d7e112b'/>
<id>urn:sha1:c16dfd016afb92771d425ae84a2949da1d7e112b</id>
<content type='text'>
Use the Kconfig option to select the PCIe ASPM errata.

Signed-off-by: Hou Zhiqiang &lt;Zhiqiang.Hou@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: mpc85xx: delete FSL_SATA for T2080QDS board.</title>
<updated>2019-05-23T14:23:09Z</updated>
<author>
<name>Peng Ma</name>
</author>
<published>2019-03-27T09:23:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=856b9cdb53f0e6c8d98f81cf71ef363c16b0aa0e'/>
<id>urn:sha1:856b9cdb53f0e6c8d98f81cf71ef363c16b0aa0e</id>
<content type='text'>
Signed-off-by: Peng Ma &lt;peng.ma@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<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>mpc83xx: Define _end symbol</title>
<updated>2019-05-21T05:52:34Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-28T08:36:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=7e3974e1f404cf69cc37de408453bd7ddf6b4845'/>
<id>urn:sha1:7e3974e1f404cf69cc37de408453bd7ddf6b4845</id>
<content type='text'>
To support OF_EMBED, the MPC83xx architecture has to define the "_end"
symbol to correctly access the appended DT.

Fortunately, MPC8xx already defines the symbol, and the linker script is
quite similar to that of MPC83xx, so copy this approach for MPC83xx.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Use pre-defined asm functions</title>
<updated>2019-05-21T05:52:34Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-21T08:18:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=5c2299850390b31d3262893b407bd26572f04c4e'/>
<id>urn:sha1:5c2299850390b31d3262893b407bd26572f04c4e</id>
<content type='text'>
For a lot of inline assembly calls in the mpc8xxx and mpc83xx
directories, we already have convenient pre-defined helper functions,
but they're not used, resulting in hard-to-read code.

Use these helper functions where ever possible and useful.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Replace ppcDWstore with inline assembly</title>
<updated>2019-05-21T05:52:34Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-21T08:18:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1e718f43de1bee73fe727597101865f81ff873f5'/>
<id>urn:sha1:1e718f43de1bee73fe727597101865f81ff873f5</id>
<content type='text'>
ppcDWstore/ppcDWload are hardly used by any board, but since they're
implemented in start.S, they're always present in every U-Boot image,
even if they're not needed.

Re-implement these fuctions in C with inline assembly, so that the
compiler can decide when to actually include them.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Don't define cpu_eth_init for DM eth</title>
<updated>2019-05-21T05:52:33Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-21T08:18:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=8835836ae74d1b340f079ce49c3f1cc810452d0d'/>
<id>urn:sha1:8835836ae74d1b340f079ce49c3f1cc810452d0d</id>
<content type='text'>
Don't use the legacy method of initializing the ethernet controller on
MPC83xx when DM is active.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASE</title>
<updated>2019-05-21T05:52:33Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2019-01-21T08:18:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=133ec602846d28a7915a7b3149d05d1c8a270873'/>
<id>urn:sha1:133ec602846d28a7915a7b3149d05d1c8a270873</id>
<content type='text'>
CONFIG_SYS_DDR_SDRAM_BASE is set to the same value as
CONFIG_SYS_SDRAM_BASE on all existing boards. Just use
CONFIG_SYS_SDRAM_BASE instead.

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