<?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>0e13c182e0b4ee5b7e5efee72614cd23f8a5e6fc - Move CONFIG_PANIC_HANG to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#0e13c182e0b4ee5b7e5efee72614cd23f8a5e6fc</link>
        <description>Move CONFIG_PANIC_HANG to KconfigFreescale (NXP) boards have lots of defconfig files per board.I used &quot;imply PANIC_HANG&quot; for them.Change-Id: I56347810ee33ccd8bb3553b0ee95b858e827ce9bSigned-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;(cherry picked from commit 7e3caa81e0e9cc5e2beed4a3a1c334e2119f4498)

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Mon, 04 Dec 2017 03:37:00 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&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/powerpc/cpu/mpc85xx/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/powerpc/cpu/mpc85xx/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>fa379223cd61052331342e525778d96270ee6ed9 - Convert CONFIG_CMD_REGINFO to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#fa379223cd61052331342e525778d96270ee6ed9</link>
        <description>Convert CONFIG_CMD_REGINFO to KconfigThis patch converts CONFIG_CMD_REGINFO to KconfigSigned-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;Signed-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/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Fri, 04 Aug 2017 22:34:40 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>6500ec7a5a2a2a59128dba6f49d9905fc1258811 - Convert CONFIG_CMD_PCI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#6500ec7a5a2a2a59128dba6f49d9905fc1258811</link>
        <description>Convert CONFIG_CMD_PCI to KconfigThis converts the following to Kconfig:   CONFIG_CMD_PCISigned-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/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Fri, 04 Aug 2017 22:34:34 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>8f1a80e99e4a838d1540cdb1d59ccc7785fe4618 - configs: Migrate CMD_NAND*</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#8f1a80e99e4a838d1540cdb1d59ccc7785fe4618</link>
        <description>configs: Migrate CMD_NAND*Migrate all remaining instances of CMD_NAND, CMD_NAND_TRIMFFSCMD_NAND_LOCK_UNLOCK and CMD_NAND_TORTURE from the headers into thedefconfig files.Tested-by: Adam Ford &lt;aford173@gmail.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Sat, 29 Jul 2017 01:31:42 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.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/powerpc/cpu/mpc85xx/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/powerpc/cpu/mpc85xx/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>d56b4b19744c314c26dc77585a7c7a9253d1487d - configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#d56b4b19744c314c26dc77585a7c7a9253d1487d</link>
        <description>configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSThe above CONFIG options are in Kconfig, and now have correct depends andinter-dependencies.  Migrate these to configs/ from include/configs/.  In thecase of CMD_UBIFS also change it to be a default y if CMD_UBI.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Sat, 22 Jul 2017 22:36:16 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>8d3a25685e4aac7070365a2b3c53c2c81b27930f - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#8d3a25685e4aac7070365a2b3c53c2c81b27930f</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Wed, 12 Jul 2017 00:28:46 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>3bf926c0dd01e7beb3a6815b2e0f28e989fe4120 - Convert CONFIG_CMD_SATA to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#3bf926c0dd01e7beb3a6815b2e0f28e989fe4120</link>
        <description>Convert CONFIG_CMD_SATA to KconfigThis converts the following to Kconfig:   CONFIG_CMD_SATASigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Thu, 15 Jun 2017 03:28:24 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>fedb428c5beb8776451118f5adc976770a526a33 - Convert CONFIG_SCSI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#fedb428c5beb8776451118f5adc976770a526a33</link>
        <description>Convert CONFIG_SCSI to KconfigThis converts the following to Kconfig:   CONFIG_SCSISigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Thu, 15 Jun 2017 03:28:21 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>4f58002013ba1e89eb8fda015ff495bd37cd4016 - Merge git://git.denx.de/u-boot-mpc85xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#4f58002013ba1e89eb8fda015ff495bd37cd4016</link>
        <description>Merge git://git.denx.de/u-boot-mpc85xx

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Wed, 14 Jun 2017 22:53:03 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>3913191c8a6b8309d08fab803ed72a43d3b5a5fb - powerpc: mpc8540ads: mpc8560ads: Drop support for MPC8540/60ADS</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#3913191c8a6b8309d08fab803ed72a43d3b5a5fb</link>
        <description>powerpc: mpc8540ads: mpc8560ads: Drop support for MPC8540/60ADSDrop support for these two legacy boards.Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Wed, 17 May 2017 17:19:35 +0000</pubDate>
        <dc:creator>York Sun &lt;york.sun@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>230ecd7150e83fc5a669bc1d986a79cd036de90a - Convert CONFIG_CMD_ERRATA to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#230ecd7150e83fc5a669bc1d986a79cd036de90a</link>
        <description>Convert CONFIG_CMD_ERRATA to KconfigThis converts the following to Kconfig:   CONFIG_CMD_ERRATASigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Wed, 17 May 2017 09:25:15 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>a1dc980d88a5c9c2b99251c8d8299b0c8948de73 - Convert CONFIG_CMD_EEPROM et al to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#a1dc980d88a5c9c2b99251c8d8299b0c8948de73</link>
        <description>Convert CONFIG_CMD_EEPROM et al to KconfigThis converts the following to Kconfig:   CONFIG_CMD_EEPROM   CONFIG_CMD_EEPROM_LAYOUT   CONFIG_EEPROM_LAYOUT_HELP_STRINGSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;[trini: Rework Kconfig logic slightly, define EEPROM location on TI evalplatforms]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Wed, 17 May 2017 09:25:10 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1</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/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Tue, 09 May 2017 16:03:44 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>80e44cfe10f751bbb3b892f91873703a1c3df6e6 - fs: Kconfig: Add a separate option for FS_CRAMFS</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#80e44cfe10f751bbb3b892f91873703a1c3df6e6</link>
        <description>fs: Kconfig: Add a separate option for FS_CRAMFSRather than using CMD_CRAMFS for both the filesystem and its command, weshould have a separate option for each. This allows us to enable CRAMFSsupport without the command, if desired, which reduces U-Boot&apos;s sizeslightly.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;[trini: imply FS_CRAMFS for keymile]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Thu, 27 Apr 2017 04:28:04 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>9707274718b0d343d93941fb19f9314ef3cffa4b - fs: Convert CONFIG_CMD_CRAMFS to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#9707274718b0d343d93941fb19f9314ef3cffa4b</link>
        <description>fs: Convert CONFIG_CMD_CRAMFS to KconfigThis converts the following to Kconfig:   CONFIG_CMD_CRAMFSSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;[trini: imply CMD_CRAMFS for keymile]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Thu, 27 Apr 2017 04:28:03 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>c83a824e62277162ad35f52879b2316902c0eff5 - Merge git://git.denx.de/u-boot-fsl-qoriq</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#c83a824e62277162ad35f52879b2316902c0eff5</link>
        <description>Merge git://git.denx.de/u-boot-fsl-qoriqSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;Conflicts:	configs/ls1046aqds_defconfig	configs/ls1046aqds_nand_defconfig	configs/ls1046aqds_qspi_defconfig	configs/ls1046aqds_sdcard_ifc_defconfig	configs/ls1046aqds_sdcard_qspi_defconfig	configs/ls1046ardb_emmc_defconfig	configs/ls1046ardb_qspi_defconfig	configs/ls1046ardb_sdcard_defconfig

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Sat, 04 Feb 2017 01:33:42 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>add63f94a9c3bbe1af3fdf3f4c56a5185a4c0504 - arch: powerpc: update the eLBC IP input clock</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#add63f94a9c3bbe1af3fdf3f4c56a5185a4c0504</link>
        <description>arch: powerpc: update the eLBC IP input clockeLBC IP clock is always a constant divisor of platform clockpre-defined per SoC. Clock ratio register (LCRR) used incurrent implementation governs eLBC IP output cloc.Update sys_info-&gt;freq_localbus to represent eLBC input clock withvalue constant divisor of platform clock.Signed-off-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Thu, 02 Feb 2017 09:32:00 +0000</pubDate>
        <dc:creator>Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>068789773d0b369a6a64120776932f912d183f61 - arch: powerpc: Move CONFIG_FSL_ELBC to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig#068789773d0b369a6a64120776932f912d183f61</link>
        <description>arch: powerpc: Move CONFIG_FSL_ELBC to KconfigEnable ELBC from Kconfig.Signed-off-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig</description>
        <pubDate>Thu, 02 Feb 2017 09:31:48 +0000</pubDate>
        <dc:creator>Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;</dc:creator>
    </item>
</channel>
</rss>
