<?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 Makefile</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/test/dm/Makefile#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/test/dm/Makefile</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>1a4f6af8bfd44c8ae6e87a81ff125eed47042cc5 - Merge branch &apos;next-dev&apos; into thunder-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/dm/Makefile#1a4f6af8bfd44c8ae6e87a81ff125eed47042cc5</link>
        <description>Merge branch &apos;next-dev&apos; into thunder-boot

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</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>94fbbf0f6db608f9349f507ed0734ea9befc8ec3 - UPSTREAM: dm: Add a No-op uclass</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/dm/Makefile#94fbbf0f6db608f9349f507ed0734ea9befc8ec3</link>
        <description>UPSTREAM: dm: Add a No-op uclassThis uclass is intended for devices that do not need any features from theuclass, including binding children.This will typically be used by devices that are used to bind child devicesbut do not use dm_scan_fdt_dev() to do it. That is for example the case ofseveral USB wrappers that have 2 child devices (1 for device and 1 forhost) but bind only one at a any given time.Change-Id: Iad9ba5f368bd2de9940cf069baf9bec9d668920cSigned-off-by: Jean-Jacques Hiblot &lt;jjhiblot@ti.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit 07e33711fec4f1106f36805b5dc830da07c783c5)

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</description>
        <pubDate>Fri, 05 Jul 2019 07:33:57 +0000</pubDate>
        <dc:creator>Jean-Jacques Hiblot &lt;jjhiblot@ti.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/test/dm/Makefile#dd9999d5f4d3a0354c959fa3bccc0957a1164bf5</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</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/test/dm/Makefile#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/test/dm/Makefile</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/test/dm/Makefile#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/test/dm/Makefile</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>0753bc2d30d7ca4a0ea4ef7f97083961c3a9d0e0 - dm: Simple Watchdog uclass</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/dm/Makefile#0753bc2d30d7ca4a0ea4ef7f97083961c3a9d0e0</link>
        <description>dm: Simple Watchdog uclassThis is a simple uclass for Watchdog Timers. It has four operations:start, restart, reset, stop. Drivers must implement start, restart andstop operations, while implementing reset is optional: It&apos;s defaultimplementation expires watchdog timer in one clock tick.Signed-off-by: Maxim Sloyko &lt;maxims@google.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</description>
        <pubDate>Mon, 17 Apr 2017 19:00:21 +0000</pubDate>
        <dc:creator>maxims@google.com &lt;maxims@google.com&gt;</dc:creator>
    </item>
<item>
        <title>43b41566f72c3ff1074fe686f37227ebe33e11f9 - dm: sandbox: pwm: Add a basic pwm test</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/dm/Makefile#43b41566f72c3ff1074fe686f37227ebe33e11f9</link>
        <description>dm: sandbox: pwm: Add a basic pwm testUnfortunately a test for the PWM uclass was not included when it wassubmitted. This was noticed when trying to add more functionality:   http://patchwork.ozlabs.org/patch/748172/Add a simple test to get us started.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</description>
        <pubDate>Mon, 17 Apr 2017 03:01:11 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>fe34b6a4845476208ca7d19a35179e56bebf3877 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/dm/Makefile#fe34b6a4845476208ca7d19a35179e56bebf3877</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</description>
        <pubDate>Thu, 28 Jul 2016 02:30:20 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>61f5ddcb7a997f7b7bca3680cd6f67e60e616841 - Add a power domain framework/uclass</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/dm/Makefile#61f5ddcb7a997f7b7bca3680cd6f67e60e616841</link>
        <description>Add a power domain framework/uclassMany SoCs allow power to be applied to or removed from portions of the SoC(power domains). This may be used to save power. This API provides themeans to control such power management hardware.Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</description>
        <pubDate>Wed, 13 Jul 2016 19:45:31 +0000</pubDate>
        <dc:creator>Stephen Warren &lt;swarren@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>09849f4a7779a247be8af5cfae44f7aad30e1222 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/dm/Makefile#09849f4a7779a247be8af5cfae44f7aad30e1222</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</description>
        <pubDate>Mon, 20 Jun 2016 09:14:01 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>4581b717b1bf0fb04e7d9fcaf3d4c23d357154ac - reset: implement a reset test</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/dm/Makefile#4581b717b1bf0fb04e7d9fcaf3d4c23d357154ac</link>
        <description>reset: implement a reset testThis adds a sandbox reset implementation (provider), a test clientdevice, instantiates them both from Sandbox&apos;s DT, and adds a DM testthat excercises everything.Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</description>
        <pubDate>Fri, 17 Jun 2016 15:43:59 +0000</pubDate>
        <dc:creator>Stephen Warren &lt;swarren@nvidia.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/test/dm/Makefile#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/test/dm/Makefile</description>
        <pubDate>Sat, 18 Jun 2016 08:24:54 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>e4a94ce4ac77396b181663c0493c50bc2d5b9143 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/dm/Makefile#e4a94ce4ac77396b181663c0493c50bc2d5b9143</link>
        <description>Merge git://git.denx.de/u-boot-dmFor odroid-c2 (arch-meson) for now disable designware eth as mesonnow needs to do some harder GPIO work.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Conflicts:	lib/efi_loader/efi_disk.cModified:	configs/odroid-c2_defconfig

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</description>
        <pubDate>Fri, 27 May 2016 19:49:43 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>8961b524240f40ac2fefcdee0818af10899832f2 - mailbox: implement a sandbox test</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/dm/Makefile#8961b524240f40ac2fefcdee0818af10899832f2</link>
        <description>mailbox: implement a sandbox testThis adds a sandbox mailbox implementation (provider), a test clientdevice, instantiates them both from Sandbox&apos;s DT, and adds a DM testthat excercises everything.Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt; # v1

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</description>
        <pubDate>Mon, 16 May 2016 23:41:37 +0000</pubDate>
        <dc:creator>Stephen Warren &lt;swarren@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>11636258981a083957c19f3979796fde5e7e8080 - Rename reset to sysreset</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/dm/Makefile#11636258981a083957c19f3979796fde5e7e8080</link>
        <description>Rename reset to sysresetThe current reset API implements a method to reset the entire system.In the near future, I&apos;d like to introduce code that implements the devicetree reset bindings; i.e. the equivalent of the Linux kernel&apos;s reset API.This controls resets to individual HW blocks or external chips with resetsignals. It doesn&apos;t make sense to merge the two APIs into one since theyhave different semantic purposes. Resolve the naming conflict by renamingthe existing reset API to sysreset instead, so the new reset API can becalled just reset.Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</description>
        <pubDate>Thu, 12 May 2016 18:03:35 +0000</pubDate>
        <dc:creator>Stephen Warren &lt;swarren@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>341392dd115f1385c31bb0b034ec15f542730e30 - dm: mmc: test: Add tests for MMC</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/dm/Makefile#341392dd115f1385c31bb0b034ec15f542730e30</link>
        <description>dm: mmc: test: Add tests for MMCAdd a simple test which checks that a sandbox-emulated SD card can be usedcorrectly. This tests plumbing through the MMC stack&apos;s block-deviceimplementaion.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</description>
        <pubDate>Sun, 01 May 2016 19:52:44 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>f8b7752e8f42c6f0bb8725f2488e398c849a7bf4 - dm: sandbox: Only enable the sandbox MMC driver when valid</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/dm/Makefile#f8b7752e8f42c6f0bb8725f2488e398c849a7bf4</link>
        <description>dm: sandbox: Only enable the sandbox MMC driver when validThis driver will require generic MMC and block-device support in a futurecommit. To avoid test errors, make this change now.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</description>
        <pubDate>Sun, 01 May 2016 19:52:38 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>d33776e43dc8471ab03920dda77b00333a8ddd3e - spmi: Add sandbox test driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/dm/Makefile#d33776e43dc8471ab03920dda77b00333a8ddd3e</link>
        <description>spmi: Add sandbox test driverThis patch adds emulated spmi bus controller with part ofpm8916 pmic on it to sandbox and tests validating SPMI uclass.Signed-off-by: Mateusz Kulikowski &lt;mateusz.kulikowski@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</description>
        <pubDate>Thu, 31 Mar 2016 21:12:28 +0000</pubDate>
        <dc:creator>Mateusz Kulikowski &lt;mateusz.kulikowski@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e4fb863f6dec0002069d57422ebe3ce3af69a273 - dm: blk: Add tests for block devices</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/dm/Makefile#e4fb863f6dec0002069d57422ebe3ce3af69a273</link>
        <description>dm: blk: Add tests for block devicesAdd some tests to check that block devices work as expected.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Tested-by: Stephen Warren &lt;swarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/test/dm/Makefile</description>
        <pubDate>Sun, 13 Mar 2016 14:22:36 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
