<?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>0f850630642fa6315307b0a62f23ed4fa772c3ad - UPSTREAM: cmd: pinmux: Add pinmux command</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#0f850630642fa6315307b0a62f23ed4fa772c3ad</link>
        <description>UPSTREAM: cmd: pinmux: Add pinmux commandpinmux command allows to : - list all pin-controllers available on platforms - select a pin-controller - display the muxing of all pins of the current pin-controller   or all pin-controllers depending of given optionsSigned-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;cmd: pinmux: Fix pinmux commandif &quot;pinmux status&quot; command is used without havingset dev using &quot;pinmux dev&quot;, print pinmux usageReviewed-by: Simon Glass &lt;sjg@chromium.org&gt;(cherry picked from commit d5a8313905f54ebdf128ac428c3cf58a2ebcbda2)Change-Id: Ie23ca7b987bceb83724c3ddea42eddb579dc0ea5Signed-off-by: Cody Xie &lt;cody.xie@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Wed, 24 Oct 2018 12:10:17 +0000</pubDate>
        <dc:creator>Patrice Chotard &lt;patrice.chotard@st.com&gt;</dc:creator>
    </item>
<item>
        <title>f9a1c31d51021ad79fb5d72e074600eeeeee80f8 - cmd: ddr_tool: Integrate DDR related tools into ddr_tool</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#f9a1c31d51021ad79fb5d72e074600eeeeee80f8</link>
        <description>cmd: ddr_tool: Integrate DDR related tools into ddr_toolIntegrate ddr_test, memtester, ddr_dq_eye into ddr_tool.Signed-off-by: Wesley Yao &lt;wesley.yao@rock-chips.com&gt;Change-Id: Ic0e093c733e99b5cc31b40a09b36d3dbe478c6be

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Tue, 14 Feb 2023 01:08:32 +0000</pubDate>
        <dc:creator>Wesley Yao &lt;wesley.yao@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>af20bb836a5c889a0ef4c459a459473d022b21b2 - cmd: Add Support for UFS commands</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#af20bb836a5c889a0ef4c459a459473d022b21b2</link>
        <description>cmd: Add Support for UFS commandsAdd Support for commands to initialize and configure UFS devices.Change-Id: I226281022e462d0cf49f35cd1194fd918ebfeb92TODO: Add Support for commands to resize and reconfigure LUNsSigned-off-by: Faiz Abbas &lt;faiz_abbas@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Tue, 15 Oct 2019 12:54:40 +0000</pubDate>
        <dc:creator>Faiz Abbas &lt;faiz_abbas@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>a951a295e6c170a54d5b08972a2b397088011162 - cmd: add sd_update/usb_update/tftp_update</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#a951a295e6c170a54d5b08972a2b397088011162</link>
        <description>cmd: add sd_update/usb_update/tftp_updateAuto find sd_update/usb_update/tftp_update.txt fromfat/udisk/tftp and run it.Signed-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: Id3ab00c2a8110c9134d99b048af5e0587fd6e16e

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Mon, 08 Nov 2021 03:14:52 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>ad9dac3a91f1d66aaaa383de59909ece6fd0658e - cmd: Add &apos;blk&apos; command</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#ad9dac3a91f1d66aaaa383de59909ece6fd0658e</link>
        <description>cmd: Add &apos;blk&apos; commandThis common command can access any storage interfaceif it&apos;s a blk device.Signed-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: I5d49a1507c719cdf9cb8f72e1a71fce79d90ffae

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Thu, 10 Mar 2022 02:55:05 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>2fb449a618f0aa229f94b208d9a381301714349a - cmd: add &quot;tftpupdate&quot; command</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#2fb449a618f0aa229f94b208d9a381301714349a</link>
        <description>cmd: add &quot;tftpupdate&quot; commandSupport update a set of images organized with FIT vianetwork using TFTP protocol.Example:  =&gt; tftpupdate			// update all default images  =&gt; tftpupdate recovery	// update recovery partition images onlyExample with server directory:  =&gt; tftpupdate image:*		// update all default images  =&gt; tftpupdate image:		// update all default images  =&gt; tftpupdate image:recovery  // update recovery partition images onlySigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: I4258fee63399a288333dc81a8347997bdbbe9831

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Thu, 06 May 2021 09:26:41 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>dc582bb7a4500c3910051335da29c5983e1b9d52 - cmd: Add &quot;atags&quot; to dump all rk atags</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#dc582bb7a4500c3910051335da29c5983e1b9d52</link>
        <description>cmd: Add &quot;atags&quot; to dump all rk atagsSigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: I56dd137efaf4bd4adf9a734fefd1f0485a616549

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Mon, 23 Aug 2021 09:13:16 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>ddb7bfe222fb50625f5801543b26de04429f2439 - cmd: add &quot;crypto_sum&quot; for checksum</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#ddb7bfe222fb50625f5801543b26de04429f2439</link>
        <description>cmd: add &quot;crypto_sum&quot; for checksumSigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: Ibdc58f55580ab0230cb8751bc08fb9ea89fb26d8

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Mon, 22 Feb 2021 10:13:45 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>025272a2d2c9d3a1841e130b4202d5997ede5cc2 - UPSTREAM: cmd: add rng command</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#025272a2d2c9d3a1841e130b4202d5997ede5cc2</link>
        <description>UPSTREAM: cmd: add rng commandFor the RNG uclass we currently only have a test working on the sandbox.Provide a command to test the hardware random number generator onnon-sandbox systems.Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;(cherry picked from commit 4f24ac08afccd5f51f0b4c7023fc8cf45efe8163)Change-Id: Icb2a9359417a8168a38e1fc009960e8c6df924e4Signed-off-by: Lin Jinhan &lt;troy.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Tue, 24 Dec 2019 21:17:37 +0000</pubDate>
        <dc:creator>Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>e1e9b173e4ed1e3868a50c2e5953271db3e2b725 - Merge branch &apos;next-dev&apos; into thunder-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#e1e9b173e4ed1e3868a50c2e5953271db3e2b725</link>
        <description>Merge branch &apos;next-dev&apos; into thunder-boot

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Sat, 28 Mar 2020 07:01:31 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>e39c2b5d453540cfd6be600b611d67811920d465 - cmd: add &quot;boot_uimage&quot; command for legacy uImage</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#e39c2b5d453540cfd6be600b611d67811920d465</link>
        <description>cmd: add &quot;boot_uimage&quot; command for legacy uImageSigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: Ie7b55ff4f63957312895c0f57fd405d3389f2ad7

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Fri, 07 Feb 2020 03:54:29 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>72c88b4aeab783608403392ce2bacfc08574bb48 - cmd: add &quot;boot_fit&quot; command for FIT image</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#72c88b4aeab783608403392ce2bacfc08574bb48</link>
        <description>cmd: add &quot;boot_fit&quot; command for FIT imageSigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: I09f936cf5cefb0b9f2334a6590b5dfb4d85151a3

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Wed, 15 Jan 2020 10:35:37 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&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/cmd/Makefile#1a4f6af8bfd44c8ae6e87a81ff125eed47042cc5</link>
        <description>Merge branch &apos;next-dev&apos; into thunder-boot

            List of files:
            /rk3399_rockchip-uboot/cmd/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>73ec4e0398125f41aa20c70f6316416e96a4e8d2 - cmd: move &quot;rkimgtest&quot; to individual file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#73ec4e0398125f41aa20c70f6316416e96a4e8d2</link>
        <description>cmd: move &quot;rkimgtest&quot; to individual fileThe command is used for all image type, it should not depend on bootrkp.cSigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: I8d27318485c7e7ffb8c4e06112396fa18e8b2dc0

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Mon, 06 Jan 2020 11:28:36 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>2b4182c1edaf1bfb2e4b0fb60381ba7dbb2e6a60 - cmd: rk_secure_storage: dump data which is written in OTP or efuse</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#2b4182c1edaf1bfb2e4b0fb60381ba7dbb2e6a60</link>
        <description>cmd: rk_secure_storage: dump data which is written in OTP or efuseChange-Id: I644add22f3aaed546d727de7727d3230ae1a6c01Signed-off-by: Jason Zhu &lt;jason.zhu@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Wed, 21 Aug 2019 01:10:32 +0000</pubDate>
        <dc:creator>Jason Zhu &lt;jason.zhu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>fbf99d9116409fd59686dfd3f891547b111d65cb - cmd: add &quot;download&quot; to enter rockusb/bootrom mode</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#fbf99d9116409fd59686dfd3f891547b111d65cb</link>
        <description>cmd: add &quot;download&quot; to enter rockusb/bootrom modeEffect order: rockusb =&gt; bootrom.Change-Id: Ie206f565e1c79e72c173c25f6970c93c8306332fSigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Tue, 30 Jul 2019 07:15:45 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>eae0a6b103228ef1c62b1a0ce1f11f7ea811f0fb - cmd: add command &quot;android_print_hdr&quot; support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#eae0a6b103228ef1c62b1a0ce1f11f7ea811f0fb</link>
        <description>cmd: add command &quot;android_print_hdr&quot; supportThis is useful for debug.Change-Id: I6e56255d6e32e692031c6c3226d0dc041433dd48Signed-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Mon, 22 Jul 2019 06:30:31 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>f87151b32590263209fd0270c8c78064720ef6d5 - UPSTREAM: cmd: mtd: add &apos;mtd&apos; command</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#f87151b32590263209fd0270c8c78064720ef6d5</link>
        <description>UPSTREAM: cmd: mtd: add &apos;mtd&apos; commandThere should not be a &apos;nand&apos; command, a &apos;sf&apos; command and certainly nota new &apos;spi-nand&apos; command. Write a &apos;mtd&apos; command instead to manage allMTD devices/partitions at once. This should be the preferred way toaccess any MTD device.Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Acked-by: Jagan Teki &lt;jagan@openedev.com&gt;Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;Reviewed-by: Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;Change-Id: I68bcf4f0126c3a9d6ae0481dafcfcaab0506bd3fSigned-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 5db66b3aee6f2c057706d8715f7e5c472e82f047)

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Sat, 29 Sep 2018 10:58:28 +0000</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>fe85de89e43efd43a175b1ece864ce20f4f1244d - cmd: mtd: rename mtd.c to mtd_blk.c</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#fe85de89e43efd43a175b1ece864ce20f4f1244d</link>
        <description>cmd: mtd: rename mtd.c to mtd_blk.cChange-Id: Ie35d54afdbc0580af06805eca9f0db813db2dfe5Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Tue, 02 Jul 2019 12:45:46 +0000</pubDate>
        <dc:creator>Jon Lin &lt;jon.lin@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>de8452aebf0f69a50a2f63ac68cbc3d9879fe3ae - cmd: mtd: support mtd command</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/cmd/Makefile#de8452aebf0f69a50a2f63ac68cbc3d9879fe3ae</link>
        <description>cmd: mtd: support mtd commandChange-Id: I5d5548e97535c6d928d2ff84f055de259577c11aSigned-off-by: Jason Zhu &lt;jason.zhu@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/cmd/Makefile</description>
        <pubDate>Fri, 15 Mar 2019 12:32:25 +0000</pubDate>
        <dc:creator>Jason Zhu &lt;jason.zhu@rock-chips.com&gt;</dc:creator>
    </item>
</channel>
</rss>
