<?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 mgcoge3un_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>1490eb89f4697b02cfb8f826d2f5eaf37edcbd47 - UPSTREAM: Convert CONFIG_SPI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#1490eb89f4697b02cfb8f826d2f5eaf37edcbd47</link>
        <description>UPSTREAM: Convert CONFIG_SPI to KconfigThis converts the following to Kconfig:   CONFIG_SPIThis partly involves updating code that assumes that CONFIG_SPI impliesthings that are specific to the MPC8xx SPI driver.  For now, just updatethe CONFIG tests.  This also involves reworking the default forCONFIG_SYS_DEF_EEPROM_ADDR so that we don&apos;t set it when we cannot make areasonable default, as it does not cause any compile failures.Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;(cherry picked from commit f1b1f77060beadbfe9f42a3be00019bd025afbd6)Change-Id: Ie9f15ada869105eb407f41d4df7eecbaa916b940Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Sun, 15 Apr 2018 17:51:26 +0000</pubDate>
        <dc:creator>Adam Ford &lt;aford173@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5932b8bc8c3ed371692688174c52a2b38c5ee797 - UPSTREAM: spi: Migrate CONFIG_KIRKWOOD_SPI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#5932b8bc8c3ed371692688174c52a2b38c5ee797</link>
        <description>UPSTREAM: spi: Migrate CONFIG_KIRKWOOD_SPI to KconfigChange-Id: I70b43d668f905f236e18493c07ac6c369b7ca2d1Signed-off-by: Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 4a942f49b891872727aa0bdba58e2ca513fc455c)

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Wed, 07 Feb 2018 00:42:22 +0000</pubDate>
        <dc:creator>Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;</dc:creator>
    </item>
<item>
        <title>6ef2f90108e2cf101d931c71ea7904f2b6301641 - Convert CONFIG_BCH to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#6ef2f90108e2cf101d931c71ea7904f2b6301641</link>
        <description>Convert CONFIG_BCH to KconfigThis converts the following to Kconfig:   CONFIG_BCHSigned-off-by: Adam Ford &lt;aford173@gmail.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Fri, 11 Aug 2017 14:46:05 +0000</pubDate>
        <dc:creator>Adam Ford &lt;aford173@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5dc4dfd2a94744a6df0d3f84c98b30d1962d4beb - configs: Resync with savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#5dc4dfd2a94744a6df0d3f84c98b30d1962d4beb</link>
        <description>configs: Resync with savedefconfigRsync all defconfig files using moveconfig.pySigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Mon, 28 Aug 2017 11:16:32 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>88663126a009d0c354d832e005a5b3b511e5c7fb - configs: Resync with savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#88663126a009d0c354d832e005a5b3b511e5c7fb</link>
        <description>configs: Resync with savedefconfigRsync all defconfig files using moveconfig.pySigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Mon, 14 Aug 2017 23:58:53 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>8f1a80e99e4a838d1540cdb1d59ccc7785fe4618 - configs: Migrate CMD_NAND*</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#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/configs/mgcoge3un_defconfig</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>f0bc2b542beef7636ea4e846fa75cd88d88c82cf - Convert CONFIG_ENV_IS_IN_EEPROM to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#f0bc2b542beef7636ea4e846fa75cd88d88c82cf</link>
        <description>Convert CONFIG_ENV_IS_IN_EEPROM to KconfigThis converts the following to Kconfig:   CONFIG_ENV_IS_IN_EEPROMSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Mon, 24 Jul 2017 03:19:43 +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/configs/mgcoge3un_defconfig#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/configs/mgcoge3un_defconfig</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>b8682a7fcf69344ac5a2d57c75f9c93bfdc93142 - Convert CONFIG_CMD_JFFS2 to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#b8682a7fcf69344ac5a2d57c75f9c93bfdc93142</link>
        <description>Convert CONFIG_CMD_JFFS2 to KconfigThis converts the following to Kconfig:   CONFIG_CMD_JFFS2Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Wed, 17 May 2017 09:25:37 +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/configs/mgcoge3un_defconfig#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/configs/mgcoge3un_defconfig</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>e5ec48152ad13ada83c541cdf7f47d5867c506db - Kconfig: Migrate BOARD_LATE_INIT to a select</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#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/configs/mgcoge3un_defconfig</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>3788b451e32bc925c4a63a882acc9c3b4ee895be - config: Move CONFIG_BOARD_LATE_INIT to defconfigs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#3788b451e32bc925c4a63a882acc9c3b4ee895be</link>
        <description>config: Move CONFIG_BOARD_LATE_INIT to defconfigsCc: Tom Rini &lt;trini@konsulko.com&gt;Signed-off-by: Jagan Teki &lt;jagan@openedev.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Sat, 21 Jan 2017 10:48:33 +0000</pubDate>
        <dc:creator>Jagan Teki &lt;jagan@openedev.com&gt;</dc:creator>
    </item>
<item>
        <title>c27269953b94d19b3fc7a21a1c3e19985507b94d - mmc: complete unfinished move of CONFIG_MMC</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#c27269953b94d19b3fc7a21a1c3e19985507b94d</link>
        <description>mmc: complete unfinished move of CONFIG_MMCCommit 7a777f6d6f35 (&quot;mmc: Add generic Kconfig option&quot;) createda Kconfig entry for this option without any actual moves, thencommit 44c798799f66 (&quot;sunxi: Use Kconfig CONFIG_MMC&quot;) movedinstances only for SUNXI.We generally do not like such partial moves.  This kind of workis automated by tools/moveconfig.py, so it is pretty easy tocomplete this move.I am adding &quot;default ARM || PPC || SANDBOX&quot; (suggested by Tom).This shortens the configs and will ease new board porting.This commit was created as follows:[1] Edit Kconfig (remove the &quot;depends on&quot;, add the &quot;default&quot;,    copy the prompt and help message from Linux)[2] Run &apos;tools/moveconfig.py -y -s -r HEAD MMC&apos;Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Wed, 07 Dec 2016 13:10:26 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>8435179271106ec6fe9a9a5679b897755b1db8dd - common: Add DISPLAY_BOARDINFO</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#8435179271106ec6fe9a9a5679b897755b1db8dd</link>
        <description>common: Add DISPLAY_BOARDINFOCreate a Kconfig entry for DISPLAY_BOARDINFO and make it be the defaultin certain architectures.  Migrate all config files.Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Wed, 12 Oct 2016 01:33:46 +0000</pubDate>
        <dc:creator>Lokesh Vutla &lt;lokeshvutla@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>8f2fe0c86c56175dd7d5d0e3bc26bef41f224f03 - kconfig: introduce kconfig for UBI</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#8f2fe0c86c56175dd7d5d0e3bc26bef41f224f03</link>
        <description>kconfig: introduce kconfig for UBImove the UBI config options into Kconfig.Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Andrew F. Davis &lt;afd@ti.com&gt;Reviewed by: Evgeni Dobrev &lt;evgeni at studio-punkt.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Wed, 21 Sep 2016 05:58:19 +0000</pubDate>
        <dc:creator>Heiko Schocher &lt;hs@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>a4d88920e5d0b67a92f8041f5e0fac0ce027bb48 - Kconfig: Move config IDENT_STRING to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#a4d88920e5d0b67a92f8041f5e0fac0ce027bb48</link>
        <description>Kconfig: Move config IDENT_STRING to KconfigMove the config IDENT_STRING to Kconfig and migrate all boards[sivadur: Migrate zynq boards]Signed-off-by: Siva Durga Prasad Paladugu &lt;sivadur@xilinx.com&gt;[trini: Update configs, add some default to sunxi Kconfig]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Fri, 29 Jul 2016 10:01:47 +0000</pubDate>
        <dc:creator>Siva Durga Prasad Paladugu &lt;siva.durga.paladugu@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>9dd1d0aa4e086bc8a5eaf19a67825c3323c41c5a - common, kconfig: move VERSION_VARIABLE to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#9dd1d0aa4e086bc8a5eaf19a67825c3323c41c5a</link>
        <description>common, kconfig: move VERSION_VARIABLE to Kconfigmove VERSION_VARIABLE from board config file into aKconfig option.Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Fri, 09 Sep 2016 06:12:49 +0000</pubDate>
        <dc:creator>Heiko Schocher &lt;hs@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>89cb2b5f8be4f6d04bd87220aa8f72eb0850edc4 - configs: Re-sync with cmd/Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#89cb2b5f8be4f6d04bd87220aa8f72eb0850edc4</link>
        <description>configs: Re-sync with cmd/KconfigUpdate the config.h and defconfig files for the commands that 8e3c036converted over to KconfigSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Sun, 24 Apr 2016 21:29:26 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>78d1e1d0a157c8b48ea19be6170b992745d30f38 - configs: Re-sync almost all of cmd/Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#78d1e1d0a157c8b48ea19be6170b992745d30f38</link>
        <description>configs: Re-sync almost all of cmd/KconfigThis syncs up the current cmd/Kconfig and include/configs/ files with theonly exception being CMD_NAND.  Due to how we have used this historicallywe need to take further care here when converting.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Fri, 22 Apr 2016 20:41:25 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>adad96e60d0eb1bbc4d0b96c89decf385a426e42 - configs: Re-sync HUSH options</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig#adad96e60d0eb1bbc4d0b96c89decf385a426e42</link>
        <description>configs: Re-sync HUSH optionsMove all cases of CONFIG_SYS_HUSH_PARSER out of the config.h files.  Removeall cases of CONFIG_SYS_PROMPT_HUSH_PS2 as everyone uses the default.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/mgcoge3un_defconfig</description>
        <pubDate>Fri, 22 Apr 2016 01:37:19 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
</channel>
</rss>
