<?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>48dce3bfd93f1cd9766bc6afe3c403bef0254bbc - am335x_evm: Switch to using imply keyword</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#48dce3bfd93f1cd9766bc6afe3c403bef0254bbc</link>
        <description>am335x_evm: Switch to using imply keywordThese particular SPL options are part of what the ROM provides, but forcompatibility with how we have previously used them, move them to beingimplied by the board being selected.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Fri, 03 Mar 2017 20:33:30 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>696a91f2b065891ded3690ae2d9fb8659fee4e4c - Convert CONFIG_SPL_YMODEM_SUPPORT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#696a91f2b065891ded3690ae2d9fb8659fee4e4c</link>
        <description>Convert CONFIG_SPL_YMODEM_SUPPORT to KconfigConvert CONFIG_SPL_YMODEM_SUPPORT to KconfigMove this option to Kconfig and tidy up existing uses.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Tue, 13 Sep 2016 05:19:03 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>02e69a5db1b5e89a56c777d2b750dadcf26555a0 - Convert CONFIG_SPL_WATCHDOG_SUPPORT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#02e69a5db1b5e89a56c777d2b750dadcf26555a0</link>
        <description>Convert CONFIG_SPL_WATCHDOG_SUPPORT to KconfigMove this option to Kconfig and tidy up existing uses.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Tue, 13 Sep 2016 05:19:02 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>256fe86b600f6664d82d15f57fe3c653ba4b9a7a - Convert CONFIG_SPL_ENV_SUPPORT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#256fe86b600f6664d82d15f57fe3c653ba4b9a7a</link>
        <description>Convert CONFIG_SPL_ENV_SUPPORT to KconfigMove this option to Kconfig and tidy up existing uses.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Tue, 13 Sep 2016 05:18:35 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>d14739ffe16092323f838b8d3f61796afe083810 - Kconfig: make NOR_BOOT a common option</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#d14739ffe16092323f838b8d3f61796afe083810</link>
        <description>Kconfig: make NOR_BOOT a common optionNot only am335x supports booting from NOR, i.MX6 SoCs alsosupports booting from NOR. Make NOR_BOOT a commonoption to let different SoCs share it.Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;Cc: Heiko Schocher &lt;hs@denx.de&gt;Cc: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Cc: Christophe Ricard &lt;christophe-h.ricard@st.com&gt;Cc: Bin Meng &lt;bmeng.cn@gmail.com&gt;Cc: Francois Retief &lt;fgretief@spaceteq.co.za&gt;Cc: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Fri, 17 Jun 2016 09:39:50 +0000</pubDate>
        <dc:creator>Peng Fan &lt;van.freenix@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>770e68c0a37fded897d4bdda661614fc81cb33d2 - ti: AM335x: Use generic EEPROM detection logic</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#770e68c0a37fded897d4bdda661614fc81cb33d2</link>
        <description>ti: AM335x: Use generic EEPROM detection logicUse the generic EEPROM detection logic instead of duplicating the AMeeprom logic.Signed-off-by: Nishanth Menon &lt;nm@ti.com&gt;Signed-off-by: Steven Kipisz &lt;s-kipisz2@ti.com&gt;Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Wed, 24 Feb 2016 18:30:55 +0000</pubDate>
        <dc:creator>Nishanth Menon &lt;nm@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>b939689c7b87773c44275a578ffc8674a867e39d - Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#b939689c7b87773c44275a578ffc8674a867e39d</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Tue, 05 May 2015 08:09:06 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>58d423b88e5bc1b6e43aa04a05feccd0e737c061 - dm: select CONFIG_DM* options</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#58d423b88e5bc1b6e43aa04a05feccd0e737c061</link>
        <description>dm: select CONFIG_DM* optionsAs mentioned in the previous commit, adding default values in eachKconfig causes problems because it does not co-exist with the&quot;depends on&quot; syntax.  (Please note this is not a bug of Kconfig.)We should not do so unless we have a special reason.  Actually,for CONFIG_DM*, we have no good reason to do so.Generally, CONFIG_DM is not a user-configurable option.  Once weconvert a driver into Driver Model, the board only works with DriverModel, i.e. CONFIG_DM must be always enabled for that board.So, using &quot;select DM&quot; is more suitable rather than allowing users tomodify it.  Another good thing is, Kconfig warns unmet dependenciesfor &quot;select&quot; syntax, so we easily notice bugs.Actually, CONFIG_DM and other related options have been addedwithout consistency: some into arch/*/Kconfig, some intoboard/*/Kconfig, and some into configs/*_defconfig.This commit prefers &quot;select&quot; and cleans up the following issues.[1] Never use &quot;CONFIG_DM=n&quot; in defconfig filesIt is really rare to add &quot;CONFIG_FOO=n&quot; to disable CONFIG options.It is more common to use &quot;# CONFIG_FOO is not set&quot;.  But here, wedo not even have to do it.Less than half of OMAP3 boards have been converted to Driver Model.Adding the default values to arch/arm/cpu/armv7/omap3/Kconfig isweird.  Instead, add &quot;select DM&quot; only to appropriate boards, whicheventually eliminates &quot;CONFIG_DM=n&quot;, etc.[2] Delete redundant CONFIGsSandbox sets CONFIG_DM in arch/sandbox/Kconfig and defines it againin configs/sandbox_defconfig.Likewise, OMAP3 sets CONFIG_DM arch/arm/cpu/armv7/omap3/Kconfig anddefines it also in omap3_beagle_defconfig and devkit8000_defconfig.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Tue, 31 Mar 2015 03:47:53 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>b491d9757d14415edcb1468ed896a704d0f0cfe7 - Merge branch &apos;u-boot/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#b491d9757d14415edcb1468ed896a704d0f0cfe7</link>
        <description>Merge branch &apos;u-boot/master&apos;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Fri, 10 Apr 2015 12:22:23 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>326a682358c16afcf2c7a9617e9811e72a1f0929 - malloc_f: enable SYS_MALLOC_F by default if DM is on</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#326a682358c16afcf2c7a9617e9811e72a1f0929</link>
        <description>malloc_f: enable SYS_MALLOC_F by default if DM is onThis option has a bool type, not hex.Fix it and enable it if CONFIG_DM is on because Driver Model alwaysrequires malloc memory.  Devices are scanned twice, before/afterrelocation.  CONFIG_SYS_MALLOC_F should be enabled to use mallocmemory before relocation.  As it is board-independent, handle itglobally.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Acked-by: Robert Baldyga &lt;r.baldyga@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Thu, 19 Mar 2015 10:42:55 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>91405b7fa9a7e53f238d55a17730933f43871fc1 - malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LEN</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#91405b7fa9a7e53f238d55a17730933f43871fc1</link>
        <description>malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LENThe default value of CONFIG_SYS_MALLOC_F_LEN is defined by ./Kconfigas 0x400.  Each defconfig or Kconfig need not repeat the same value.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Acked-by: Robert Baldyga &lt;r.baldyga@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Thu, 19 Mar 2015 10:42:54 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>b9cb64825b5e6efeb715abd8b48d9b12f98973e9 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#b9cb64825b5e6efeb715abd8b48d9b12f98973e9</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Mon, 02 Mar 2015 08:42:53 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>d648964fc2495f1184af5782a0b7fc670ba5826e - kconfig: remove unneeded dependency on !SPL_BUILD</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#d648964fc2495f1184af5782a0b7fc670ba5826e</link>
        <description>kconfig: remove unneeded dependency on !SPL_BUILDNow CONFIG_SPL_BUILD is not defined in Kconfig, so&quot;!depends on SPL_BUILD&quot; and &quot;if !SPL_BUILD&quot; are redundant.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Tue, 24 Feb 2015 13:26:21 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>e1cc4d31f889428a4ca73120951389c756404184 - Merge remote-tracking branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#e1cc4d31f889428a4ca73120951389c756404184</link>
        <description>Merge remote-tracking branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Tue, 24 Feb 2015 06:59:38 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>757566d1567a98f5c331c14f088001dbfe187191 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#757566d1567a98f5c331c14f088001dbfe187191</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Fri, 13 Feb 2015 18:11:09 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>b724bd7d63498449d3960bbd3075ba94d7152890 - dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#b724bd7d63498449d3960bbd3075ba94d7152890</link>
        <description>dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to KconfigMove this option to Kconfig and update all boards.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Wed, 11 Feb 2015 23:32:59 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>001646c478429f7ee1e9a4aff667ad9ed3bc4ee4 - dm: omap3: Move driver model CONFIGs to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#001646c478429f7ee1e9a4aff667ad9ed3bc4ee4</link>
        <description>dm: omap3: Move driver model CONFIGs to KconfigRemove driver model CONFIGs from the board config headers and use Kconfiginstead.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Fri, 06 Feb 2015 04:41:44 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>cfa1bd0774eafcba4791bad4d66f01b8f0dc6f94 - Merge git://git.denx.de/u-boot-ti</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#cfa1bd0774eafcba4791bad4d66f01b8f0dc6f94</link>
        <description>Merge git://git.denx.de/u-boot-ti

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Fri, 07 Nov 2014 21:18:35 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>ae2133693008a8b4e9f5ba68713e8252ec3aa240 - am335x_evm: Convert NOR_BOOT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#ae2133693008a8b4e9f5ba68713e8252ec3aa240</link>
        <description>am335x_evm: Convert NOR_BOOT to KconfigSigned-off-by: Tom Rini &lt;trini@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Mon, 27 Oct 2014 20:15:08 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>40aca036c89153d04230f2ae617f57d5390bb603 - am335x_evm: Add NOR to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/ti/am335x/Kconfig#40aca036c89153d04230f2ae617f57d5390bb603</link>
        <description>am335x_evm: Add NOR to KconfigMake enabling support for NOR (and describe where it&apos;s seen) be done viaKconfig.Signed-off-by: Tom Rini &lt;trini@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/ti/am335x/Kconfig</description>
        <pubDate>Mon, 27 Oct 2014 20:15:07 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
</channel>
</rss>
