<?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 x600_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>6ef2f90108e2cf101d931c71ea7904f2b6301641 - Convert CONFIG_BCH to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/x600_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/x600_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/x600_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/x600_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/x600_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/x600_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>15dc63d646bd73f473141653db9a20a71aaaeced - Convert CONFIG_CMD_SAVES to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/x600_defconfig#15dc63d646bd73f473141653db9a20a71aaaeced</link>
        <description>Convert CONFIG_CMD_SAVES to KconfigThis converts the following to Kconfig:   CONFIG_CMD_SAVESSigned-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/configs/x600_defconfig</description>
        <pubDate>Fri, 04 Aug 2017 22:34:43 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>6e7adf7037c76f081b149685fa5e978e2ddf2a22 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-net</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/x600_defconfig#6e7adf7037c76f081b149685fa5e978e2ddf2a22</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-net

            List of files:
            /rk3399_rockchip-uboot/configs/x600_defconfig</description>
        <pubDate>Mon, 07 Aug 2017 21:37:56 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>da3b9e7fd6a1e38af3cf0dff0248427c9df583ff - Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/x600_defconfig#da3b9e7fd6a1e38af3cf0dff0248427c9df583ff</link>
        <description>Move PHY_MICREL and PHY_MICREL_KSZ90X1 to KconfigSigned-off-by: Alexandru Gagniuc &lt;alex.g@adaptrum.com&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/x600_defconfig</description>
        <pubDate>Wed, 02 Aug 2017 00:20:00 +0000</pubDate>
        <dc:creator>Alexandru Gagniuc &lt;alex.g@adaptrum.com&gt;</dc:creator>
    </item>
<item>
        <title>8f1a80e99e4a838d1540cdb1d59ccc7785fe4618 - configs: Migrate CMD_NAND*</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/x600_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/x600_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>85fc970d74d09f33fcdcc649e73c5dc4f5334605 - Convert CONFIG_ENV_IS_IN_FLASH to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/x600_defconfig#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/configs/x600_defconfig</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>fe7604a3bcbfc1dbf0c832b055fb9d1387a971a4 - Convert CONFIG_CMD_FPGA_LOADBP et al to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/x600_defconfig#fe7604a3bcbfc1dbf0c832b055fb9d1387a971a4</link>
        <description>Convert CONFIG_CMD_FPGA_LOADBP et al to KconfigThis converts the following to Kconfig:   CONFIG_CMD_FPGA_LOADBP   CONFIG_CMD_FPGA_LOADFS   CONFIG_CMD_FPGA_LOADMK   CONFIG_CMD_FPGA_LOADPSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/x600_defconfig</description>
        <pubDate>Wed, 17 May 2017 09:25:21 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>64d6ac5bc4a9bf8839e516959b35150ac8a0eb84 - Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/x600_defconfig#64d6ac5bc4a9bf8839e516959b35150ac8a0eb84</link>
        <description>Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to KconfigMigrate the rest of the users of CONFIG_USB_EHCI_HCD over to Kconfig.For a few SoCs, imply or default y this if USB is enabled.  In somecases we had not already migrated to CONFIG_USB so do that as well.Cc: Marek Vasut &lt;marex@denx.de&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/x600_defconfig</description>
        <pubDate>Sat, 13 May 2017 02:33:28 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&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/configs/x600_defconfig#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/configs/x600_defconfig</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>c9032ce168c1344fe8ffe8604825ec343ec14adf - cmd: add Kconfig option for &apos;date&apos; command</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/x600_defconfig#c9032ce168c1344fe8ffe8604825ec343ec14adf</link>
        <description>cmd: add Kconfig option for &apos;date&apos; commandSigned-off-by: Chris Packham &lt;judge.packham@gmail.com&gt;[trini: default y if DM_RTC, re-sync]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/x600_defconfig</description>
        <pubDate>Sat, 29 Apr 2017 03:20:28 +0000</pubDate>
        <dc:creator>Chris Packham &lt;judge.packham@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3a649407a49b041ceb826d55b5919dc8297f8965 - arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/x600_defconfig#3a649407a49b041ceb826d55b5919dc8297f8965</link>
        <description>arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDToday, we have cases where we wish to build all of U-Boot in Thumb2 mode forvarious reasons.  We also have cases where we only build SPL in Thumb2 mode dueto size constraints and wish to build the rest of the system in ARM mode.  Soin this migration we introduce a new symbol as well, SPL_SYS_THUMB_BUILD tocontrol if we build everything or just SPL (or in theory, just U-Boot) inThumb2 mode.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Acked-by: Siarhei Siamashka &lt;siarhei.siamashka@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/x600_defconfig</description>
        <pubDate>Sat, 18 Mar 2017 13:01:44 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>e856bdcfb49291d30b19603fc101bea096c48196 - flash: complete CONFIG_SYS_NO_FLASH move with renaming</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/x600_defconfig#e856bdcfb49291d30b19603fc101bea096c48196</link>
        <description>flash: complete CONFIG_SYS_NO_FLASH move with renamingWe repeated partial moves for CONFIG_SYS_NO_FLASH, but this isnot completed. Finish this work by the tool.During this move, let&apos;s rename it to CONFIG_MTD_NOR_FLASH.Actually, we have more instances of &quot;#ifndef CONFIG_SYS_NO_FLASH&quot;than those of &quot;#ifdef CONFIG_SYS_NO_FLASH&quot;.  Flipping the logic willmake the code more readable.  Besides, negative meaning symbols donot fit in obj-$(CONFIG_...) style Makefiles.This commit was created as follows:[1] Edit &quot;default n&quot; to &quot;default y&quot; in the config entry in    common/Kconfig.[2] Run &quot;tools/moveconfig.py -y -r HEAD SYS_NO_FLASH&quot;[3] Rename the instances in defconfigs by the following:  find . -path &apos;./configs/*_defconfig&apos; | xargs sed -i \  -e &apos;/CONFIG_SYS_NO_FLASH=y/d&apos; \  -e &apos;s/# CONFIG_SYS_NO_FLASH is not set/CONFIG_MTD_NOR_FLASH=y/&apos;[4] Change the conditionals by the following:  find . -name &apos;*.[ch]&apos; | xargs sed -i \  -e &apos;s/ifndef CONFIG_SYS_NO_FLASH/ifdef CONFIG_MTD_NOR_FLASH/&apos; \  -e &apos;s/ifdef CONFIG_SYS_NO_FLASH/ifndef CONFIG_MTD_NOR_FLASH/&apos; \  -e &apos;s/!defined(CONFIG_SYS_NO_FLASH)/defined(CONFIG_MTD_NOR_FLASH)/&apos; \  -e &apos;s/defined(CONFIG_SYS_NO_FLASH)/!defined(CONFIG_MTD_NOR_FLASH)/&apos;[5] Modify the following manually  - Rename the rest of instances  - Remove the description from README  - Create the new Kconfig entry in drivers/mtd/Kconfig  - Remove the old Kconfig entry from common/Kconfig  - Remove the garbage comments from include/configs/*.hSigned-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/x600_defconfig</description>
        <pubDate>Sat, 11 Feb 2017 13:43:54 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&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/x600_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/x600_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/x600_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/x600_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>40d5534cff720d566cd52f532f26eea2bd86c1ae - ARM: Default to using optimized memset and memcpy routines</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/x600_defconfig#40d5534cff720d566cd52f532f26eea2bd86c1ae</link>
        <description>ARM: Default to using optimized memset and memcpy routinesWe have long had available optimized versions of the memset and memcpyfunctions that are borrowed from the Linux kernel.  We should use thesein normal conditions as the speed wins in many workflows outweigh therelatively minor size increase.  However, we have a number of placeswhere we&apos;re simply too close to size limits in SPL and must be able tomake the size vs performance trade-off in those cases.Cc: Philippe Reynes &lt;tremyfr@yahoo.fr&gt;Cc: Eric Jarrige &lt;eric.jarrige@armadeus.org&gt;Cc: Heiko Schocher &lt;hs@denx.de&gt;Cc: Magnus Lilja &lt;lilja.magnus@gmail.com&gt;Cc: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;Cc: Chander Kashyap &lt;k.chander@samsung.com&gt;Cc: Akshay Saraswat &lt;akshay.s@samsung.com&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;Cc: Stefan Roese &lt;sr@denx.de&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Acked-by: Stefan Roese &lt;sr@denx.de&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/x600_defconfig</description>
        <pubDate>Thu, 12 Jan 2017 18:16:02 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.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/x600_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/x600_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>f3f3efff91f13df022f0c19f346cd74ac864bd85 - Convert CONFIG_SYS_CONSOLE_INFO_QUIET to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/x600_defconfig#f3f3efff91f13df022f0c19f346cd74ac864bd85</link>
        <description>Convert CONFIG_SYS_CONSOLE_INFO_QUIET to KconfigThis converts the following to Kconfig:   CONFIG_SYS_CONSOLE_INFO_QUIETSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;[trini: Make this default n, re-run the migration]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/x600_defconfig</description>
        <pubDate>Tue, 18 Oct 2016 02:13:00 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>8435179271106ec6fe9a9a5679b897755b1db8dd - common: Add DISPLAY_BOARDINFO</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/x600_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/x600_defconfig</description>
        <pubDate>Wed, 12 Oct 2016 01:33:46 +0000</pubDate>
        <dc:creator>Lokesh Vutla &lt;lokeshvutla@ti.com&gt;</dc:creator>
    </item>
</channel>
</rss>
