<?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>c1b62ba9ca0e41fdd548cb3bb9af3b3f90d4a393 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-rockchip</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/microblaze/Kconfig#c1b62ba9ca0e41fdd548cb3bb9af3b3f90d4a393</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-rockchip

            List of files:
            /rk3399_rockchip-uboot/arch/microblaze/Kconfig</description>
        <pubDate>Mon, 14 Aug 2017 14:40:01 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>b529993e0222ce8c97d3e8fe41e4a2e7878e281e - spl: add hierarchical defaults for SPL_LDSCRIPT</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/microblaze/Kconfig#b529993e0222ce8c97d3e8fe41e4a2e7878e281e</link>
        <description>spl: add hierarchical defaults for SPL_LDSCRIPTWith SPL_LDSCRIPT moved to Kconfig (and this being a &apos;string&apos; confignode), all the lingering definitions in header files will causewarnings/errors due to the redefinition of the configuration item.As we don&apos;t want to pollute the defconfig files (and values shouldusually be identical for entire architectures), the defaults are movedinto Kconfig.  Kconfig will always pick the first default thatmatches, so please keep these values at the end of each file (to allowany board-specific Kconfig, which will be included earlier) tooverride with an unconditional default setting.Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/microblaze/Kconfig</description>
        <pubDate>Thu, 03 Aug 2017 21:23:55 +0000</pubDate>
        <dc:creator>Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;</dc:creator>
    </item>
<item>
        <title>85fc970d74d09f33fcdcc649e73c5dc4f5334605 - Convert CONFIG_ENV_IS_IN_FLASH to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/microblaze/Kconfig#85fc970d74d09f33fcdcc649e73c5dc4f5334605</link>
        <description>Convert CONFIG_ENV_IS_IN_FLASH to KconfigThis converts the following to Kconfig:   CONFIG_ENV_IS_IN_FLASHSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/microblaze/Kconfig</description>
        <pubDate>Mon, 24 Jul 2017 03:19:41 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>e5ec48152ad13ada83c541cdf7f47d5867c506db - Kconfig: Migrate BOARD_LATE_INIT to a select</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/microblaze/Kconfig#e5ec48152ad13ada83c541cdf7f47d5867c506db</link>
        <description>Kconfig: Migrate BOARD_LATE_INIT to a selectThis option should not really be user selectable.  Note that on PowerPCwe currently only need BOARD_LATE_INIT when CHAIN_OF_TRUST is enabled so beconditional on that.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Acked-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt; (for UniPhier)

            List of files:
            /rk3399_rockchip-uboot/arch/microblaze/Kconfig</description>
        <pubDate>Mon, 23 Jan 2017 00:43:11 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>19bde0316f2c58b3ab6357832790aee6ed7a4ad5 - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-microblaze</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/microblaze/Kconfig#19bde0316f2c58b3ab6357832790aee6ed7a4ad5</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-microblaze

            List of files:
            /rk3399_rockchip-uboot/arch/microblaze/Kconfig</description>
        <pubDate>Wed, 27 Jan 2016 20:05:12 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>93768393d71871e4638d613acfdad6ef3cf62561 - serial: uartlite: Move driver to DM</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/microblaze/Kconfig#93768393d71871e4638d613acfdad6ef3cf62561</link>
        <description>serial: uartlite: Move driver to DMEnable SPL DM too.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/microblaze/Kconfig</description>
        <pubDate>Tue, 01 Dec 2015 13:24:20 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>4832e17787acb29734d895751bc7a594908aecc6 - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-microblaze</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/microblaze/Kconfig#4832e17787acb29734d895751bc7a594908aecc6</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-microblaze

            List of files:
            /rk3399_rockchip-uboot/arch/microblaze/Kconfig</description>
        <pubDate>Fri, 18 Dec 2015 12:28:24 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>4280f50238916f6375746c44db11ebbe00012693 - microblaze: Enable DM by default</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/microblaze/Kconfig#4280f50238916f6375746c44db11ebbe00012693</link>
        <description>microblaze: Enable DM by defaultEnable DM for the whole architecture.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/microblaze/Kconfig</description>
        <pubDate>Wed, 09 Dec 2015 10:44:17 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>ef159abf99a2c6654c14f7db14df465a964b50c6 - microblaze: Enable OF_CONTROL by default</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/microblaze/Kconfig#ef159abf99a2c6654c14f7db14df465a964b50c6</link>
        <description>microblaze: Enable OF_CONTROL by defaultSigned-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/microblaze/Kconfig</description>
        <pubDate>Wed, 02 Dec 2015 13:21:05 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>a26cd04920dc069fd6e91abb785426cf6c29f45f - arch: Make board selection choices optional</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/microblaze/Kconfig#a26cd04920dc069fd6e91abb785426cf6c29f45f</link>
        <description>arch: Make board selection choices optionalBy making the board selections optional, every defconfig will includethe board selection when running savedefconfig so if a new board isadded to the top of the list of choices the former top&apos;s defconfig willstill be correct.Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;Cc: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/microblaze/Kconfig</description>
        <pubDate>Tue, 12 May 2015 19:46:23 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
<item>
        <title>02627356b6ec5512f68d2eabaac6ff325111542e - kconfig: add CONFIG_SUPPORT_SPL</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/microblaze/Kconfig#02627356b6ec5512f68d2eabaac6ff325111542e</link>
        <description>kconfig: add CONFIG_SUPPORT_SPLCONFIG_SPL should not be enabled for boards that do not have SPL.CONFIG_SUPPORT_SPL introduced by this commit should be &quot;select&quot;edby boards with SPL support and CONFIG_SPL should depend on it.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/microblaze/Kconfig</description>
        <pubDate>Mon, 20 Oct 2014 08:45:56 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>42817eb85de1d7dec399c75dbd133ea6b5351a72 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/microblaze/Kconfig#42817eb85de1d7dec399c75dbd133ea6b5351a72</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/arch/microblaze/Kconfig</description>
        <pubDate>Mon, 22 Sep 2014 13:51:01 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>461be2f96e4b87e5065208c6659a47dd0ad9e9f8 - kconfig: remove redundant &quot;string&quot; type in arch and board Kconfigs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/microblaze/Kconfig#461be2f96e4b87e5065208c6659a47dd0ad9e9f8</link>
        <description>kconfig: remove redundant &quot;string&quot; type in arch and board KconfigsNow the types of CONFIG_SYS_{ARCH, CPU, SOC, VENDOR, BOARD, CONFIG_NAME}are specified in arch/Kconfig.We can delete the ones in arch and board Kconfig files.This commit can be easily reproduced by the following command:find . -name Kconfig -a ! -path ./arch/Kconfig | xargs sed -i -e &apos;/config[[:space:]]SYS_\(ARCH\|CPU\|SOC\|\VENDOR\|BOARD\|CONFIG_NAME\)/ {    N    s/\n[[:space:]]*string//}&apos;Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/microblaze/Kconfig</description>
        <pubDate>Sat, 13 Sep 2014 18:01:49 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>e82abaeb7f2a0833fccf90460c48b9f2100258f8 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/microblaze/Kconfig#e82abaeb7f2a0833fccf90460c48b9f2100258f8</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-armConflicts:	boards.cfgSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/microblaze/Kconfig</description>
        <pubDate>Mon, 11 Aug 2014 08:21:03 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>dd84058d24ff54d6b32818ffe44aeb4bba2cfae6 - kconfig: add board Kconfig and defconfig files</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/microblaze/Kconfig#dd84058d24ff54d6b32818ffe44aeb4bba2cfae6</link>
        <description>kconfig: add board Kconfig and defconfig filesThis commit adds: - arch/${ARCH}/Kconfig    provide a menu to select target boards - board/${VENDOR}/${BOARD}/Kconfig or board/${BOARD}/Kconfig    set CONFIG macros to the appropriate values for each board - configs/${TARGET_BOARD}_defconfig    default setting of each board(This commit was automatically generated by a conversion scriptbased on boards.cfg)In Linux Kernel, defconfig files are located underarch/${ARCH}/configs/ directory.It works in Linux Kernel since ARCH is always given from thecommand line for cross compile.But in U-Boot, ARCH is not given from the command line.Which means we cannot know ARCH until the board configuration is done.That is why all the &quot;*_defconfig&quot; files should be gathered into asingle directory ./configs/.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/microblaze/Kconfig</description>
        <pubDate>Wed, 30 Jul 2014 05:08:14 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
</channel>
</rss>
