<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/k+p, 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-04-25T15:03:25Z</updated>
<entry>
<title>boot.src: Provide dsa_core.blacklist bootarg when booting via NFS</title>
<updated>2019-04-25T15:03:25Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2019-04-04T10:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=fbd611897aeedf709df9a920a845190ac72f703a'/>
<id>urn:sha1:fbd611897aeedf709df9a920a845190ac72f703a</id>
<content type='text'>
This setup is a bit special as Linux kernel (4.19) is not supporting
in-kernel NFS rootfs mount and Distributed Switch Architecture (DSA)
operation.

For that reason it was necessary to provide a bootarg to allow userspace
enable it afterwards if needed.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: Remove EHCI specific code from HSC|DDC board file</title>
<updated>2019-04-25T15:03:25Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2019-04-04T10:26:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=414ba7cda3915d4ae163ebabc0aaf3459a280bbd'/>
<id>urn:sha1:414ba7cda3915d4ae163ebabc0aaf3459a280bbd</id>
<content type='text'>
As EHCI on i.MX5 has been converted to driver model, the board specific
code, necessary for VBUS USB power supply setup is not needed anymore.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: Remove non DM/DTS esdhc3 code from HSC|DDC board related files</title>
<updated>2019-04-25T15:03:25Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2019-04-04T10:26:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=63984abc1d84bdaeb57c0e25127fa9cc948ab7fd'/>
<id>urn:sha1:63984abc1d84bdaeb57c0e25127fa9cc948ab7fd</id>
<content type='text'>
After switching to DM/DTS support of esdhc3 - the code in this patch
can be removed.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: Remove HSC|DDC ETH PHY reset code after switching to DM/DTS</title>
<updated>2019-04-25T15:03:25Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2019-04-04T10:26:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=dbf61531c75ab3604f24b9f23fb61b30679cd611'/>
<id>urn:sha1:dbf61531c75ab3604f24b9f23fb61b30679cd611</id>
<content type='text'>
After commit efd0b791069a ("eth: dm: fec: Add gpio phy reset binding")
the in-board file definition of ETH PHY reset can be removed.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: bootscript: For nfsargs only use rootpath (and remove not needed serverip)</title>
<updated>2018-09-14T13:22:52Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2018-08-31T11:58:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=97657a8cb444015ac57cc057879fc0cc6be18ab8'/>
<id>urn:sha1:97657a8cb444015ac57cc057879fc0cc6be18ab8</id>
<content type='text'>
The serverip part is provided from DHCP server with
'option root-path "192.168.3.1:/srv/tftp/rootfs";' parameter in dhcpd.conf

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: bootscript: Fix the nfsargs and addip in K+P's tpcboot.cmd</title>
<updated>2018-09-14T13:22:52Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2018-08-31T11:58:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=7e6bba20f5d80b07574d317c4b62d89bd36c400f'/>
<id>urn:sha1:7e6bba20f5d80b07574d317c4b62d89bd36c400f</id>
<content type='text'>
The quotes around ${bootargs} were missing as we elaborate those variables
twice - once when we "setenv" the command and secondly when we "run" it.
Without quotes we have just empty string in the second call.

Moreover there is an issue with line breaks - as the original commands
got truncated.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: bootscript: Replace tftpboot with dhcp when downloading kernel</title>
<updated>2018-09-14T13:22:52Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2018-08-31T11:58:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2d558da0d73af7329592a072bfe2c912af413f74'/>
<id>urn:sha1:2d558da0d73af7329592a072bfe2c912af413f74</id>
<content type='text'>
The 'dhcp' command is more versatile as it allows working with the DHCP
server to obtain serverip, ipaddress and other network parameters.

The configuration necessary to obtain the serverip (dhcpd.conf):
option option-150 code 150 = ip-address;

and in the subnet definition:
option option-150                     192.168.X.Y;

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: bootscript: Remove hard-coded rootpath from K+P's tpcboot.cmd</title>
<updated>2018-09-14T13:22:52Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2018-08-31T11:58:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=21c22db014a7c5d9c182a6da15f365b4d4f26774'/>
<id>urn:sha1:21c22db014a7c5d9c182a6da15f365b4d4f26774</id>
<content type='text'>
The 'rootpath' can be provided by DHCP server. Removing this line prevents
from overwriting it.

To do that on the DHCP server side (isc-dhcp-server) modify dhcpd.conf
and add 'option root-path "192.168.X.Y:/srv/tftp/rootfs";'

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>board: Remove not needed function for the K+P's imx53 board</title>
<updated>2018-06-18T14:42:04Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2018-05-20T06:33:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=61c16507d6d6ce8e8f93c33450f936172a1347b0'/>
<id>urn:sha1:61c16507d6d6ce8e8f93c33450f936172a1347b0</id>
<content type='text'>
The get_board_rev() is not needed anymore as a generic function
for the imx53 SoC has been used instead.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>board: Add support for KEY1 status detection on K+P's HSC|DDC boards</title>
<updated>2018-06-18T14:42:04Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2018-05-20T06:33:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=0b35b2d11774fadd48b9492bacd89a9757965ecc'/>
<id>urn:sha1:0b35b2d11774fadd48b9492bacd89a9757965ecc</id>
<content type='text'>
This code provides information if the K+P's imx53 boards had KEY1
pressed.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
</feed>
