<?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 beaver_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/beaver_defconfig#1a4f6af8bfd44c8ae6e87a81ff125eed47042cc5</link>
        <description>Merge branch &apos;next-dev&apos; into thunder-boot

            List of files:
            /rk3399_rockchip-uboot/configs/beaver_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>473221da5a5a767b650f97c0a6e63b0854c2221a - UPSTREAM: usb: gadget: Make g_dnl USB settings common</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/beaver_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/beaver_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>f58ad98a621ce5059d9608a9b41cfabac277094a - usb: net: migrate USB Ethernet adapters to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/beaver_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/beaver_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/beaver_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/beaver_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>88663126a009d0c354d832e005a5b3b511e5c7fb - configs: Resync with savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/beaver_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/beaver_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>6500ec7a5a2a2a59128dba6f49d9905fc1258811 - Convert CONFIG_CMD_PCI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/beaver_defconfig#6500ec7a5a2a2a59128dba6f49d9905fc1258811</link>
        <description>Convert CONFIG_CMD_PCI to KconfigThis converts the following to Kconfig:   CONFIG_CMD_PCISigned-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/beaver_defconfig</description>
        <pubDate>Fri, 04 Aug 2017 22:34:34 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>32ca40bf8b95fa1312de52109b84f888e2ea3642 - dm: tegra: Move nyan-big, jetson-tk1/tx1, beaver to livetree</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/beaver_defconfig#32ca40bf8b95fa1312de52109b84f888e2ea3642</link>
        <description>dm: tegra: Move nyan-big, jetson-tk1/tx1, beaver to livetreeChange these board to use a live device tree after relocation.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Tested-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;Tested-on: Beaver, Jetson-TK1Tested-by: Stephen Warren &lt;swarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/beaver_defconfig</description>
        <pubDate>Tue, 25 Jul 2017 14:30:14 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>0e513e788ff7df8c68525c8bf952eb9ef9ab7482 - tegra: Convert MMC to use driver model for operations</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/beaver_defconfig#0e513e788ff7df8c68525c8bf952eb9ef9ab7482</link>
        <description>tegra: Convert MMC to use driver model for operationsEnable CONFIG_DM_MMC_OPS and CONFIG_BLK for all Tegra devices. This movesTegra to use driver model fully for MMC.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/beaver_defconfig</description>
        <pubDate>Mon, 24 Apr 2017 02:02:11 +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/beaver_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/beaver_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>bd42a94268b165a6f298b9ab13be7003e8d96b02 - disk: convert CONFIG_EFI_PARTITION to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/beaver_defconfig#bd42a94268b165a6f298b9ab13be7003e8d96b02</link>
        <description>disk: convert CONFIG_EFI_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/beaver_defconfig</description>
        <pubDate>Fri, 27 Jan 2017 10:00:41 +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/beaver_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/beaver_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/beaver_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/beaver_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>e5ec48152ad13ada83c541cdf7f47d5867c506db - Kconfig: Migrate BOARD_LATE_INIT to a select</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/beaver_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/beaver_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/beaver_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/beaver_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>3337e3af5d3dd52e1fa043fc117594fbf3e029f4 - Enable DISTRO_DEFAULT on platforms that missed it before</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/beaver_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/beaver_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>af27382e2d6f7b4966e6932c9820939259498c1b - drivers/pci/Kconfig: Add PCI</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/beaver_defconfig#af27382e2d6f7b4966e6932c9820939259498c1b</link>
        <description>drivers/pci/Kconfig: Add PCIAdd &apos;PCI&apos; as a menu option and migrate all existing users.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Acked-by: Stephen Warren &lt;swarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/beaver_defconfig</description>
        <pubDate>Wed, 26 Oct 2016 21:15:37 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>869588decdf41b693c8977067f90f742b771d0ad - Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/beaver_defconfig#869588decdf41b693c8977067f90f742b771d0ad</link>
        <description>Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigThis converts the following to Kconfig:   CONFIG_SYS_STDIO_DEREGISTERThis option should never be enabled in SPL, so useCONFIG_IS_ENABLED(SYS_STDIO_DEREGISTER) when checking the option.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;[trini: Re-sync]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/beaver_defconfig</description>
        <pubDate>Tue, 18 Oct 2016 02:13:02 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&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/beaver_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/beaver_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>79493609c5300be6cc555ab8bd38971360b381f6 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/beaver_defconfig#79493609c5300be6cc555ab8bd38971360b381f6</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/configs/beaver_defconfig</description>
        <pubDate>Thu, 13 Oct 2016 00:48:43 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>252788b4eda852e0195e1903e55480b4bf4fea9d - dm: mmc: Enable DM_MMC_OPS by default with DM_MMC</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/beaver_defconfig#252788b4eda852e0195e1903e55480b4bf4fea9d</link>
        <description>dm: mmc: Enable DM_MMC_OPS by default with DM_MMCThese two options go together and it is best to do the conversion in onestep. So enable DM_MMC_OPS by default if DM_MMC is enabled.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/beaver_defconfig</description>
        <pubDate>Sat, 01 Oct 2016 20:43:19 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
