<?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 dragonboard410c_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/dragonboard410c_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/dragonboard410c_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/dragonboard410c_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/dragonboard410c_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/dragonboard410c_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/dragonboard410c_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/dragonboard410c_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/dragonboard410c_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>5abc1a4523a5509ce37bc3ec818b660a48f4eafd - common: Move CONFIG_BOOTARGS to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/dragonboard410c_defconfig#5abc1a4523a5509ce37bc3ec818b660a48f4eafd</link>
        <description>common: Move CONFIG_BOOTARGS to KconfigAlso introduce CONFIG_USE_BOOTARGS option so we can control ifCONFIG_BOOTARGS defined at all.Signed-off-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;[trini: Resync r8a779[56]_ulcb, various ls10xx targets]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/dragonboard410c_defconfig</description>
        <pubDate>Mon, 14 Aug 2017 17:22:17 +0000</pubDate>
        <dc:creator>Sam Protsenko &lt;semen.protsenko@linaro.org&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/dragonboard410c_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/dragonboard410c_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>de88e4ba9f7d20292181c84252a1a6f7fa654072 - configs: Resync defconfigs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/dragonboard410c_defconfig#de88e4ba9f7d20292181c84252a1a6f7fa654072</link>
        <description>configs: Resync defconfigsSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/dragonboard410c_defconfig</description>
        <pubDate>Sun, 09 Jul 2017 00:32:11 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>177f4618ed505dcccfe006b4d4bb6abeca90de9f - 96boards: dragonboard/hikey: add device tree overlay support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/dragonboard410c_defconfig#177f4618ed505dcccfe006b4d4bb6abeca90de9f</link>
        <description>96boards: dragonboard/hikey: add device tree overlay support96boards CE devices such as the DragonBoard and Hikey devices have numerousmezzanine options some of which need overlays from the beginning so it makessense to enable device tree overlays.Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/dragonboard410c_defconfig</description>
        <pubDate>Mon, 26 Jun 2017 13:25:05 +0000</pubDate>
        <dc:creator>Peter Robinson &lt;pbrobinson@gmail.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/dragonboard410c_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/dragonboard410c_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>2681e78a5ee0e3d6d45abc195c81d1c527fcea0b - configs: Re-sync</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/dragonboard410c_defconfig#2681e78a5ee0e3d6d45abc195c81d1c527fcea0b</link>
        <description>configs: Re-syncSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/dragonboard410c_defconfig</description>
        <pubDate>Mon, 01 May 2017 15:41:11 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>2cfe312258457c5c94c61e813448505d200fdc14 - configs: move CMD_MD5SUM definition to defconfigs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/dragonboard410c_defconfig#2cfe312258457c5c94c61e813448505d200fdc14</link>
        <description>configs: move CMD_MD5SUM definition to defconfigsBoards with an apparent need for the md5sum command had the connectedconfig symbol defined in their board header file.Move this over to the respective defconfig files now that md5sum isconfigured via Kconfig.(This is a manual effort, which differs from moveconfig.py, not surewho is right here. Boards except sandbox loose the md5sum command withmoveconfig.py, though it was explicitly mentioned in their config.h&apos;s)Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;[trini: migrate stih410-b2260]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/dragonboard410c_defconfig</description>
        <pubDate>Wed, 15 Mar 2017 01:19:07 +0000</pubDate>
        <dc:creator>Andre Przywara &lt;andre.przywara@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>8728c97eff5bd95f58320f886ae305f17931a374 - configs: Re-sync</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/dragonboard410c_defconfig#8728c97eff5bd95f58320f886ae305f17931a374</link>
        <description>configs: Re-syncSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/dragonboard410c_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>e9d33e73264c61c87a40946abe4d44a2d2e47292 - cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/dragonboard410c_defconfig#e9d33e73264c61c87a40946abe4d44a2d2e47292</link>
        <description>cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to KconfigCONFIG_CMD_ZIP is not defined by any board.  I am movingCONFIG_CMD_UNZIP to defconfig files except UniPhier SoC family.I am the maintainer of UniPhier platform, so I know &quot;select CMD_UNZIP&quot;is better for this platform.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Acked-by: Stefan Roese &lt;sr@denx.de&gt;Acked-by: Ryan Harkin &lt;ryan.harkin@linaro.org&gt;Tested-by: Ryan Harkin &lt;ryan.harkin@linaro.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/dragonboard410c_defconfig</description>
        <pubDate>Sun, 05 Feb 2017 01:42:56 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>360c67d591c033697bde09088c7153dc9cace9e7 - mmc: msm: rename CONFIG_MSM_SDHCI to CONFIG_MMC_SDHCI_MSM</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/dragonboard410c_defconfig#360c67d591c033697bde09088c7153dc9cace9e7</link>
        <description>mmc: msm: rename CONFIG_MSM_SDHCI to CONFIG_MMC_SDHCI_MSMMake the naming scheme consistent; all SDHCI-base drivers prefixedwith CONFIG_MMC_SDHCI_.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/dragonboard410c_defconfig</description>
        <pubDate>Mon, 30 Jan 2017 10:46:53 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.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/dragonboard410c_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/dragonboard410c_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>e1ce61fbba76304b5ff7e328a55050ceea5028ef - mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCI</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/dragonboard410c_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/dragonboard410c_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>3337e3af5d3dd52e1fa043fc117594fbf3e029f4 - Enable DISTRO_DEFAULT on platforms that missed it before</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/dragonboard410c_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/dragonboard410c_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/dragonboard410c_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/dragonboard410c_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>8435179271106ec6fe9a9a5679b897755b1db8dd - common: Add DISPLAY_BOARDINFO</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/dragonboard410c_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/dragonboard410c_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>19a9747535c105fa458d0c9929e6785cf56d1292 - common/Kconfig: Add DISPLAY_CPUINFO</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/dragonboard410c_defconfig#19a9747535c105fa458d0c9929e6785cf56d1292</link>
        <description>common/Kconfig: Add DISPLAY_CPUINFOCreate a Kconfig entry for DISPLAY_CPUINFO 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/dragonboard410c_defconfig</description>
        <pubDate>Sat, 08 Oct 2016 18:41:44 +0000</pubDate>
        <dc:creator>Lokesh Vutla &lt;lokeshvutla@ti.com&gt;</dc:creator>
    </item>
</channel>
</rss>
