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

            List of files:
            /rk3399_rockchip-uboot/arch/m68k/Kconfig</description>
        <pubDate>Fri, 18 Aug 2017 22:24:08 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>a373024e7f70a04b7fed1c11be1fcd50fc21aac2 - m68k: add board stmark2, mcf5441x based</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/m68k/Kconfig#a373024e7f70a04b7fed1c11be1fcd50fc21aac2</link>
        <description>m68k: add board stmark2, mcf5441x basedSysam stmark2 board is a generic and fully (hw and sw) open board, witha mcf54415 Coldfire CPU, 128MB of DDR2, 16MB of SPI flash and SD cardas non volatile memories, and a wifi module included on-board.The board is actually used mainly for Coldfire custodian testing activityrelated to the mcf5441x Coldfire family.For further information please see: http://sysam.it/cff_stmark2.htmlSigned-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;---Changes in v2: - remove CMD_REGINFO - add board information in commit message

            List of files:
            /rk3399_rockchip-uboot/arch/m68k/Kconfig</description>
        <pubDate>Sun, 06 Aug 2017 23:17:18 +0000</pubDate>
        <dc:creator>Angelo Dureghello &lt;angelo@sysam.it&gt;</dc:creator>
    </item>
<item>
        <title>c1c3fe23070ac924e65208abbf8d2396bcc08008 - env: Convert CONFIG_ENV_IS_IN... to a choice</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/m68k/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/m68k/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>85fc970d74d09f33fcdcc649e73c5dc4f5334605 - Convert CONFIG_ENV_IS_IN_FLASH to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/m68k/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/m68k/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>a26cd04920dc069fd6e91abb785426cf6c29f45f - arch: Make board selection choices optional</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/m68k/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/m68k/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>b491d9757d14415edcb1468ed896a704d0f0cfe7 - Merge branch &apos;u-boot/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/m68k/Kconfig#b491d9757d14415edcb1468ed896a704d0f0cfe7</link>
        <description>Merge branch &apos;u-boot/master&apos;

            List of files:
            /rk3399_rockchip-uboot/arch/m68k/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>4cbd29284dcf5c1da9e7bc170e4c3c6a52c988f3 - m68k: mcf547x_8x: move CPU type to Kconfig and refactor config.mk</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/m68k/Kconfig#4cbd29284dcf5c1da9e7bc170e4c3c6a52c988f3</link>
        <description>m68k: mcf547x_8x: move CPU type to Kconfig and refactor config.mkMove the CPU type config options from include/configs/*.hto arch/m68k/Kconfig and refactor the CPU flags select inarch/m68k/cpu/mcf547x_8x/config.mk.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Cc: Alison Wang &lt;alison.wang@freescale.com&gt;Cc: Angelo Dureghello &lt;angelo@sysam.it&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/m68k/Kconfig</description>
        <pubDate>Fri, 27 Mar 2015 08:01:12 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>f47fb6b4a0082d1a9da03cec86150a5af4131eb3 - m68k: mcf523x: move CPU type to Kconfig and refactor config.mk</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/m68k/Kconfig#f47fb6b4a0082d1a9da03cec86150a5af4131eb3</link>
        <description>m68k: mcf523x: move CPU type to Kconfig and refactor config.mkMove the CPU type config options from include/configs/M5235EVB.hto arch/m68k/Kconfig and refactor the CPU flags select inarch/m68k/cpu/mcf523x/config.mk.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Cc: Alison Wang &lt;alison.wang@freescale.com&gt;Cc: Angelo Dureghello &lt;angelo@sysam.it&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/m68k/Kconfig</description>
        <pubDate>Fri, 27 Mar 2015 08:01:11 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>2bb1cd53e97f996bc13df425602b85f9f1159db8 - m68k: mcf5227x: move CPU type to Kconfig and refactor config.mk</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/m68k/Kconfig#2bb1cd53e97f996bc13df425602b85f9f1159db8</link>
        <description>m68k: mcf5227x: move CPU type to Kconfig and refactor config.mkMove the CPU type config options from include/configs/M52277EVB.hto arch/m68k/Kconfig and refactor the CPU flags select inarch/m68k/cpu/mcf5227x/config.mk.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Cc: Alison Wang &lt;alison.wang@freescale.com&gt;Cc: Angelo Dureghello &lt;angelo@sysam.it&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/m68k/Kconfig</description>
        <pubDate>Fri, 27 Mar 2015 08:01:10 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>7f8ebbf0956818c06be6e28e1c869a1240a3110c - m68k: mcf5445x: move CPU type to Kconfig and refactor config.mk</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/m68k/Kconfig#7f8ebbf0956818c06be6e28e1c869a1240a3110c</link>
        <description>m68k: mcf5445x: move CPU type to Kconfig and refactor config.mkThis commit intends to stop grepping CPU type inarch/m68k/cpu/mcf5445x/config.mk.Move the CPU type config options from include/configs/*.hto arch/m68k/Kconfig and refactor the CPU flags select inarch/m68k/cpu/mcf5445x/config.mk.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Cc: Alison Wang &lt;alison.wang@freescale.com&gt;Cc: Angelo Dureghello &lt;angelo@sysam.it&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/m68k/Kconfig</description>
        <pubDate>Fri, 27 Mar 2015 08:01:09 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>c155ab74f78794979944e5a49d87776cc460c6c9 - m68k: mcf532x: move CPU type to Kconfig and refactor config.mk</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/m68k/Kconfig#c155ab74f78794979944e5a49d87776cc460c6c9</link>
        <description>m68k: mcf532x: move CPU type to Kconfig and refactor config.mkThis commit intends to stop grepping CPU type inarch/m68k/cpu/mcf532x/config.mk.Move the CPU type config options from include/configs/*.hto arch/m68k/Kconfig and refactor the CPU flags select inarch/m68k/cpu/mcf532x/config.mk.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Cc: Alison Wang &lt;alison.wang@freescale.com&gt;Cc: Angelo Dureghello &lt;angelo@sysam.it&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/m68k/Kconfig</description>
        <pubDate>Fri, 27 Mar 2015 08:01:08 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>bdde65951659fb78d3b4bbf99743a74522f03a05 - m68k: mcf530x: move CPU type to Kconfig and refactor config.mk</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/m68k/Kconfig#bdde65951659fb78d3b4bbf99743a74522f03a05</link>
        <description>m68k: mcf530x: move CPU type to Kconfig and refactor config.mkThis commit intends to stop grepping CPU type inarch/m68k/cpu/mcf530x/config.mk.Move the CPU type config options from include/configs/amcore.hto arch/m68k/Kconfig and refactor the CPU flags select inarch/m68k/cpu/mcf530x/config.mk.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Cc: Alison Wang &lt;alison.wang@freescale.com&gt;Cc: Angelo Dureghello &lt;angelo@sysam.it&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/m68k/Kconfig</description>
        <pubDate>Fri, 27 Mar 2015 08:01:07 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>d4a9b17df590c1b0b2a187e1491ea7e946a06a07 - m68k: mcf52x2: move CPU type to Kconfig and refactor config.mk</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/m68k/Kconfig#d4a9b17df590c1b0b2a187e1491ea7e946a06a07</link>
        <description>m68k: mcf52x2: move CPU type to Kconfig and refactor config.mkThis commit intends to stop grepping CPU type inarch/m68k/cpu/mcf52x2/config.mk.Move the CPU type config options from include/configs/*.hto arch/m68k/Kconfig and refactor the CPU flags select inarch/m68k/cpu/mcf52x2/config.mk.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Cc: Alison Wang &lt;alison.wang@freescale.com&gt;Cc: Angelo Dureghello &lt;angelo@sysam.it&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/m68k/Kconfig</description>
        <pubDate>Fri, 27 Mar 2015 08:01:06 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>06fd66a4aa8f0bdb0e78072593728fa31be8dadf - m68k: add amcore board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/m68k/Kconfig#06fd66a4aa8f0bdb0e78072593728fa31be8dadf</link>
        <description>m68k: add amcore board supportAdd Sysam Amcore m68k-based board support.Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/m68k/Kconfig</description>
        <pubDate>Thu, 12 Feb 2015 00:39:40 +0000</pubDate>
        <dc:creator>angelo@sysam.it &lt;angelo@sysam.it&gt;</dc:creator>
    </item>
<item>
        <title>cbdc662a2c7ef75071d4e892bd5ea0b65098c5d1 - m68k: remove TASREG board</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/m68k/Kconfig#cbdc662a2c7ef75071d4e892bd5ea0b65098c5d1</link>
        <description>m68k: remove TASREG boardSigned-off-by: Matthias Fuchs &lt;matthias.fuchs@esd.eu&gt;Acked-by: Stefan Roese &lt;sr@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/m68k/Kconfig</description>
        <pubDate>Mon, 12 Jan 2015 21:33:38 +0000</pubDate>
        <dc:creator>Matthias Fuchs &lt;matthias.fuchs@esd.eu&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/m68k/Kconfig#42817eb85de1d7dec399c75dbd133ea6b5351a72</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

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