<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>61269371229b5981bc6e192da2bb53bab7324ba5 - net: Kconfig: imply LIB_RAND for NET_RANDOM_ETHADDR</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#61269371229b5981bc6e192da2bb53bab7324ba5</link>
        <description>net: Kconfig: imply LIB_RAND for NET_RANDOM_ETHADDRAllow disabled in defconfig.Signed-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: Ic7794bb9c1619e30f07b008aca60addcc8ef22fd

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Fri, 29 Jan 2021 11:14:12 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>11bde1cd593892040c9d46cf9e8b738820d329db - Kconfig: spl: Add SPL support options to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#11bde1cd593892040c9d46cf9e8b738820d329db</link>
        <description>Kconfig: spl: Add SPL support options to KconfigThere are a lot of SPL options in U-Boot to enable various features anddrivers. Currently these do not use Kconfig. Add them to Kconfig alongwith suitable help, and drop them from the README.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Tue, 13 Sep 2016 13:05:23 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>dc557e9a1fe00ca9d884bd88feef5bebf23fede4 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#dc557e9a1fe00ca9d884bd88feef5bebf23fede4</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-bootSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Sat, 18 Jun 2016 08:24:54 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>210be5c4cb0e1bf22bd0e0438cc8e52e3ccbcf5e - net: Move CONFIG_SPL_NET_VCI_STRING into Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#210be5c4cb0e1bf22bd0e0438cc8e52e3ccbcf5e</link>
        <description>net: Move CONFIG_SPL_NET_VCI_STRING into KconfigThis 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;

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Fri, 06 May 2016 19:01:05 +0000</pubDate>
        <dc:creator>Alexander Graf &lt;agraf@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>fa96f37ec5835aa685f7beb0af4fef12e9001027 - net: Fix client identifiers for ARM</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#fa96f37ec5835aa685f7beb0af4fef12e9001027</link>
        <description>net: Fix client identifiers for ARMThere are client identifiers specifically reserved for ARM U-Bootaccording to http://www.ietf.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xml#processor-architecture.So let&apos;s actually make use of them rather than the bogus 0x100 thatwe 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&apos;s not the correct value touse].Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Fri, 06 May 2016 19:01:04 +0000</pubDate>
        <dc:creator>Alexander Graf &lt;agraf@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>0dac6b4e850cdd934f9b04cecc79fc395127ab29 - net: Move the VCI and client arch values to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#0dac6b4e850cdd934f9b04cecc79fc395127ab29</link>
        <description>net: Move the VCI and client arch values to KconfigWe have a bunch of boards that define their vendor class identifier andclient archs in the board files or in the distro config. Move everythingto the generic Kconfig options.We&apos;re missing the distinction between i386 and x86_64, as I couldn&apos;t findany config variable that would tell us the difference. Is that really importantto people? I guess not, so I left it out.Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Fri, 06 May 2016 19:01:03 +0000</pubDate>
        <dc:creator>Alexander Graf &lt;agraf@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e573bdb324c78fac56655a493bea843842c9d9f8 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#e573bdb324c78fac56655a493bea843842c9d9f8</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Fri, 30 Oct 2015 13:52:51 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>0eb4cf9c14315e1976a116de75da6f420ac0e8dd - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-net</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#0eb4cf9c14315e1976a116de75da6f420ac0e8dd</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-net

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Thu, 29 Oct 2015 20:30:33 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>f5fb734672f3fc78f63ed6a14cbdca2251ba3415 - net: TFTP: variables cleanup and addition</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#f5fb734672f3fc78f63ed6a14cbdca2251ba3415</link>
        <description>net: TFTP: variables cleanup and additionTFTP source and destination port variable names are&apos;tftpsrcp&apos; and &apos;tftpdstp&apos; in the code, but &apos;tftpsrcport&apos;and &apos;tftpdstport&apos; in the README file. Fix the README.Add environment variable &apos;tftptimeoutcountmax&apos;. As per thecomments about the global variable tftp_timeout_count_max,make sure tftptimeoutcountmax is nonnegative.Introduce configuration option CONFIG_NET_TFTP_VARS,which controls whether environment variables tftpblocksize,tftptimeout, and tftptimoueoutcountmax are read by the TFTPclient code. CONFIG_NET_TFTP_VARS defaults to y but can beset to n by targets with to tight size contraints.Make bf527-ezkit set CONFIG_NET_TFTP_VARS to n to keep thetarget size below limit.

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Sun, 11 Oct 2015 22:02:57 +0000</pubDate>
        <dc:creator>Albert ARIBAUD \(3ADEV\) &lt;albert.aribaud@3adev.fr&gt;</dc:creator>
    </item>
<item>
        <title>f74dc51bcab924a30e41b33981a4f96af3f9dd57 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#f74dc51bcab924a30e41b33981a4f96af3f9dd57</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Thu, 15 Oct 2015 13:34:14 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>13a3972585af60ec367d209cedbd3601e0c77467 - Merge remote-tracking branch &apos;u-boot/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#13a3972585af60ec367d209cedbd3601e0c77467</link>
        <description>Merge remote-tracking branch &apos;u-boot/master&apos;

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Wed, 14 Oct 2015 08:46:36 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>02c2c51cf75326d7e0347672a4715cc2597166bf - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-net</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#02c2c51cf75326d7e0347672a4715cc2597166bf</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-net

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Wed, 30 Sep 2015 22:51:51 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>266607480973a564f545eab1af5057d752480708 - net: support NETCONSOLE option via Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#266607480973a564f545eab1af5057d752480708</link>
        <description>net: support NETCONSOLE option via KconfigThis patch introduces CONFIG_NETCONSOLE as an option to theKconfig system.Joe Hershberger pointed out that it may not be entirely free ofproblems, as many boards predating the driver model define thissymbol directly via include files. In case they&apos;re not properlymigrated, their NetConsole might &apos;vanish&apos; if they start to useCONFIG_NET or CONFIG_NETDEVICES.Signed-off-by: Bernhard Nortmann &lt;bernhard.nortmann@web.de&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Mon, 14 Sep 2015 13:29:46 +0000</pubDate>
        <dc:creator>Bernhard Nortmann &lt;bernhard.nortmann@web.de&gt;</dc:creator>
    </item>
<item>
        <title>f448c5d3200372fa73f340144d013fdecf4e2f1f - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#f448c5d3200372fa73f340144d013fdecf4e2f1f</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Fri, 17 Jul 2015 09:22:56 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>f7848d90dde918423e6dfa462ec82bcdbba9defe - Allow CONFIG_REGEX to be disabled when CONFIG_NET</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#f7848d90dde918423e6dfa462ec82bcdbba9defe</link>
        <description>Allow CONFIG_REGEX to be disabled when CONFIG_NETInstead of selecting REGEX when NET is enabled, make it the default, butallow boards that are tiny to disable it and lose functionality on allbut the first Ethernet adapter.cm-bf548, bf538f-ezkit, and bf533-stamp need this. None appear to havemore than one Ethernet interface.Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Mon, 22 Jun 2015 22:57:36 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
<item>
        <title>563e53efaadd76def21612bcf9f0236d870b6e68 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-net</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#563e53efaadd76def21612bcf9f0236d870b6e68</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-netFixup include/configs/unipher.h to not set CONFIG_LIB_RANDSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Mon, 01 Jun 2015 20:47:23 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>9ba9e85f3f1cc2e7d8b387a03c50eb067d915e0a - net: Fix NET_RANDOM_ETHADDR dependencies</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#9ba9e85f3f1cc2e7d8b387a03c50eb067d915e0a</link>
        <description>net: Fix NET_RANDOM_ETHADDR dependenciesNET_RANDOM_ETHADDR depends on lib/rand.c. This patch adds dependency toKconfig to ensure that library is also compiled.Remove the definitions from Blackfin boards&apos; include/configs.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Mon, 25 May 2015 09:37:22 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>6e0d26c0502e4d697cb235069aef188f8f1407d3 - net: Handle ethaddr changes as an env callback</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#6e0d26c0502e4d697cb235069aef188f8f1407d3</link>
        <description>net: Handle ethaddr changes as an env callbackWhen the ethaddr is changed in the env, update the device pdata at thesame time (only if it is probed for the DM case; only if registered forthe non-DM case). Again this gets us closer to completely non-polledenv needed to simplify the net_loop.This requires that the NET feature select the REGEX feature.Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Wed, 20 May 2015 19:27:26 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
<item>
        <title>3238639d40732fe78fd62ae5e080465552e882fc - Merge git://git.denx.de/u-boot-net</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#3238639d40732fe78fd62ae5e080465552e882fc</link>
        <description>Merge git://git.denx.de/u-boot-net

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Wed, 20 May 2015 19:57:55 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>bef1014b31c5b33052bcaa865ba3618d73e906f0 - net: Implement random ethaddr fallback in eth.c</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/net/Kconfig#bef1014b31c5b33052bcaa865ba3618d73e906f0</link>
        <description>net: Implement random ethaddr fallback in eth.cImplement the random ethaddr fallback in eth.c so it is in a commonplace and not reimplemented in each board or driver that wants thisbehavior.Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/net/Kconfig</description>
        <pubDate>Mon, 04 May 2015 19:55:13 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
</channel>
</rss>
