<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/net/Kconfig, 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-14T20:10:36Z</updated>
<entry>
<title>net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig</title>
<updated>2019-06-14T20:10:36Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-06-11T02:51:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b618b3707633d4e345104b345c382b5e3bfcbe52'/>
<id>urn:sha1:b618b3707633d4e345104b345c382b5e3bfcbe52</id>
<content type='text'>
Convert CONFIG_TFTP_BLOCKSIZE to Kconfig, update defconfigs,
headers and whitelist.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Cc: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
Cc: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>net: Convert CONFIG_IP_DEFRAG to Kconfig</title>
<updated>2019-06-14T20:03:56Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-06-11T02:51:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=3f6bcdf6a5b315e99b878212219a99e8df177112'/>
<id>urn:sha1:3f6bcdf6a5b315e99b878212219a99e8df177112</id>
<content type='text'>
Convert CONFIG_IP_DEFRAG to Kconfig, update defconfigs, headers
and whitelist. This patch is a follow-up on a patch by Christian
Gmeiner with the added config/header/whitelist updates.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Reported-by: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
Cc: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>net: Move net command options to the cmd menu</title>
<updated>2018-04-13T20:48:05Z</updated>
<author>
<name>Joe Hershberger</name>
</author>
<published>2018-04-13T20:26:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=92fa44d58f4e5433eeb5fe6a56f2b6faf5e84c20'/>
<id>urn:sha1:92fa44d58f4e5433eeb5fe6a56f2b6faf5e84c20</id>
<content type='text'>
Options that controlled the tftp and bootp commands depended on their
commands, but lived in the net menu.

Move them so they are in a consistent location.

Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Reviewed-by: Chris Packham &lt;judge.packham@gmail.com&gt;
</content>
</entry>
<entry>
<title>net: Make CMD_NET a menuconfig</title>
<updated>2018-04-13T20:47:57Z</updated>
<author>
<name>Joe Hershberger</name>
</author>
<published>2018-04-13T20:26:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d7a45eafda633edf14a8fe6fe430174889de0c4e'/>
<id>urn:sha1:d7a45eafda633edf14a8fe6fe430174889de0c4e</id>
<content type='text'>
Previously, CMD_NET was an alias for 2 commands (bootp and tftpboot) and
they we not able to be disabled. Separate out those 2 commands and move
CMD_NET up to the menu level, which more accurately represents the code.

Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

Reviewed-by: Chris Packham &lt;judge.packham@gmail.com&gt;
Reviewed-by: Duncan Hare &lt;dh@synoia.com&gt;
</content>
</entry>
<entry>
<title>Kconfig: cmd: Make networking command dependent on NET</title>
<updated>2018-02-27T21:25:30Z</updated>
<author>
<name>Michal Simek</name>
</author>
<published>2018-02-26T15:01:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=3b3ea2c56ec4bc5588281fd103c744e608f8b25c'/>
<id>urn:sha1:3b3ea2c56ec4bc5588281fd103c744e608f8b25c</id>
<content type='text'>
Enable networking command only when NET is enabled.
And remove selecting NET for CMD_NET

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig</title>
<updated>2018-02-24T02:41:49Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-02-06T13:58:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d021e942107a1f7304a879cec99286ca462f7be3'/>
<id>urn:sha1:d021e942107a1f7304a879cec99286ca462f7be3</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_BOOTP_BOOTPATH
   CONFIG_BOOTP_DNS
   CONFIG_BOOTP_GATEWAY
   CONFIG_BOOTP_HOSTNAME
   CONFIG_BOOTP_PXE
   CONFIG_BOOTP_SUBNETMASK
   CONFIG_CMDLINE_EDITING
   CONFIG_AUTO_COMPLETE
   CONFIG_SYS_LONGHELP
   CONFIG_SUPPORT_RAW_INITRD
   CONFIG_ENV_VARS_UBOOT_CONFIG

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
[trini: Re-run the migration]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG LIB_HW_RAND to Kconfig</title>
<updated>2018-02-08T17:48:22Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-02-06T16:18:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=a5a37567c4f7bd6faf85ef4b720f6efce3e8bbbf'/>
<id>urn:sha1:a5a37567c4f7bd6faf85ef4b720f6efce3e8bbbf</id>
<content type='text'>
config_fallbacks.h had some logic to automatically select
LIB_RAND if RANDOM_UUID or CMD_UUID were set if LIB_HW_RAND wasn't
already selected.  By migrating LIB_HW_RAND to Kconfig, we can
remove this check from config_fallbacks.h and put it into Kconfig

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;
[trini: Turn into a choice, add NET_RANDOM_ETHADDR]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Kconfig: spl: Add SPL support options to Kconfig</title>
<updated>2016-09-16T21:03:39Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2016-09-13T13:05:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=11bde1cd593892040c9d46cf9e8b738820d329db'/>
<id>urn:sha1:11bde1cd593892040c9d46cf9e8b738820d329db</id>
<content type='text'>
There are a lot of SPL options in U-Boot to enable various features and
drivers. Currently these do not use Kconfig. Add them to Kconfig along
with suitable help, and drop them from the README.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>net: Move CONFIG_SPL_NET_VCI_STRING into Kconfig</title>
<updated>2016-05-27T19:39:45Z</updated>
<author>
<name>Alexander Graf</name>
</author>
<published>2016-05-06T19:01:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=210be5c4cb0e1bf22bd0e0438cc8e52e3ccbcf5e'/>
<id>urn:sha1:210be5c4cb0e1bf22bd0e0438cc8e52e3ccbcf5e</id>
<content type='text'>
This patch also adds the SPL time VCI string into Kconfig.

Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>net: Fix client identifiers for ARM</title>
<updated>2016-05-27T19:37:16Z</updated>
<author>
<name>Alexander Graf</name>
</author>
<published>2016-05-06T19:01:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=fa96f37ec5835aa685f7beb0af4fef12e9001027'/>
<id>urn:sha1:fa96f37ec5835aa685f7beb0af4fef12e9001027</id>
<content type='text'>
There are client identifiers specifically reserved for ARM U-Boot
according to http://www.ietf.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xml#processor-architecture.

So let's actually make use of them rather than the bogus 0x100 that
we emitted so far.

Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
[trini: Drop the Xilinx define to 0x100 as it's not the correct value to
use].
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
</feed>
