<?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 arndale_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>f58ad98a621ce5059d9608a9b41cfabac277094a - usb: net: migrate USB Ethernet adapters to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/arndale_defconfig#f58ad98a621ce5059d9608a9b41cfabac277094a</link>
        <description>usb: net: migrate USB Ethernet adapters to KconfigThis migrates ASIX, ASIX88179, MCS7830, RTL8152 and SMSC95XX to Kconfig.Update defconfigs.Signed-off-by: Chris Packham &lt;judge.packham@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/arndale_defconfig</description>
        <pubDate>Mon, 28 Aug 2017 08:50:46 +0000</pubDate>
        <dc:creator>Chris Packham &lt;judge.packham@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ae3584498bf81aa3be9ae6f90fbb04e07d707276 - usb: net: migrate CONFIG_USB_HOST_ETHER to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/arndale_defconfig#ae3584498bf81aa3be9ae6f90fbb04e07d707276</link>
        <description>usb: net: migrate CONFIG_USB_HOST_ETHER to KconfigCONFIG_USB_HOST_ETHER is the framework that the drivers are dependent onUSB_HOST_ETHER. Use this as a menu and move the existing LAN75XX andLAN78XX options under new menu. Finally update the defconfigs that needCONFIG_USB_HOST_ETHER.Signed-off-by: Chris Packham &lt;judge.packham@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/arndale_defconfig</description>
        <pubDate>Mon, 28 Aug 2017 08:50:45 +0000</pubDate>
        <dc:creator>Chris Packham &lt;judge.packham@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/arndale_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/arndale_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/arndale_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/arndale_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>2be296538e2e9d2893dc495b3fc8f9f6acb1454c - Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/arndale_defconfig#2be296538e2e9d2893dc495b3fc8f9f6acb1454c</link>
        <description>Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigThis converts the following to Kconfig:   CONFIG_ENV_IS_IN_MMC   CONFIG_ENV_IS_IN_NAND   CONFIG_ENV_IS_IN_UBI   CONFIG_ENV_IS_NOWHEREIn fact this already exists for sunxi as a &apos;choice&apos; config. However notall the choices are available in Kconfig yet so we cannot use that. Itwould lead to more than one option being set.In addition, one purpose of this series is to allow the environment to bestored in more than one place. So the existing choice is converted to anormal config allowing each option to be set independently.There are not many opportunities for Kconfig updates to reduce the size ofthis patch. This was tested with   ./tools/moveconfig.py -i CONFIG_ENV_IS_IN_MMCAnd then manual updates.  This is because for CHAIN_OF_TRUST boards theycan only have ENV_IS_NOWHERE set, so we enforce that via Kconfig logicnow.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/arndale_defconfig</description>
        <pubDate>Mon, 24 Jul 2017 03:19:39 +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/arndale_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/arndale_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>2c45f8040ea1152d2ff0960f96905ca42ac089cd - Merge git://git.denx.de/u-boot-samsung</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/arndale_defconfig#2c45f8040ea1152d2ff0960f96905ca42ac089cd</link>
        <description>Merge git://git.denx.de/u-boot-samsung

            List of files:
            /rk3399_rockchip-uboot/configs/arndale_defconfig</description>
        <pubDate>Wed, 18 Jan 2017 12:21:12 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>d64c31dd93e75c3940730d603c428d869a629168 - exynos: Enable XHCI on exynos5250 boards</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/arndale_defconfig#d64c31dd93e75c3940730d603c428d869a629168</link>
        <description>exynos: Enable XHCI on exynos5250 boardsOnce upon a time u-boot didn&apos;t support building with two usb hostcontroller types, these days it does. Enable XHCI in addition to theexisting EHCI support so user can plug usb devices in all availableports regardless of the controller type.Signed-off-by: Sjoerd Simons &lt;sjoerd.simons@collabora.co.uk&gt;Reviewed-by: Javier Martinez Canillas &lt;javier@osg.samsung.com&gt;Reviewed-by: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/arndale_defconfig</description>
        <pubDate>Tue, 10 Jan 2017 13:36:17 +0000</pubDate>
        <dc:creator>Sjoerd Simons &lt;sjoerd.simons@collabora.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>55ed3b46986fda389fb350794b11bb26db73ef5c - mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DW</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/arndale_defconfig#55ed3b46986fda389fb350794b11bb26db73ef5c</link>
        <description>mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DWThis commit was created as follows:[1] Rename the option with the following command:find . -name .git -prune -o ! -path ./scripts/config_whitelist.txt \-type f -print | xargs sed -i -e &apos;s/CONFIG_DWMMC/CONFIG_MMC_DW/g&apos;[2] create the entry for MMC_DW in drivers/mmc/Kconfig    (the prompt and help were copied from Linux)[3] run &quot;tools/moveconfig.py -y MMC_DW&quot;[4] add &quot;depends on MMC_DW&quot; to the MMC_DW_ROCKCHIP entry[5] Clean-up doc/README.socfpga by handSigned-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/arndale_defconfig</description>
        <pubDate>Tue, 10 Jan 2017 04:32:04 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>45a68fe267f14aae05c5d244b1bcda075de7d0a6 - mmc: move some SDHCI related options to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/arndale_defconfig#45a68fe267f14aae05c5d244b1bcda075de7d0a6</link>
        <description>mmc: move some SDHCI related options to KconfigWhile I moved the options, I also renamed them so that they are allprefixed with MMC_SDHCI_.This commit was created in the following steps.[1] Rename with the following commandfind . -name .git -prune -o ! -path ./scripts/config_whitelist.txt \-type f -print | xargs sed -i -e &apos;s/CONFIG_MMC_SDMA/CONFIG_MMC_SDHCI_SDMA/gs/CONFIG_BCM2835_SDHCI/CONFIG_MMC_SDHCI_BCM2835/gs/CONFIG_KONA_SDHCI/CONFIG_MMC_SDHCI_KONA/gs/CONFIG_MV_SDHCI/CONFIG_MMC_SDHCI_MV/gs/CONFIG_S5P_SDHCI/CONFIG_MMC_SDHCI_S5P/gs/CONFIG_SPEAR_SDHCI/CONFIG_MMC_SDHCI_SPEAR/g&apos;[2] create the Kconfig entries in drivers/mmc/Kconfig[3] Move the options by the following commandtools/moveconfig.py -y MMC_SDHCI_SDMA MMC_SDHCI_BCM2835 \MMC_SDHCI_KONA MMC_SDHCI_MV MMC_SDHCI_S5P MMC_SDHCI_SPEAR[4] Sort drivers/mmc/Makefile for readabilitySigned-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/arndale_defconfig</description>
        <pubDate>Wed, 07 Dec 2016 13:10:29 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>e1ce61fbba76304b5ff7e328a55050ceea5028ef - mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCI</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/arndale_defconfig#e1ce61fbba76304b5ff7e328a55050ceea5028ef</link>
        <description>mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCIMove CONFIG_SDHCI to Kconfig and rename it to CONFIG_MMC_SDHCI.My motivation for the rename is, ultimately, to make all the MMCoptions prefixed with MMC_ and SDHCI options with MMC_SDHCI_,like Linux.This commit was created as follows:[1] Rename the config option with the following command:find . -name .git -prune -o ! -path ./scripts/config_whitelist.txt \-type f -print | xargs sed -i -e &apos;s/CONFIG_SDHCI/CONFIG_MMC_SDHCI/g&apos;[2] create the entry for MMC_SDHCI in drivers/mmc/Kconfig[3] run &quot;tools/moveconfig.py -y MMC_SDHCI&quot;[4] add &quot;depends on MMC_SDHCI&quot; to existing SDHCI driver entriesSigned-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/arndale_defconfig</description>
        <pubDate>Wed, 07 Dec 2016 13:10:28 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.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/arndale_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/arndale_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>3337e3af5d3dd52e1fa043fc117594fbf3e029f4 - Enable DISTRO_DEFAULT on platforms that missed it before</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/arndale_defconfig#3337e3af5d3dd52e1fa043fc117594fbf3e029f4</link>
        <description>Enable DISTRO_DEFAULT on platforms that missed it beforeA number of platforms had been using the distro default feature beforeit was moved to Kconfig but did not enable the new Kconfig option whenit was enabled.  This caused a regression in terms of features and thisintroduces breakage when more things move to Kconfig.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/arndale_defconfig</description>
        <pubDate>Tue, 29 Nov 2016 14:14:57 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>ef26d6039a14c03c516c09a7835b491e671a4b0b - Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/arndale_defconfig#ef26d6039a14c03c516c09a7835b491e671a4b0b</link>
        <description>Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to KconfigThis converts the following to Kconfig:   CONFIG_SYS_CONSOLE_IS_IN_ENV   CONFIG_CONSOLE_MUXSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;[trini: Re-order, re-migrate]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/arndale_defconfig</description>
        <pubDate>Tue, 18 Oct 2016 02:12:37 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>98af87997670af840ef178f76b4d6888534a6700 - Convert SILENT_CONSOLE options to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/arndale_defconfig#98af87997670af840ef178f76b4d6888534a6700</link>
        <description>Convert SILENT_CONSOLE options to KconfigMove these option to Kconfig and tidy up existing uses.The Power PC boards don&apos;t have a suitable common element: the common headerfiles don&apos;t appear to line up with the Kconfig files as far as I can tell.This results in a lot of defconfig changes.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Jagan Teki &lt;jteki@openedev.com&gt;[trini: Re-migrate, update common/console.c logic]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/arndale_defconfig</description>
        <pubDate>Tue, 18 Oct 2016 02:12:35 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&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/arndale_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/arndale_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>c2ae7d822086fd07386c3a67f76350e749418f66 - Kconfig: Move SPL settings into their own file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/arndale_defconfig#c2ae7d822086fd07386c3a67f76350e749418f66</link>
        <description>Kconfig: Move SPL settings into their own fileMove the SPL settings into common/spl where most of the SPL code is kept.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/arndale_defconfig</description>
        <pubDate>Tue, 13 Sep 2016 05:18:22 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>645176d1d5c37c91ddb06c366678fbe302550387 - configs: Migrate CONFIG_USB_STORAGE</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/arndale_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/arndale_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/arndale_defconfig#aca5cd27db72aa6e664dd4b517b5ed885e711b82</link>
        <description>configs: Resync with savedefconfigSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/arndale_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>dc557e9a1fe00ca9d884bd88feef5bebf23fede4 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/arndale_defconfig#dc557e9a1fe00ca9d884bd88feef5bebf23fede4</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/arndale_defconfig</description>
        <pubDate>Sat, 18 Jun 2016 08:24:54 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
</channel>
</rss>
