<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/arm/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-20T14:57:08Z</updated>
<entry>
<title>armv8: fix typo in LINUX_KERNEL_IMAGE_HEADER check</title>
<updated>2019-06-20T14:57:08Z</updated>
<author>
<name>Mian Yousaf Kaukab</name>
</author>
<published>2019-06-13T12:46:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f2f83b2fd0b233ca971dfa5f4ddf8cd8a0cf33e3'/>
<id>urn:sha1:f2f83b2fd0b233ca971dfa5f4ddf8cd8a0cf33e3</id>
<content type='text'>
Fixes: 8163faf952 ARMv8: add optional Linux kernel image header

Signed-off-by: Mian Yousaf Kaukab &lt;ykaukab@suse.de&gt;
Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Tested-by: Andreas Färber &lt;afaerber@suse.de&gt;
</content>
</entry>
<entry>
<title>armv8: ls1046afrwy: Add support for LS1046AFRWY platform</title>
<updated>2019-06-19T07:24:57Z</updated>
<author>
<name>Vabhav Sharma</name>
</author>
<published>2019-06-06T12:35:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d90c7ac7a95d1347747466779b6821b4600db4b8'/>
<id>urn:sha1:d90c7ac7a95d1347747466779b6821b4600db4b8</id>
<content type='text'>
LS1046AFRWY board supports LS1046A family SoCs. This patch
add base support for this board.
Board support's 4GB ddr memory, i2c, micro-click module,microSD card,
serial console,qspi nor flash,ifc nand flash,qsgmii network interface,
usb 3.0 and serdes interface to support two x1gen3 pcie interface.

Signed-off-by: Camelia Groza &lt;camelia.groza@nxp.com&gt;
Signed-off-by: Madalin Bucur &lt;madalin.bucur@nxp.com&gt;
Signed-off-by: Pankit Garg &lt;pankit.garg@nxp.com&gt;
Signed-off-by: Pramod Kumar &lt;pramod.kumar_1@nxp.com&gt;
Signed-off-by: Rajesh Bhagat &lt;rajesh.bhagat@nxp.com&gt;
Signed-off-by: Vabhav Sharma &lt;vabhav.sharma@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: fsl-lsch2: add clock support for the second eSDHC</title>
<updated>2019-06-19T07:24:57Z</updated>
<author>
<name>Yinbo Zhu</name>
</author>
<published>2019-06-03T11:24:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=0dd74ec2df8ca77b1264e82c3a9a17ef7e4c0f14'/>
<id>urn:sha1:0dd74ec2df8ca77b1264e82c3a9a17ef7e4c0f14</id>
<content type='text'>
Layerscape began to use two eSDHC controllers, for example,
LS1012A. They are same IP block with same reference clock.
This patch is to add clock support for the second eSDHC.

Signed-off-by: Yinbo Zhu &lt;yinbo.zhu@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>arm: fsl-layerscape: add 0x3040 serdes1 settings for LS1046A</title>
<updated>2019-06-19T07:24:57Z</updated>
<author>
<name>Maciej Pijanowski</name>
</author>
<published>2019-05-31T14:11:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c34d8dcb3ed7f4c2b09d1cb7d5dc534d0c7aeae3'/>
<id>urn:sha1:c34d8dcb3ed7f4c2b09d1cb7d5dc534d0c7aeae3</id>
<content type='text'>
Signed-off-by: Maciej Pijanowski &lt;maciej.pijanowski@3mdeb.com&gt;
Cc: piotr.krol@3mdeb.com
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>arm: fsl-layerscape: fix 0x3363 serdes1 settings for ls1046a</title>
<updated>2019-06-19T07:24:57Z</updated>
<author>
<name>Maciej Pijanowski</name>
</author>
<published>2019-05-31T14:00:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=73420f0220e03caea1e11688a04636719760b534'/>
<id>urn:sha1:73420f0220e03caea1e11688a04636719760b534</id>
<content type='text'>
As per LS1046A hardware manual, SGMII.9 and SGMII.10 present on
lane D and lane C respectively for 0x3363 protocol.

So fix serdes1 settings for ls1046a.

Signed-off-by: Maciej Pijanowski &lt;maciej.pijanowski@3mdeb.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: fsl-layerscape: fix config dependency for layerscape pci code</title>
<updated>2019-06-19T07:24:57Z</updated>
<author>
<name>Alex Marginean</name>
</author>
<published>2019-05-30T16:28:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4da0e52c9dc04b74d230e32d1bda5d751cc6f41f'/>
<id>urn:sha1:4da0e52c9dc04b74d230e32d1bda5d751cc6f41f</id>
<content type='text'>
Fixes a link error on layerscape platform, linking fails with CONFIG_PCI
set and CONFIG_PCI_LAYERSCAPE unset.

Signed-off-by: Alex Marginean &lt;alexm.osslist@gmail.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: fsl-layerscape: Change bootcmd update logic</title>
<updated>2019-06-19T07:24:57Z</updated>
<author>
<name>Pankit Garg</name>
</author>
<published>2019-05-30T12:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ab748801ef2f15679a618efbc6e8894b67658bad'/>
<id>urn:sha1:ab748801ef2f15679a618efbc6e8894b67658bad</id>
<content type='text'>
Change bootcmd update logic when CONFIG_ENV_ADDR is not defined

Signed-off-by: Pankit Garg &lt;pankit.garg@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: fsl-layerscape: Update qspi clk cfg</title>
<updated>2019-06-19T07:24:57Z</updated>
<author>
<name>Pankit Garg</name>
</author>
<published>2019-05-29T12:12:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=293d75c0b1dc0678741841c639f52fa4875929a5'/>
<id>urn:sha1:293d75c0b1dc0678741841c639f52fa4875929a5</id>
<content type='text'>
Update qspi clock configuration in TFABOOT in case
of all boot sources except qspi boot source.

Signed-off-by: Pankit Garg &lt;pankit.garg@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8/fsl-layerscape: Add loop to check L3 dcache status</title>
<updated>2019-06-19T07:24:57Z</updated>
<author>
<name>Meenakshi Aggarwal</name>
</author>
<published>2019-05-28T16:07:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1dff14c87d07fc535aaf9e2d3012fd966ed9af89'/>
<id>urn:sha1:1dff14c87d07fc535aaf9e2d3012fd966ed9af89</id>
<content type='text'>
Flushing L3 cache may need variable time depending upon cache line
allocation.

Coming up with a proper timeout value would be best handled by
simulations under multiple scenarios in your actual system.
&gt;From the purely HN-F point of view, the flush would take ~15 cycles for
a clean line, and ~22 cycles for a dirty line.  For the dirty line case,
there are many variables outside the HN-F that will increase the
duration per line.  For example, a *DBIDResp from the SN-F/SBSX,
memory controller latency, SN-F/SBSX RetryAck responses, CCN ring
congestion, CCN ring hops, etc, etc.  The worst-case timeout would
have to factor in all of these variables plus the HN-F cycles for
every line in the L3, and assuming all lines are dirty

In case if L3 is not flushed properly, system behaviour will be
erratic, so remove timeout and add loop to check status of L3 cache.

System will stuck in while loop if there is some issue in L3 cache
flushing.

Signed-off-by: Udit Kumar &lt;udit.kumar@nxp.com&gt;
Signed-off-by: Meenakshi Aggarwal &lt;meenakshi.aggarwal@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: fsl-lsch3: add clock support for the second eSDHC</title>
<updated>2019-06-19T07:24:56Z</updated>
<author>
<name>Yangbo Lu</name>
</author>
<published>2019-05-23T03:05:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=087bfe67ac2555c37b257335424b7c193d7f6afd'/>
<id>urn:sha1:087bfe67ac2555c37b257335424b7c193d7f6afd</id>
<content type='text'>
Layerscape began to use two eSDHC controllers, for example,
LS1028A. They are same IP block with same reference clock.
This patch is to add clock support for the second eSDHC.

Signed-off-by: Yangbo Lu &lt;yangbo.lu@nxp.com&gt;
Signed-off-by: Yinbo Zhu &lt;yinbo.zhu@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
</feed>
