<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/powerpc/cpu/mpc85xx/cmd_errata.c, 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-10-29T20:13:05Z</updated>
<entry>
<title>fsl/usb: Workaround for USB erratum-A005275</title>
<updated>2018-10-29T20:13:05Z</updated>
<author>
<name>Chris Packham</name>
</author>
<published>2018-10-04T07:03:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4eaf7f525a0874a1eff0f5666004896cc5c89fa3'/>
<id>urn:sha1:4eaf7f525a0874a1eff0f5666004896cc5c89fa3</id>
<content type='text'>
Workaround makes FS as default mode on all affected socs.

Add support to check erratum-A005275 validity for an soc. This info is
required to determine whether a given soc is affected by this erratum.
Add quirk for this erratum "has_fsl_erratum_a005275" . This quirk is used
to enable workaround for the errata

Force FS mode as default by:
        - making EPS as FS
        - setting PFSC bit to disable HS chirping

This workaround can be disabled by mentioning "no_erratum_a005275" in
hwconfig string

Signed-off-by: Chris Packham &lt;judge.packham@gmail.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.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>mpc85xx: pcie: Implement workaround for Erratum A007815</title>
<updated>2017-01-24T21:28:31Z</updated>
<author>
<name>Tony O'Brien</name>
</author>
<published>2016-12-01T20:22:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=09bfd962bdc97359b916bfbf18a17e2a85396d65'/>
<id>urn:sha1:09bfd962bdc97359b916bfbf18a17e2a85396d65</id>
<content type='text'>
The read-only-write-enable bit is set by default and must be cleared
to prevent overwriting read-only registers.  This should be done
immediately after resetting the PCI Express controller.

Reviewed-by: Hamish Martin &lt;hamish.martin@alliedtelesis.co.nz&gt;
Signed-off-by: Tony O'Brien &lt;tony.obrien@alliedtelesis.co.nz&gt;
[York S: Move SYS_FSL_ERRATUM_A007815 to Kconfig]
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: mpc85xx: Implemente workaround for CPU erratum A-007907</title>
<updated>2017-01-24T21:28:02Z</updated>
<author>
<name>Darwin Dingel</name>
</author>
<published>2016-10-24T20:48:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=06ad970b53a3d6aa122685e6142a04908434a8ef'/>
<id>urn:sha1:06ad970b53a3d6aa122685e6142a04908434a8ef</id>
<content type='text'>
Core hang occurs when using L1 stashes. Workaround is to disable L1
stashes so software uses L2 cache for stashes instead.

Reviewed-by: Chris Packham &lt;chris.packham@alliedtelesis.co.nz&gt;
Signed-off-by: Darwin Dingel &lt;darwin.dingel@alliedtelesis.co.nz&gt;
Cc: York Sun &lt;york.sun@nxp.com&gt;
[York S: Move SYS_FSL_ERRATUM_A007907 to Kconfig]
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: mpc85xx: Move CONFIG_SYS_FSL_ERRATUM_* to Kconfig</title>
<updated>2017-01-05T00:40:46Z</updated>
<author>
<name>York Sun</name>
</author>
<published>2016-12-28T16:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=63659ff317c72ff6d74a3147ad758c5904b034bc'/>
<id>urn:sha1:63659ff317c72ff6d74a3147ad758c5904b034bc</id>
<content type='text'>
Use Kconfig to select errata workaround.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: B4860QDS: Remove macro CONFIG_B4860QDS</title>
<updated>2016-11-24T07:42:12Z</updated>
<author>
<name>York Sun</name>
</author>
<published>2016-11-18T19:47:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d46a4a137898d17c736d13bbe405b479aeb4483a'/>
<id>urn:sha1:d46a4a137898d17c736d13bbe405b479aeb4483a</id>
<content type='text'>
Use CONFIG_TARGET_B4860QDS instead.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: P4080: Remove macro CONFIG_PPC_P4080</title>
<updated>2016-11-24T07:42:11Z</updated>
<author>
<name>York Sun</name>
</author>
<published>2016-11-18T19:24:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=e71372cb6371033a762b3329d063c3735a783a76'/>
<id>urn:sha1:e71372cb6371033a762b3329d063c3735a783a76</id>
<content type='text'>
Replace CONFIG_PPC_P4080 with ARCH_P4080 in Kconfig and clean up
existing macros.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: P3041: Remove macro CONFIG_PPC_P3041</title>
<updated>2016-11-24T07:42:10Z</updated>
<author>
<name>York Sun</name>
</author>
<published>2016-11-18T19:20:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=5e5fdd2d00489d4aa129e7a9ad289a38563f4387'/>
<id>urn:sha1:5e5fdd2d00489d4aa129e7a9ad289a38563f4387</id>
<content type='text'>
Replace CONFIG_PPC_P3041 with ARCH_P3041 in Kconfig and clean up
existing macros.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: P2041: Remove macro CONFIG_PPC_P2041</title>
<updated>2016-11-24T07:42:10Z</updated>
<author>
<name>York Sun</name>
</author>
<published>2016-11-18T19:15:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ce040c83f1d74b07543fe98b07164912d104a2c7'/>
<id>urn:sha1:ce040c83f1d74b07543fe98b07164912d104a2c7</id>
<content type='text'>
Replace CONFIG_PPC_P2041 with ARCH_P2041 in Kconfig and clean up
existing macros.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>driver/ddr/fsl: Add workaround for A009663</title>
<updated>2016-01-25T16:24:15Z</updated>
<author>
<name>Shengzhou Liu</name>
</author>
<published>2015-12-16T08:45:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=a994b3deb00bf3177cdf9f92060baec4f640f466'/>
<id>urn:sha1:a994b3deb00bf3177cdf9f92060baec4f640f466</id>
<content type='text'>
Erratum A-009663 workaround requires to set DDR_INTERVAL[BSTOPRE] to 0
before setting DDR_SDRAM_CFG[MEM_EN] and set DDR_INTERVAL[BSTOPRE]
to the desired value after DDR initialization has completed.

When DDR controller is configured to operate in auto-precharge
mode(DDR_INTERVAL[BSTOPRE]=0), this workaround is not needed.

Signed-off-by: Shengzhou Liu &lt;Shengzhou.Liu@freescale.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
</feed>
