<?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>c1c3fe23070ac924e65208abbf8d2396bcc08008 - env: Convert CONFIG_ENV_IS_IN... to a choice</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/sh/Kconfig#c1c3fe23070ac924e65208abbf8d2396bcc08008</link>
        <description>env: Convert CONFIG_ENV_IS_IN... to a choiceAt present we support multiple environment drivers but there is not way toselect between them at run time. Also settings related to the position andsize of the environment area are global (i.e. apply to all locations).Until these limitations are removed we cannot really support more than oneenvironment location. Adjust the location to be a choice so that only onecan be selected. By default the environment is &apos;nowhere&apos;, meaning that theenvironment exists only in memory and cannot be saved.Also expand the help for the &apos;nowhere&apos; option and move it to the top sinceit is the default.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;[trini: Move all of the imply logic to default X if Y so it works again]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/sh/Kconfig</description>
        <pubDate>Thu, 03 Aug 2017 18:21:59 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>2a728f3a1e3fd6f0483af822d5063766a3344ef2 - Convert CONFIG_CMD_SH_ZIMAGEBOOT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/sh/Kconfig#2a728f3a1e3fd6f0483af822d5063766a3344ef2</link>
        <description>Convert CONFIG_CMD_SH_ZIMAGEBOOT to KconfigThis converts the following to Kconfig:   CONFIG_CMD_SH_ZIMAGEBOOTSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/sh/Kconfig</description>
        <pubDate>Fri, 04 Aug 2017 22:34:47 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&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/sh/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/sh/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>1254ff97abb7606ccd0d7bdcd9f22581c50fe535 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/sh/Kconfig#1254ff97abb7606ccd0d7bdcd9f22581c50fe535</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/arch/sh/Kconfig</description>
        <pubDate>Fri, 10 Jul 2015 07:21:44 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>6f43ba70d15e15a08c25b3d956c70addb6740737 - 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/arch/sh/Kconfig#6f43ba70d15e15a08c25b3d956c70addb6740737</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/arch/sh/Kconfig</description>
        <pubDate>Tue, 07 Jul 2015 09:38:44 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>c9bb942e2f91d9f8e5f25ed1961eba2d64f65b8d - Move default y configs out of arch/board Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/sh/Kconfig#c9bb942e2f91d9f8e5f25ed1961eba2d64f65b8d</link>
        <description>Move default y configs out of arch/board KconfigSome archs/boards specify their own default by pre-defining the configwhich causes the Kconfig system to mix up the order of the configs inthe defconfigs... This will cause merge pain if allowed to proliferate.Remove the configs that behave this way from the archs.A few configs still remain, but that is because they only exist asdefaults and do not have a proper Kconfig entry. Those appear to be:SPIFLASHDISPLAY_BOARDINFOSigned-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;[trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates,drop DM_USB from MSI_Primo81 as USB_MUSB_SUNXI isn&apos;t converted yet to DM]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/sh/Kconfig</description>
        <pubDate>Mon, 22 Jun 2015 21:15:29 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.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/sh/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/sh/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>9b5b60a05cb8bba2d135439419b2030764e359bd - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/sh/Kconfig#9b5b60a05cb8bba2d135439419b2030764e359bd</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/arch/sh/Kconfig</description>
        <pubDate>Thu, 05 Mar 2015 15:05:10 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>00956eb5f313d0a62c39f4fa642ffbaa85cc955c - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-sh</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/sh/Kconfig#00956eb5f313d0a62c39f4fa642ffbaa85cc955c</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-sh

            List of files:
            /rk3399_rockchip-uboot/arch/sh/Kconfig</description>
        <pubDate>Mon, 02 Mar 2015 02:06:33 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>c3dd82386493d67cc5b0de06876360a27224b620 - sh: enable CONFIG_USE_PRIVATE_LIBGCC by default</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/sh/Kconfig#c3dd82386493d67cc5b0de06876360a27224b620</link>
        <description>sh: enable CONFIG_USE_PRIVATE_LIBGCC by defaultNow this feature works.  Let&apos;s turn it on by default so we do notdepend on specific tool-chains.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/sh/Kconfig</description>
        <pubDate>Tue, 10 Feb 2015 12:37:02 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>bdf790fabc8185112b3f699c8a25aab09c50239e - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-sh</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/sh/Kconfig#bdf790fabc8185112b3f699c8a25aab09c50239e</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-sh

            List of files:
            /rk3399_rockchip-uboot/arch/sh/Kconfig</description>
        <pubDate>Mon, 17 Nov 2014 13:43:40 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>570dd7f441c2d2d2e83a9345608801c92e7d2c6f - sh: Move SH_32BIT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/sh/Kconfig#570dd7f441c2d2d2e83a9345608801c92e7d2c6f</link>
        <description>sh: Move SH_32BIT to KconfigThis moves SH_32BIT to Kconfig, and removes SH_32BIT from configfiles.Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/sh/Kconfig</description>
        <pubDate>Fri, 14 Nov 2014 03:52:47 +0000</pubDate>
        <dc:creator>Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;</dc:creator>
    </item>
<item>
        <title>f97eeba44571fa3d85bdbc1161de7f24496227c0 - sh: define CONFIG_CPU_SH4A for some boards</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/sh/Kconfig#f97eeba44571fa3d85bdbc1161de7f24496227c0</link>
        <description>sh: define CONFIG_CPU_SH4A for some boardsPrecisely, these boards are SH4A rather than SH4.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Nobuhiro Iwamatsu &lt;nobuhiro.iwamatsu.yj@renesas.com&gt;Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/sh/Kconfig</description>
        <pubDate>Thu, 06 Nov 2014 06:55:23 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>887363b5f0441b8ec22b586ac77df4bf5a1b09f1 - sh: consolidate CONFIG_SYS_CPU defines</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/sh/Kconfig#887363b5f0441b8ec22b586ac77df4bf5a1b09f1</link>
        <description>sh: consolidate CONFIG_SYS_CPU definesNow each board selects one of CONFIG_CPU_SH2, CONFIG_CPU_SH3,CONFIG_CPU_SH4, so let&apos;s move CONFIG_SYS_CPU definition toarch/sh/Kconfig.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Nobuhiro Iwamatsu &lt;nobuhiro.iwamatsu.yj@renesas.com&gt;Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/sh/Kconfig</description>
        <pubDate>Thu, 06 Nov 2014 06:55:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>7d2366627e1f4d1dbf80e65d5bf72b832ca128c9 - sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/sh/Kconfig#7d2366627e1f4d1dbf80e65d5bf72b832ca128c9</link>
        <description>sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigThis commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively becausearch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Nobuhiro Iwamatsu &lt;nobuhiro.iwamatsu.yj@renesas.com&gt;Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/sh/Kconfig</description>
        <pubDate>Thu, 06 Nov 2014 06:55:21 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>0e29429f76e5578771c80c6d9e160440944a77f2 - sh: use more descriptive prompts for board select menu</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/sh/Kconfig#0e29429f76e5578771c80c6d9e160440944a77f2</link>
        <description>sh: use more descriptive prompts for board select menuThe current prompts were added by a conversion toolbased on board directory names when switching to Kconfig.Use better prompts mostly taken from from arch/sh/boards/*of Linux Kernel.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Nobuhiro Iwamatsu &lt;nobuhiro.iwamatsu.yj@renesas.com&gt;Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/sh/Kconfig</description>
        <pubDate>Thu, 06 Nov 2014 06:55:20 +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/sh/Kconfig#42817eb85de1d7dec399c75dbd133ea6b5351a72</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/arch/sh/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/sh/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/sh/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/sh/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/sh/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/sh/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/sh/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>
