<?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 sandbox_spl_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>115142eae565aeebfeb2f07bf2e21418df3d5f3e - UPSTREAM: usb: kbd: Set a default polling mechanism for USB keyboard</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_spl_defconfig#115142eae565aeebfeb2f07bf2e21418df3d5f3e</link>
        <description>UPSTREAM: usb: kbd: Set a default polling mechanism for USB keyboardThe choice of &quot;USB keyboard polling&quot; cannot be optional as withoutone mechanism being set, it just doesn&apos;t work. Set the default oneto CONFIG_SYS_USB_EVENT_POLL.Fixes: ecad7051 (&quot;configs: Migrate all of the existing USB symbols, except fastboot&quot;)Change-Id: I9c54076edba03ca9fc10801f9f4bebb54ffd0ef9Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;(cherry picked from commit 2e5026a2f022f1c5ab5e879684a895ccdca7690c)

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_spl_defconfig</description>
        <pubDate>Wed, 13 Sep 2017 08:19:43 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.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/sandbox_spl_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/sandbox_spl_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>dd027dde75dc55e7713b33d7e4f5adb1601a218a - sandbox: Enable NVMe driver for build testing</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_spl_defconfig#dd027dde75dc55e7713b33d7e4f5adb1601a218a</link>
        <description>sandbox: Enable NVMe driver for build testingThis enables NVMe driver on sandbox for build testing.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_spl_defconfig</description>
        <pubDate>Tue, 22 Aug 2017 15:15:19 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@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/sandbox_spl_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/sandbox_spl_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/sandbox_spl_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/sandbox_spl_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/sandbox_spl_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/sandbox_spl_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>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/sandbox_spl_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/sandbox_spl_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>fb82fe385173fdf7b55e50e4f343ae37a41cdbaa - configs: Resync defconfigs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_spl_defconfig#fb82fe385173fdf7b55e50e4f343ae37a41cdbaa</link>
        <description>configs: Resync defconfigsSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_spl_defconfig</description>
        <pubDate>Mon, 19 Jun 2017 13:47:40 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>5a0e275cbbc4f462495e9a7e04acf0f6bfbd13c5 - bootstage: Change CONFIG_BOOTSTAGE_USER_COUNT to an int</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_spl_defconfig#5a0e275cbbc4f462495e9a7e04acf0f6bfbd13c5</link>
        <description>bootstage: Change CONFIG_BOOTSTAGE_USER_COUNT to an intThere is no good read to make this hex, and integer is more natural forthis type of setting. Update it.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_spl_defconfig</description>
        <pubDate>Mon, 22 May 2017 11:05:24 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>75eb9976b78ace0e667c1f5faf367acfaed141df - Convert CONFIG_CMD_IDE to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_spl_defconfig#75eb9976b78ace0e667c1f5faf367acfaed141df</link>
        <description>Convert CONFIG_CMD_IDE to KconfigThis converts the following to Kconfig:   CONFIG_CMD_IDESigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_spl_defconfig</description>
        <pubDate>Wed, 17 May 2017 09:25:29 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>ffc76589d0e728877992b7247a2ced39025e4493 - Convert CONFIG_CMD_ENV_FLAGS to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_spl_defconfig#ffc76589d0e728877992b7247a2ced39025e4493</link>
        <description>Convert CONFIG_CMD_ENV_FLAGS to KconfigThis converts the following to Kconfig:   CONFIG_CMD_ENV_FLAGSSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_spl_defconfig</description>
        <pubDate>Wed, 17 May 2017 09:25:14 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>a55d29d2ac658b33989a7c4c368beff46a98bcde - Convert CONFIG_CMD_ENV_CALLBACK to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_spl_defconfig#a55d29d2ac658b33989a7c4c368beff46a98bcde</link>
        <description>Convert CONFIG_CMD_ENV_CALLBACK to KconfigThis converts the following to Kconfig:   CONFIG_CMD_ENV_CALLBACKSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_spl_defconfig</description>
        <pubDate>Wed, 17 May 2017 09:25:13 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>0680f1b1f7629c49d88d8981e164ab9bb0ad8d68 - Convert CONFIG_SPL_BOARD_INIT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_spl_defconfig#0680f1b1f7629c49d88d8981e164ab9bb0ad8d68</link>
        <description>Convert CONFIG_SPL_BOARD_INIT to KconfigThis converts the following to Kconfig:   CONFIG_SPL_BOARD_INITSigned-off-by: Ley Foon Tan &lt;ley.foon.tan@intel.com&gt;[trini: Update the Kconfig logic]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_spl_defconfig</description>
        <pubDate>Wed, 03 May 2017 09:13:32 +0000</pubDate>
        <dc:creator>Ley Foon Tan &lt;ley.foon.tan@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1f5541c8818d3ecd243f9bbf58db9ea5f55a3195 - Merge git://git.denx.de/u-boot-rockchip</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_spl_defconfig#1f5541c8818d3ecd243f9bbf58db9ea5f55a3195</link>
        <description>Merge git://git.denx.de/u-boot-rockchipThis adds a new firefly-rk3399 board, MIPI support for rk3399 andrk3288, rk818 pmic support, mkimage improvements for rockchip and a fewother things.

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_spl_defconfig</description>
        <pubDate>Wed, 10 May 2017 21:40:11 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>453c5a927cddf19344a73f8d850ed6a317da54d2 - power: rk808: rename to rk8xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_spl_defconfig#453c5a927cddf19344a73f8d850ed6a317da54d2</link>
        <description>power: rk808: rename to rk8xxSince this driver can be used for rk8xx series pmic,let&apos;s rename rk808 to rk8xx, to make it clear.Configs parts are done by sed -i &quot;s/RK808/RK8XX/g&quot; `grep RK808 -lr ./`Signed-off-by: Jacob Chen &lt;jacob-chen@iotwrt.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_spl_defconfig</description>
        <pubDate>Tue, 02 May 2017 06:54:52 +0000</pubDate>
        <dc:creator>Jacob Chen &lt;jacob-chen@iotwrt.com&gt;</dc:creator>
    </item>
<item>
        <title>dd9999d5f4d3a0354c959fa3bccc0957a1164bf5 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_spl_defconfig#dd9999d5f4d3a0354c959fa3bccc0957a1164bf5</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_spl_defconfig</description>
        <pubDate>Tue, 09 May 2017 20:11:36 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>86322f5982206f431ee4678a74182859c249aac4 - dm: test: Add tests for the generic PHY uclass</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_spl_defconfig#86322f5982206f431ee4678a74182859c249aac4</link>
        <description>dm: test: Add tests for the generic PHY uclassThose tests check:- the ability for a phy-user to get a phy based on its name or its index- the ability of a phy device (provider) to manage multiple ports- the ability to perform operations on the phy (init,deinit,on,off)- the behavior of the uclass when optional operations are not implementedSigned-off-by: Jean-Jacques Hiblot &lt;jjhiblot@ti.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_spl_defconfig</description>
        <pubDate>Mon, 24 Apr 2017 09:51:28 +0000</pubDate>
        <dc:creator>Jean-Jacques Hiblot &lt;jjhiblot@ti.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/sandbox_spl_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/sandbox_spl_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/sandbox_spl_defconfig#2681e78a5ee0e3d6d45abc195c81d1c527fcea0b</link>
        <description>configs: Re-syncSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_spl_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>80e44cfe10f751bbb3b892f91873703a1c3df6e6 - fs: Kconfig: Add a separate option for FS_CRAMFS</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_spl_defconfig#80e44cfe10f751bbb3b892f91873703a1c3df6e6</link>
        <description>fs: Kconfig: Add a separate option for FS_CRAMFSRather than using CMD_CRAMFS for both the filesystem and its command, weshould have a separate option for each. This allows us to enable CRAMFSsupport without the command, if desired, which reduces U-Boot&apos;s sizeslightly.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;[trini: imply FS_CRAMFS for keymile]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_spl_defconfig</description>
        <pubDate>Thu, 27 Apr 2017 04:28:04 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
