<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>2a77afce30a3be0d5c7f9049479f0aef6e90d4ab - rockchip: test: add log message need by LAVA</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/Kconfig#2a77afce30a3be0d5c7f9049479f0aef6e90d4ab</link>
        <description>rockchip: test: add log message need by LAVAThe LAVA system need message from log to show the test result.&quot;&lt;LAVA_SIGNAL_*&gt;&quot; for start, end, test case result key;&quot;&lt;LAVA_TEST_RUNNER&gt;: exiting&quot; for test complete keyChange-Id: I13522bf82da69f105f439853fa5c4b32c9f3d1ffSigned-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/test/Kconfig</description>
        <pubDate>Thu, 18 Jul 2019 09:29:38 +0000</pubDate>
        <dc:creator>Kever Yang &lt;kever.yang@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>1dc7864b9b15e2ddbe18cd7e35a874d4fbef9b97 - test: add rockchip board module test</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/Kconfig#1dc7864b9b15e2ddbe18cd7e35a874d4fbef9b97</link>
        <description>test: add rockchip board module test1. add U-boot cmd &quot;rktest&quot;, the cmd format:	&quot;rktest [module_name] [args...]&quot;2. add timer and key module test, the cmd are:	&quot;rktest timer&quot;, &quot;rktest key&quot;Change-Id: I7056b7462925d3693a0e6101d83247f3f38736f8Signed-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/test/Kconfig</description>
        <pubDate>Tue, 17 Oct 2017 12:22:35 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>f2a9942fbc47491cc5f5151670c42d43dc0544cb - tests: Introduce DT overlay tests</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/Kconfig#f2a9942fbc47491cc5f5151670c42d43dc0544cb</link>
        <description>tests: Introduce DT overlay testsThis adds a bunch of unit tests for the &quot;fdt apply&quot; command.They&apos;ve all been run successfully in the sandbox. However, as you stillrequire an out-of-tree dtc with overlay support, this is disabled bydefault.Acked-by: Simon Glass &lt;sjg@chromium.org&gt;Acked-by: Pantelis Antoniou &lt;pantelis.antoniou@konsulko.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;

            List of files:
            /rk3399_rockchip-uboot/test/Kconfig</description>
        <pubDate>Tue, 05 Jul 2016 08:26:46 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>421f86f3293c63fa2669972fb7bdc5ae78729e50 - test: env: Add test framework for env</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/Kconfig#421f86f3293c63fa2669972fb7bdc5ae78729e50</link>
        <description>test: env: Add test framework for envAdd a new &quot;env&quot; subcommand to the ut command.This will run unit tests on the env code. This should be targetable toany device that supports the env features needed for the tests.Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/test/Kconfig</description>
        <pubDate>Wed, 20 May 2015 19:27:36 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
<item>
        <title>feb384725097cf00c22690a2298e653b9b62fb70 - test: Move the unit tests to their own menu</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/Kconfig#feb384725097cf00c22690a2298e653b9b62fb70</link>
        <description>test: Move the unit tests to their own menuMake all unit tests selectable as a menu of test suites instead of justsitting in the top-level menu individually.Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/test/Kconfig</description>
        <pubDate>Wed, 20 May 2015 19:27:31 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
<item>
        <title>c812f722f8bdf2785cfebf4fd272afe2117d6469 - test: dm: Move the time test over to the ut command</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/Kconfig#c812f722f8bdf2785cfebf4fd272afe2117d6469</link>
        <description>test: dm: Move the time test over to the ut commandUnify the command for running unit tests further by moving the &quot;ut_time&quot;command over to &quot;ut time&quot;.Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/test/Kconfig</description>
        <pubDate>Wed, 20 May 2015 19:27:30 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
<item>
        <title>e721b882e9daf3ad3599eef5a9ccf3847b694228 - test: Generalize the unit test framework</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/Kconfig#e721b882e9daf3ad3599eef5a9ccf3847b694228</link>
        <description>test: Generalize the unit test frameworkSeparate the ability to define tests and assert status of test functionsfrom the dm tests so they can be used more consistently throughout alltests.Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/test/Kconfig</description>
        <pubDate>Wed, 20 May 2015 19:27:27 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
<item>
        <title>02ffb580e6ab7aaa7f6703ed35f489e97439cb65 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/Kconfig#02ffb580e6ab7aaa7f6703ed35f489e97439cb65</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/test/Kconfig</description>
        <pubDate>Fri, 08 May 2015 14:46:59 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>8271f5d4c3a0ce8282025217509c18220a0f552b - test: Add a simple time test</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/Kconfig#8271f5d4c3a0ce8282025217509c18220a0f552b</link>
        <description>test: Add a simple time testSometimes the time functions are incorrect due to bad time support on aboard. Add a unit test which tries to detect this.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/test/Kconfig</description>
        <pubDate>Sat, 02 May 2015 15:25:02 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>b9cb64825b5e6efeb715abd8b48d9b12f98973e9 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/Kconfig#b9cb64825b5e6efeb715abd8b48d9b12f98973e9</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/test/Kconfig</description>
        <pubDate>Mon, 02 Mar 2015 08:42:53 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>e1cc4d31f889428a4ca73120951389c756404184 - Merge remote-tracking branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/Kconfig#e1cc4d31f889428a4ca73120951389c756404184</link>
        <description>Merge remote-tracking branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/test/Kconfig</description>
        <pubDate>Tue, 24 Feb 2015 06:59:38 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>757566d1567a98f5c331c14f088001dbfe187191 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/Kconfig#757566d1567a98f5c331c14f088001dbfe187191</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/test/Kconfig</description>
        <pubDate>Fri, 13 Feb 2015 18:11:09 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>1967982a959609d663a1c25e4473a3209671e3aa - dm: test: Add a Kconfig file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/test/Kconfig#1967982a959609d663a1c25e4473a3209671e3aa</link>
        <description>dm: test: Add a Kconfig fileAdd a file to control driver model test features.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/test/Kconfig</description>
        <pubDate>Fri, 06 Feb 2015 04:41:37 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
