<?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 Cubietruck_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>1a4f6af8bfd44c8ae6e87a81ff125eed47042cc5 - Merge branch &apos;next-dev&apos; into thunder-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#1a4f6af8bfd44c8ae6e87a81ff125eed47042cc5</link>
        <description>Merge branch &apos;next-dev&apos; into thunder-boot

            List of files:
            /rk3399_rockchip-uboot/configs/Cubietruck_defconfig</description>
        <pubDate>Mon, 02 Mar 2020 01:43:23 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>2646d32f70f8e7bd99f76e81c4d8d892857f481a - UPSTREAM: sunxi: provide default USB gadget setup</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#2646d32f70f8e7bd99f76e81c4d8d892857f481a</link>
        <description>UPSTREAM: sunxi: provide default USB gadget setupAll the Allwinner boards use the same manufacturer, VID and PID for thegadgets. Make them the defaults to remove some boilerplate from ourdefconfigs.Change-Id: I53d0e6d45a60645af4b8c0a16afb81e4db97b9f6Reviewed-by: &#321;ukasz Majewski &lt;lukma@denx.de&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit e02687bda96cc8ed942e14b558796d3043d24b23)

            List of files:
            /rk3399_rockchip-uboot/configs/Cubietruck_defconfig</description>
        <pubDate>Tue, 12 Sep 2017 17:41:15 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>473221da5a5a767b650f97c0a6e63b0854c2221a - UPSTREAM: usb: gadget: Make g_dnl USB settings common</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#473221da5a5a767b650f97c0a6e63b0854c2221a</link>
        <description>UPSTREAM: usb: gadget: Make g_dnl USB settings commonThe g_dnl USB settings for the vendor ID, product ID and manufacturer areactually common settings that can and should be shared by all the gadgets.Make them common by renaming them, and convert all the users.Conflicts:	configs/cgtqmx6eval_defconfig	configs/dms-ba16-1g_defconfig	configs/evb-rk3036_defconfig	configs/evb-rk3229_defconfig	configs/evb-rv1108_defconfig	configs/fennec-rk3288_defconfig	configs/stih410-b2260_defconfigChange-Id: Ib855d37af9f539ef794a2519c75c027e67bd091cReviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit a95aee6af70d8815547b81329125f2800c8ee37c)

            List of files:
            /rk3399_rockchip-uboot/configs/Cubietruck_defconfig</description>
        <pubDate>Thu, 07 Sep 2017 06:58:08 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>48f6232e5897ff1002f2a5a929425da1968ac487 - Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#48f6232e5897ff1002f2a5a929425da1968ac487</link>
        <description>Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigs- Move ANDROID_IMAGE_SUPPORT to top level Kconfig under images as it&apos;s  not strictly part of fastboot.- Add some defaults for the fastboot buffer location and size- Migrate all options listed in cmd/fastboot/Kconfig- Cleanup the READMESigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Cubietruck_defconfig</description>
        <pubDate>Fri, 25 Aug 2017 21:50:27 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>ecad7051b07b11fb17196ce45ed0cbe2f1c3234e - configs: Migrate all of the existing USB symbols, except fastboot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#ecad7051b07b11fb17196ce45ed0cbe2f1c3234e</link>
        <description>configs: Migrate all of the existing USB symbols, except fastbootThis syncs all of the currently Kconfig&apos;d symbols out of the headers andinto the defconfig files.  This has two exceptions, first am335x_evmneeds to be converted to DM in SPL and then it can stop undef&apos;ingCONFIG_DM_USB.  Leaving this as-is results in a build failure, andwithout work, run time failure.  The other case is am43xx_evm.h and inturn am43xx_evm_usbhost_boot.  The problem here is that we need DWC3 USBhost mode in SPL, but still desire to have gadget mode in U-Boot proper.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Cubietruck_defconfig</description>
        <pubDate>Fri, 25 Aug 2017 21:50:26 +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/Cubietruck_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/Cubietruck_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>877a1a35b3d6c85fb34a3645d8e613ade3bbd5e5 - configs: Resync with savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#877a1a35b3d6c85fb34a3645d8e613ade3bbd5e5</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/Cubietruck_defconfig</description>
        <pubDate>Fri, 11 Aug 2017 15:20:19 +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/configs/Cubietruck_defconfig#8d3a25685e4aac7070365a2b3c53c2c81b27930f</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/configs/Cubietruck_defconfig</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>fedb428c5beb8776451118f5adc976770a526a33 - Convert CONFIG_SCSI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#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/configs/Cubietruck_defconfig</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>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/Cubietruck_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/Cubietruck_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>6f008a2e16ec3b618363800e414023569007cd89 - Merge git://git.denx.de/u-boot-sunxi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#6f008a2e16ec3b618363800e414023569007cd89</link>
        <description>Merge git://git.denx.de/u-boot-sunxi

            List of files:
            /rk3399_rockchip-uboot/configs/Cubietruck_defconfig</description>
        <pubDate>Tue, 25 Apr 2017 20:12:42 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>d7b560e6653b248a1920cbd2c5ac393d42e30b61 - sunxi: Convert CONFIG_SATAPWR to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#d7b560e6653b248a1920cbd2c5ac393d42e30b61</link>
        <description>sunxi: Convert CONFIG_SATAPWR to KconfigConvert the CONFIG_SATAPWR into kconfig.Thanks to that, many SYS_EXTRA_OPTIONS can be removed from somedefconfigs.Signed-off-by: Myl&#232;ne Josserand &lt;mylene.josserand@free-electrons.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Cubietruck_defconfig</description>
        <pubDate>Sun, 02 Apr 2017 10:59:09 +0000</pubDate>
        <dc:creator>Myl&#232;ne Josserand &lt;mylene.josserand@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>751b0be0a1753bbc2f43c1d32e704bac9412d5af - sunxi: Convert CONFIG_RGMII to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#751b0be0a1753bbc2f43c1d32e704bac9412d5af</link>
        <description>sunxi: Convert CONFIG_RGMII to KconfigConvert CONFIG_RGMII to Kconfig. Thanks to that, it is possible toupdate defconfig files of SYS_EXTRA_OPTIONS accordingly andremove it when it is possible.Signed-off-by: Myl&#232;ne Josserand &lt;mylene.josserand@free-electrons.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Cubietruck_defconfig</description>
        <pubDate>Sun, 02 Apr 2017 10:59:08 +0000</pubDate>
        <dc:creator>Myl&#232;ne Josserand &lt;mylene.josserand@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>4d43d065db3262f9a9918ba72457bf36dfb8e0bb - sunxi: Move SUNXI_GMAC to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#4d43d065db3262f9a9918ba72457bf36dfb8e0bb</link>
        <description>sunxi: Move SUNXI_GMAC to KconfigMove the SUNXI_GMAC config option to Kconfig, remove itfrom SYS_EXTRA_OPTIONS and rename it into SUN7I_GMAC.Signed-off-by: Myl&#232;ne Josserand &lt;mylene.josserand@free-electrons.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Cubietruck_defconfig</description>
        <pubDate>Sun, 02 Apr 2017 10:59:03 +0000</pubDate>
        <dc:creator>Myl&#232;ne Josserand &lt;mylene.josserand@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>8728c97eff5bd95f58320f886ae305f17931a374 - configs: Re-sync</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#8728c97eff5bd95f58320f886ae305f17931a374</link>
        <description>configs: Re-syncSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Cubietruck_defconfig</description>
        <pubDate>Mon, 13 Mar 2017 17:48:42 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>b331cd6204ffdc568cd6c06bd18e72aa9bc61f22 - cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#b331cd6204ffdc568cd6c06bd18e72aa9bc61f22</link>
        <description>cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTWe convert CONFIG_PARTITION_UUIDS to Kconfig first.  But in order to cleanlyupdate all of the config files we must also update CMD_PART and CMD_GPT to alsobe in Kconfig in order to avoid complex logic elsewhere to update all of theconfig files.Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;Signed-off-by: Patrick Delaunay &lt;patrick.delaunay73@gmail.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Cubietruck_defconfig</description>
        <pubDate>Fri, 27 Jan 2017 10:00:42 +0000</pubDate>
        <dc:creator>Patrick Delaunay &lt;patrick.delaunay@st.com&gt;</dc:creator>
    </item>
<item>
        <title>1acc0087876229d7ade1b23aaecbccf63de8a615 - disk: convert CONFIG_ISO_PARTITION to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#1acc0087876229d7ade1b23aaecbccf63de8a615</link>
        <description>disk: convert CONFIG_ISO_PARTITION to KconfigSigned-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;Signed-off-by: Patrick Delaunay &lt;patrick.delaunay73@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Cubietruck_defconfig</description>
        <pubDate>Fri, 27 Jan 2017 10:00:38 +0000</pubDate>
        <dc:creator>Patrick Delaunay &lt;patrick.delaunay@st.com&gt;</dc:creator>
    </item>
<item>
        <title>b0cf733933c3bc1b4ab353e16affabc60f863db5 - disk: convert CONFIG_DOS_PARTITION to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#b0cf733933c3bc1b4ab353e16affabc60f863db5</link>
        <description>disk: convert CONFIG_DOS_PARTITION to KconfigSigned-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;Signed-off-by: Patrick Delaunay &lt;patrick.delaunay73@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Cubietruck_defconfig</description>
        <pubDate>Fri, 27 Jan 2017 10:00:37 +0000</pubDate>
        <dc:creator>Patrick Delaunay &lt;patrick.delaunay@st.com&gt;</dc:creator>
    </item>
<item>
        <title>187809517da0f488f6f2069543783cf2923abb23 - Sync defconfig files by savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#187809517da0f488f6f2069543783cf2923abb23</link>
        <description>Sync defconfig files by savedefconfigGenerated by &quot;tools/moveconfig -s&quot;.This will make config moves easier.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/Cubietruck_defconfig</description>
        <pubDate>Wed, 07 Dec 2016 13:10:25 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>2d221489df021393654805536be7effcb9d39702 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/Cubietruck_defconfig#2d221489df021393654805536be7effcb9d39702</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/Cubietruck_defconfig</description>
        <pubDate>Tue, 29 Nov 2016 15:28:28 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
</channel>
</rss>
