<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/arm/include/asm/arch-ls102xa, 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-03-15T06:22:01Z</updated>
<entry>
<title>armv7: ls102xa: Add workaround for DDR erratum A-008850</title>
<updated>2019-03-15T06:22:01Z</updated>
<author>
<name>Alison Wang</name>
</author>
<published>2019-03-06T06:49:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=158097052a6a528408e05d2345ff2ccdbb46036e'/>
<id>urn:sha1:158097052a6a528408e05d2345ff2ccdbb46036e</id>
<content type='text'>
Barrier transactions from CCI400 need to be disabled till
the DDR is configured, otherwise it may lead to system hang.
The patch adds workaround to fix the erratum.

Signed-off-by: Shengzhou Liu &lt;Shengzhou.Liu@nxp.com&gt;
Signed-off-by: Alison Wang &lt;alison.wang@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv7: ls102xa: Disable QE before enter deep sleep</title>
<updated>2018-09-27T17:01:28Z</updated>
<author>
<name>Ran Wang</name>
</author>
<published>2018-09-26T05:46:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=26cbc0d663555b8af7d40ecfd0d0fefe960d9686'/>
<id>urn:sha1:26cbc0d663555b8af7d40ecfd0d0fefe960d9686</id>
<content type='text'>
Otherwise system will hang after executing wfi.

Signed-off-by: Ran Wang &lt;ran.wang_1@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv7: fsl: remove sata support</title>
<updated>2018-09-27T15:53:03Z</updated>
<author>
<name>Peng Ma</name>
</author>
<published>2018-08-01T06:15:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=686203737e5370cb24cdda383fba6e6c5233159e'/>
<id>urn:sha1:686203737e5370cb24cdda383fba6e6c5233159e</id>
<content type='text'>
Remove the old implementation in order to enable DM for sata

Signed-off-by: Peng Ma &lt;peng.ma@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: layerscape: move ns_dev[] define from h to c file.</title>
<updated>2018-08-10T17:36:03Z</updated>
<author>
<name>Ran Wang</name>
</author>
<published>2018-08-10T06:59:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=cd35855492aafc4076a634a6d748bffc9e26795e'/>
<id>urn:sha1:cd35855492aafc4076a634a6d748bffc9e26795e</id>
<content type='text'>
Move ns_dev[] from header file to C file to avoid compiling warning
when header file is included by others.

Signed-off-by: Ran Wang &lt;ran.wang_1@nxp.com&gt;
[YS: rewrite commit message]
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>ata: Migrate CONFIG_LIBATA to Kconfig</title>
<updated>2017-12-12T23:16:05Z</updated>
<author>
<name>Tuomas Tynkkynen</name>
</author>
<published>2017-12-08T13:36:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b82e667f79f753226f3b7d01085869b496b1adc2'/>
<id>urn:sha1:b82e667f79f753226f3b7d01085869b496b1adc2</id>
<content type='text'>
This symbol enables some library code used by various SATA drivers,
so make this a non-user-visible symbol select'ed by the respective
drivers, and let moveconfig handle the rest.

Signed-off-by: Tuomas Tynkkynen &lt;tuomas.tynkkynen@iki.fi&gt;
</content>
</entry>
<entry>
<title>ata: Migrate CONFIG_SCSI_AHCI to Kconfig</title>
<updated>2017-12-12T23:13:19Z</updated>
<author>
<name>Tuomas Tynkkynen</name>
</author>
<published>2017-12-08T13:36:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=9fd95ef0d39819fb27441fdd0f1b15b05d9b5085'/>
<id>urn:sha1:9fd95ef0d39819fb27441fdd0f1b15b05d9b5085</id>
<content type='text'>
And use 'imply' liberally.

Signed-off-by: Tuomas Tynkkynen &lt;tuomas.tynkkynen@iki.fi&gt;
</content>
</entry>
<entry>
<title>armv7: Add workaround for USB erratum A-009007</title>
<updated>2017-09-11T15:01:07Z</updated>
<author>
<name>Ran Wang</name>
</author>
<published>2017-09-04T10:46:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=0e8a4264ec705b4d4e381dcb7e1e050dc1b5123d'/>
<id>urn:sha1:0e8a4264ec705b4d4e381dcb7e1e050dc1b5123d</id>
<content type='text'>
Rx Compliance tests may fail intermittently at high
jitter frequencies using default register values

Program register USB_PHY_RX_OVRD_IN_HI in certain sequence
to make the Rx compliance test pass.

Signed-off-by: Sriram Dash &lt;sriram.dash@nxp.com&gt;
Signed-off-by: Rajesh Bhagat &lt;rajesh.bhagat@nxp.com&gt;
Signed-off-by: Suresh Gupta &lt;suresh.bhagat@nxp.com&gt;
Signed-off-by: Ran Wang &lt;ran.wang_1@nxp.com&gt;
[YS: Reordered Kconfig options]
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv7: Add workaround for USB erratum A-008997</title>
<updated>2017-09-11T15:01:06Z</updated>
<author>
<name>Ran Wang</name>
</author>
<published>2017-09-04T10:46:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=e10d114279f01899c7eb47f5977dbceca6b6efaf'/>
<id>urn:sha1:e10d114279f01899c7eb47f5977dbceca6b6efaf</id>
<content type='text'>
Low Frequency Periodic Singaling (LFPS) Peak-to-Peak Differential
Output Voltage Test Compliance fails using default transmitter settings

Change config of transmitter signal swings by setting register
PCSTXSWINGFULL to 0x47 to pass compliance tests.

Signed-off-by: Sriram Dash &lt;sriram.dash@nxp.com&gt;
Signed-off-by: Rajesh Bhagat &lt;rajesh.bhagat@nxp.com&gt;
Signed-off-by: Suresh Gupta &lt;suresh.gupta@nxp.com&gt;
Signed-off-by: Ran Wang &lt;ran.wang_1@nxp.com&gt;
[YS: Reordered Kconfig options]
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv7: Add workaround for USB erratum A-009798</title>
<updated>2017-09-11T15:01:06Z</updated>
<author>
<name>Ran Wang</name>
</author>
<published>2017-09-04T10:46:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c1853f6f7348d86faead6ffe30c25db9d7cef144'/>
<id>urn:sha1:c1853f6f7348d86faead6ffe30c25db9d7cef144</id>
<content type='text'>
The default setting for USB High Speed Squelch Threshold results
in a threshold close to or lower than 100mV. This leads to Receive
Compliance test failure for a 100mV threshold.

Shift the threshold from ~100mV towards ~130mV by setting SQRXTUNE
to 0x0 to pass USB High Speed Receiver Sensitivity Compliance test.

Signed-off-by: Sriram Dash &lt;sriram.dash@nxp.com&gt;
Signed-off-by: Rajesh Bhagat &lt;rajesh.bhagat@nxp.com&gt;
Signed-off-by: Suresh Gupta &lt;suresh.gupta@nxp.com&gt;
Signed-off-by: Ran Wang &lt;ran.wang_1@nxp.com&gt;
[YS: Reordered Kconfig options]
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
</feed>
