<?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 gose_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/gose_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/gose_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>3ad77667abd4ea5ac9fcd80702d1a422e8956c22 - UPSTREAM: spi: Migrate CONFIG_SH_QSPI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/gose_defconfig#3ad77667abd4ea5ac9fcd80702d1a422e8956c22</link>
        <description>UPSTREAM: spi: Migrate CONFIG_SH_QSPI to KconfigChange-Id: I51b0a222d7f5d4bf8925f7544c50d8f35da235e2Signed-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 a5dfabea19f961826509118513f833cea25797bb)

            List of files:
            /rk3399_rockchip-uboot/configs/gose_defconfig</description>
        <pubDate>Wed, 07 Feb 2018 00:42:17 +0000</pubDate>
        <dc:creator>Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;</dc:creator>
    </item>
<item>
        <title>577968e5669858e1d5bcb651ab28d60d20166252 - UPSTREAM: Convert CONFIG_MTD_PARTITIONS et al to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/gose_defconfig#577968e5669858e1d5bcb651ab28d60d20166252</link>
        <description>UPSTREAM: Convert CONFIG_MTD_PARTITIONS et al to KconfigThis converts the following to Kconfig:   CONFIG_MTD_PARTITIONS   CONFIG_MTD_DEVICESigned-off-by: Adam Ford &lt;aford173@gmail.com&gt;Change-Id: I90c45c7716965009c00d18a19f5491f19b1ab8b3Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 9c5b00973bceb7c0192bd6b03672d69b092700b4)

            List of files:
            /rk3399_rockchip-uboot/configs/gose_defconfig</description>
        <pubDate>Sun, 08 Jul 2018 03:18:22 +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/gose_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/gose_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/gose_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/gose_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>efce2442d31a51322f2cab366285f91e5c9edc70 - Convert CONFIG_CMD_SDRAM to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/gose_defconfig#efce2442d31a51322f2cab366285f91e5c9edc70</link>
        <description>Convert CONFIG_CMD_SDRAM to KconfigThis converts the following to Kconfig:   CONFIG_CMD_SDRAMSigned-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/gose_defconfig</description>
        <pubDate>Fri, 04 Aug 2017 22:34:45 +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/gose_defconfig#6e7adf7037c76f081b149685fa5e978e2ddf2a22</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-net

            List of files:
            /rk3399_rockchip-uboot/configs/gose_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/gose_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/gose_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>3146f0c017df2231d03dff09cee31f7bd63db3e5 - Move PHYLIB to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/gose_defconfig#3146f0c017df2231d03dff09cee31f7bd63db3e5</link>
        <description>Move PHYLIB 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/gose_defconfig</description>
        <pubDate>Wed, 02 Aug 2017 00:19:59 +0000</pubDate>
        <dc:creator>Alexandru Gagniuc &lt;alex.g@adaptrum.com&gt;</dc:creator>
    </item>
<item>
        <title>a89302cc7908de36e949b02013ac05ce5ef8b354 - Merge branch &apos;rmobile&apos; of git://git.denx.de/u-boot-sh</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/gose_defconfig#a89302cc7908de36e949b02013ac05ce5ef8b354</link>
        <description>Merge branch &apos;rmobile&apos; of git://git.denx.de/u-boot-sh

            List of files:
            /rk3399_rockchip-uboot/configs/gose_defconfig</description>
        <pubDate>Wed, 02 Aug 2017 23:30:27 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>03a38a397248529b01908eaed24f9262545ca9b5 - serial: sh: Convert to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/gose_defconfig#03a38a397248529b01908eaed24f9262545ca9b5</link>
        <description>serial: sh: Convert to KconfigConvert the SH Serial to Kconfig using tools/moveconfig.py tooland a bit of manual adjustment to cater for failed conversions.Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/gose_defconfig</description>
        <pubDate>Fri, 21 Jul 2017 21:18:46 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>91c868fe7cd7c5a7157c5eeca64f89dc2a2ee967 - Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/gose_defconfig#91c868fe7cd7c5a7157c5eeca64f89dc2a2ee967</link>
        <description>Convert CONFIG_ENV_IS_IN_SPI_FLASH to KconfigThis converts the following to Kconfig:   CONFIG_ENV_IS_IN_SPI_FLASHSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/gose_defconfig</description>
        <pubDate>Mon, 24 Jul 2017 03:19:45 +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/gose_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/gose_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>f2ac8958e4de536f08e6ea28efd3fd89dfaae84c - arm: rmobile: Remove default value of Kconfig from defconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/gose_defconfig#f2ac8958e4de536f08e6ea28efd3fd89dfaae84c</link>
        <description>arm: rmobile: Remove default value of Kconfig from defconfigThis removes CONFIG_BOOTSTAGE_USER_COUNT, CONFIG_BOOTSTAGE_STASH_ADDRand CONFIG_BOOTSTAGE_STASH_SIZE from defconfig following boards:  - Alt  - Gose  - Koelsh  - Lager  - Porter  - Silk  - Stout  - Blanche  - Salvator-xSigned-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/gose_defconfig</description>
        <pubDate>Sat, 01 Apr 2017 23:17:30 +0000</pubDate>
        <dc:creator>Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;</dc:creator>
    </item>
<item>
        <title>f40574e2d78c96a3818c4fa2379382d924866a6e - Kconfig: Migrate CONFIG_BAUDRATE</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/gose_defconfig#f40574e2d78c96a3818c4fa2379382d924866a6e</link>
        <description>Kconfig: Migrate CONFIG_BAUDRATEMove this in to Kconfig with a default of 115200.Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;[trini: Run moveconfig.py, reword commit slightly]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/gose_defconfig</description>
        <pubDate>Fri, 17 Mar 2017 19:34:53 +0000</pubDate>
        <dc:creator>Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.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/gose_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/gose_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>645176d1d5c37c91ddb06c366678fbe302550387 - configs: Migrate CONFIG_USB_STORAGE</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/gose_defconfig#645176d1d5c37c91ddb06c366678fbe302550387</link>
        <description>configs: Migrate CONFIG_USB_STORAGEIn some cases we were missing CONFIG_USB=y so enable that when needed.Reviewed-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/gose_defconfig</description>
        <pubDate>Thu, 08 Sep 2016 20:31:26 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>aca5cd27db72aa6e664dd4b517b5ed885e711b82 - configs: Resync with savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/gose_defconfig#aca5cd27db72aa6e664dd4b517b5ed885e711b82</link>
        <description>configs: Resync with savedefconfigSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/gose_defconfig</description>
        <pubDate>Thu, 08 Sep 2016 20:11:59 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>c98b171e1098f94b2ff7720c45a25a602882f876 - Merge branch &apos;rmobile&apos; of git://git.denx.de/u-boot-sh</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/gose_defconfig#c98b171e1098f94b2ff7720c45a25a602882f876</link>
        <description>Merge branch &apos;rmobile&apos; of git://git.denx.de/u-boot-sh[trini: Drop CMD_BOOTI as it&apos;s now on by default on ARM64]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/gose_defconfig</description>
        <pubDate>Sat, 20 Aug 2016 15:35:28 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>c5e729eaf04c8b8e4a81c268ad094acc960f2edc - arm: rmobile: Update defconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/gose_defconfig#c5e729eaf04c8b8e4a81c268ad094acc960f2edc</link>
        <description>arm: rmobile: Update defconfigThis updated defconfig following boards: - Alt - Gose - Koelsh - Lager - Porter - Silk - Stout - BlancheSigned-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/gose_defconfig</description>
        <pubDate>Mon, 30 May 2016 19:28:11 +0000</pubDate>
        <dc:creator>Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;</dc:creator>
    </item>
</channel>
</rss>
