<?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_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>1afcdfc6b83091af305af477f46c5828c42399d8 - UPSTREAM: firmware: add SCMI agent uclass</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_defconfig#1afcdfc6b83091af305af477f46c5828c42399d8</link>
        <description>UPSTREAM: firmware: add SCMI agent uclassThis change introduces SCMI agent uclass to interact with a firmwareusing the SCMI protocols [1].SCMI agent uclass currently supports a single method to requestprocessing of the SCMI message by an identified server. A SCMI messageis made of a byte payload associated to a protocol ID and a message ID,all defined by the SCMI specification [1]. On return from process_msg()method, the caller gets the service response.SCMI agent uclass defines a post bind generic sequence for all devices.The sequence binds all the SCMI protocols listed in the FDT for thatSCMI agent device. Currently none, but later change will introduceprotocols.This change implements a simple sandbox device for the SCMI agent uclass.The sandbox nicely answers SCMI_NOT_SUPPORTED to SCMI messages.To prepare for further test support, the sandbox exposes a architecturefunction for test application to read the sandbox emulated devices state.Currently supports 2 SCMI agents, identified by an ID in the FDT devicename. The simplistic DM test does nothing yet.SCMI agent uclass is designed for platforms that embed a SCMI server ina firmware hosted somewhere, for example in a companion co-processor orin the secure world of the executing processor. SCMI protocols allow anSCMI agent to discover and access external resources as clock, resetcontrollers and more. SCMI agent and server communicate following theSCMI specification [1]. This SCMI agent implementation complies withthe DT bindings defined in the Linux kernel source tree regardingSCMI agent description since v5.8.Links: [1] https://developer.arm.com/architectures/system-architectures/software-standards/scmiSigned-off-by: Etienne Carriere &lt;etienne.carriere@linaro.org&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;Cc: Peng Fan &lt;peng.fan@nxp.com&gt;Cc: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Conflicts:	arch/sandbox/dts/test.dts	configs/sandbox_defconfig	drivers/firmware/Kconfig	drivers/firmware/Makefile	test/dm/Makefile(cherry picked from commit 358599efd827b0ee48af864537cc86facc9167c0)Signed-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: I251bf48c2bb60af041e71c5904e0eb73f0243439

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_defconfig</description>
        <pubDate>Wed, 09 Sep 2020 16:44:00 +0000</pubDate>
        <dc:creator>Etienne Carriere &lt;etienne.carriere@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>342662e935a8e42e7c353c2f1d495299345fbf14 - defconfig: rockchip: Clean the unused pinctrl config</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_defconfig#342662e935a8e42e7c353c2f1d495299345fbf14</link>
        <description>defconfig: rockchip: Clean the unused pinctrl configIf we used the pinctrl-rockchip driver, these config is not needed,so remove them.Change-Id: I606b706dd7d45a947a9aeb32c0ca61d44cef0651Signed-off-by: David Wu &lt;david.wu@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_defconfig</description>
        <pubDate>Wed, 31 Jan 2018 03:37:52 +0000</pubDate>
        <dc:creator>David Wu &lt;david.wu@rock-chips.com&gt;</dc:creator>
    </item>
<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_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_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>0608812d5b0a7a6d298018a52df60fa474e9267b - UPSTREAM: config: sandbox: Add unit tests</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_defconfig#0608812d5b0a7a6d298018a52df60fa474e9267b</link>
        <description>UPSTREAM: config: sandbox: Add unit testsAdd unit tests for sandbox default config.Change-Id: Icf7b645fd561eca1f702a42f2b0b72dd1bb38722Signed-off-by: Pantelis Antoniou &lt;pantelis.antoniou@konsulko.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;(cherry picked from commit 1e9c4393fd0bc70b53d8159591043732acfb2bf3)

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_defconfig</description>
        <pubDate>Mon, 04 Sep 2017 20:12:21 +0000</pubDate>
        <dc:creator>Pantelis Antoniou &lt;pantelis.antoniou@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>135b53be98703ef12b8d891407bd0f72ee7dc30c - UPSTREAM: add pytests for &apos;gpt rename&apos; and &apos;gpt swap&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_defconfig#135b53be98703ef12b8d891407bd0f72ee7dc30c</link>
        <description>UPSTREAM: add pytests for &apos;gpt rename&apos; and &apos;gpt swap&apos;Add unit tests for the &apos;gpt rename&apos; and &apos;gpt swap&apos; commands thatrely on the block device created by test/py/make_test_disk.py.Add CONFIG_CMD_GPT_RENAME to the sandbox_defconfig.  Remove thetestdisk.raw test device at the end of the tests.Change-Id: I1c5b963a1f84168d4979ad1591f68a5f2a259935Signed-off-by: Alison Chaiken &lt;alison@peloton-tech.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;(cherry picked from commit c5772188ede914b0e67c2a58ae179039a582afe0)

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_defconfig</description>
        <pubDate>Sun, 10 Sep 2017 06:54:51 +0000</pubDate>
        <dc:creator>Alison Chaiken &lt;alison@peloton-tech.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_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_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_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_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_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_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_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_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>719d36ee36db92221e86b37edd1f7b922bde4f9d - Convert CONFIG_CMD_SF_TEST to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_defconfig#719d36ee36db92221e86b37edd1f7b922bde4f9d</link>
        <description>Convert CONFIG_CMD_SF_TEST to KconfigThis converts the following to Kconfig:   CONFIG_CMD_SF_TESTSigned-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_defconfig</description>
        <pubDate>Fri, 04 Aug 2017 22:34:46 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>b75dfd2d4675e660ab20806641a063cdb65e99a0 - Kconfig: Convert CMD_READ to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_defconfig#b75dfd2d4675e660ab20806641a063cdb65e99a0</link>
        <description>Kconfig: Convert CMD_READ to KconfigConvert this option and enable it in sandbox. Also correct a bug whichwas introduced with the block-device driver model conversion.Signed-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_defconfig</description>
        <pubDate>Fri, 04 Aug 2017 22:34:39 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&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_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_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>cb70e6cb8d7a0278b7bcb399948efd4782e11565 - Convert CONFIG_CMD_MTDPARTS_SPREAD to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_defconfig#cb70e6cb8d7a0278b7bcb399948efd4782e11565</link>
        <description>Convert CONFIG_CMD_MTDPARTS_SPREAD to KconfigThis converts the following to Kconfig:   CONFIG_CMD_MTDPARTS_SPREADSigned-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;[trini: Make this a bool not a string]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_defconfig</description>
        <pubDate>Fri, 04 Aug 2017 22:34:30 +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_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_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>8d3a25685e4aac7070365a2b3c53c2c81b27930f - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_defconfig#8d3a25685e4aac7070365a2b3c53c2c81b27930f</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_defconfig</description>
        <pubDate>Wed, 12 Jul 2017 00:28:46 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>d63b5b4fbb401e2ffbce5083c7f3d9f8045651ba - sandbox: Enable more console options</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_defconfig#d63b5b4fbb401e2ffbce5083c7f3d9f8045651ba</link>
        <description>sandbox: Enable more console optionsEnable the pre-console buffer, displaying the model and post-relocationconsole announce on sandbox. Also add a model name to the device tree.This allows testing of these features.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Tested-by: Stephen Warren &lt;swarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_defconfig</description>
        <pubDate>Fri, 16 Jun 2017 03:37:53 +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_defconfig#fb82fe385173fdf7b55e50e4f343ae37a41cdbaa</link>
        <description>configs: Resync defconfigsSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_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_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_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>46bac66b20da6d50e757bdca74703153f233090b - sandbox: Move to use live tree</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sandbox_defconfig#46bac66b20da6d50e757bdca74703153f233090b</link>
        <description>sandbox: Move to use live treeThis updates sandbox to use a live device tree. This means that afterrelocation (from board_init_r() onwards) it no-longer uses flat devicetree.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sandbox_defconfig</description>
        <pubDate>Fri, 19 May 2017 02:10:02 +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_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_defconfig</description>
        <pubDate>Wed, 17 May 2017 09:25:29 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
