<?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>933d0d31651db0caa69881264cedddd6dc5d126f - UPSTREAM: mtd: move NAND files into a raw/ subdirectory</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#933d0d31651db0caa69881264cedddd6dc5d126f</link>
        <description>UPSTREAM: mtd: move NAND files into a raw/ subdirectoryNAND flavors, like serial and parallel, have a lot in common and wouldbenefit to share code. Let&apos;s move raw (parallel) NAND specific code in araw/ subdirectory, to ease the addition of a core file in nand/ and theintroduction of a spi/ subdirectory specific to SPI NANDs.Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Change-Id: I44522b3af6f28b74e0cdaf249edae6189e261a3eSigned-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit a430fa06a4ac50e785fdbfb7f43c3cb14b35619c)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Tue, 06 Aug 2019 06:13:12 +0000</pubDate>
        <dc:creator>Jon Lin &lt;jon.lin@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/drivers/mtd/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/drivers/mtd/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>faf21c4b8b74c1f0314a82221cd19cf8c5a61b77 - UPSTREAM: mtd: ftsmc020: Drop unsed code</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#faf21c4b8b74c1f0314a82221cd19cf8c5a61b77</link>
        <description>UPSTREAM: mtd: ftsmc020: Drop unsed codeftsmc020_init is not used anymore.So it can be removed.Change-Id: Ieb504bd6fd84400e46fcf70b16272ed401db8360Signed-off-by: Rick Chen &lt;rick@andestech.com&gt;Signed-off-by: Rick Chen &lt;rickchen36@gmail.com&gt;Cc: Greentime Hu &lt;green.hu@gmail.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Tue, 29 May 2018 03:10:56 +0000</pubDate>
        <dc:creator>Rick Chen &lt;rick@andestech.com&gt;</dc:creator>
    </item>
<item>
        <title>215519648e8c36ff416507db74e6f354e522773c - UPSTREAM: mtd: rpc: Add Renesas RPC Hyperflash driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#215519648e8c36ff416507db74e6f354e522773c</link>
        <description>UPSTREAM: mtd: rpc: Add Renesas RPC Hyperflash driverAdd driver for the RPC block in Hyperflash mode. This driver allowsaccess to a CFI Hyperflash attached to the RPC block and does notsupport RPC in SPI mode.Change-Id: Ifb30047694ea0ef39f5d7f7b4181cce338a8f245Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit a405a55ba8daf70311a1831938bbdc1ed92c5a83)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Sat, 19 Aug 2017 21:24:08 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>054229abb7911ae7a8b16bb31f9047cf96a3a21e - mtd: support mtd block model</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#054229abb7911ae7a8b16bb31f9047cf96a3a21e</link>
        <description>mtd: support mtd block modelAttach the mtd driver to block device, then we can call common interface(blk_dread &amp; blk_dwrite) to operate storage in application layer.Usage:Open CONFIG_MTD_BLK &amp; CONFIG_MTD.Change-Id: I47a969322e2d20c12d46898bdc88f4104e1a15bfSigned-off-by: Jason Zhu &lt;jason.zhu@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Thu, 14 Mar 2019 08:10:02 +0000</pubDate>
        <dc:creator>Jason Zhu &lt;jason.zhu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>b0ec94428e54da320f890e293bacdedd40ef45e0 - UPSTREAM: Drop CONFIG_HAS_DATAFLASH</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#b0ec94428e54da320f890e293bacdedd40ef45e0</link>
        <description>UPSTREAM: Drop CONFIG_HAS_DATAFLASHLast user of this option went away in commit:fdc7718999 (&quot;board: usb_a9263: Update to support DT and DM&quot;)Change-Id: Id05869deccb88c1102700dd5af58a8c249e3e9e2Signed-off-by: Tuomas Tynkkynen &lt;tuomas.tynkkynen@iki.fi&gt;Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;(cherry picked from commit c68c03f52badc90951dbf8a054c0e500e04bf365)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Tue, 10 Oct 2017 18:59:42 +0000</pubDate>
        <dc:creator>Tuomas Tynkkynen &lt;tuomas.tynkkynen@iki.fi&gt;</dc:creator>
    </item>
<item>
        <title>08ca213acadef61748dc62d48b0f5c4bed8b8c2d - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#08ca213acadef61748dc62d48b0f5c4bed8b8c2d</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Tue, 24 May 2016 12:55:06 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>d7d000311285e4b8d11e089ca13ea456a01be3b8 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#d7d000311285e4b8d11e089ca13ea456a01be3b8</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Sat, 21 May 2016 00:43:27 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>5c990456999c5672b8e626f945b0e8e17162e02f - drivers: mtd: add Microchip PIC32 internal non-CFI flash driver.</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#5c990456999c5672b8e626f945b0e8e17162e02f</link>
        <description>drivers: mtd: add Microchip PIC32 internal non-CFI flash driver.PIC32 internal flash devices are parallel NOR flash divided intonumber of banks to allow erase-programming in one while fetch andexecution continues on other. As the flash banks are memory mappedstored code can be executed directly from flash (XIP), also thereis additional hardware logic to prefetch and cache contents toimprove execution performance. These flash can also be used tostore user data (like environment).Flash erase and programming are handled by on-chip NVM controller.Driver implemented driver model but MTD is not really support.Signed-off-by: Purna Chandra Mandal &lt;purna.mandal@microchip.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Fri, 18 Mar 2016 13:06:08 +0000</pubDate>
        <dc:creator>Purna Chandra Mandal &lt;purna.mandal@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>9ecb0c416c68d3105bc9b6607bc8601cab2ecf35 - stm32: stm32f4: move flash driver to mtd driver location</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#9ecb0c416c68d3105bc9b6607bc8601cab2ecf35</link>
        <description>stm32: stm32f4: move flash driver to mtd driver locationSame flash driver can be used by other stm32 families like stm32f7.Better place for this driver would be mtd driver location.Signed-off-by: Vikas Manocha &lt;vikas.manocha@st.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Wed, 09 Mar 2016 23:18:13 +0000</pubDate>
        <dc:creator>Vikas Manocha &lt;vikas.manocha@st.com&gt;</dc:creator>
    </item>
<item>
        <title>5f5620ab2679608f94b3a77e51c77d0a770103bd - Merge git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#5f5620ab2679608f94b3a77e51c77d0a770103bd</link>
        <description>Merge git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Thu, 12 Nov 2015 16:13:26 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>38a0f36e83e1d707eceab3c31da65a22c8140bb3 - mtd: add altera quadspi driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#38a0f36e83e1d707eceab3c31da65a22c8140bb3</link>
        <description>mtd: add altera quadspi driverAdd Altera Generic Quad SPI Controller support. The controllerconverts SPI NOR flash to parallel flash interface. So it isnot like other SPI flash, but rather like CFI flash.Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Mon, 09 Nov 2015 06:56:02 +0000</pubDate>
        <dc:creator>Thomas Chou &lt;thomas@wytron.com.tw&gt;</dc:creator>
    </item>
<item>
        <title>d85879938d3fc3557f6ff74a60f95e0975a314ce - dm: implement a MTD uclass</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#d85879938d3fc3557f6ff74a60f95e0975a314ce</link>
        <description>dm: implement a MTD uclassImplement a Memory Technology Device (MTD) uclass. It shouldinclude most flash drivers in the future. Though no uclass opsare defined yet, the MTD ops could be used.The NAND flash driver is based on MTD. The CFI flash and SPIflash support MTD, too. It should make sense to convert themto MTD uclass.Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Sat, 07 Nov 2015 06:20:31 +0000</pubDate>
        <dc:creator>Thomas Chou &lt;thomas@wytron.com.tw&gt;</dc:creator>
    </item>
<item>
        <title>1254ff97abb7606ccd0d7bdcd9f22581c50fe535 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#1254ff97abb7606ccd0d7bdcd9f22581c50fe535</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Fri, 10 Jul 2015 07:21:44 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>6f43ba70d15e15a08c25b3d956c70addb6740737 - Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#6f43ba70d15e15a08c25b3d956c70addb6740737</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Tue, 07 Jul 2015 09:38:44 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>09c3280754f8f68a4d7fc0ee397a92b38c4f59e4 - mtd, nand: Move common functions from cmd_nand.c to common place</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#09c3280754f8f68a4d7fc0ee397a92b38c4f59e4</link>
        <description>mtd, nand: Move common functions from cmd_nand.c to common placeMove common functions from cmd_nand.c (for calculating offsetand size from cmdline paramter) to common place, so they couldused from other commands which use mtd partitions.For onenand the arg_off_size() is left in common/cmd_onenand.c.It should use now the common arg_off() function, but as I couldnot test onenand I let it there ...Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;Acked-by: Scott Wood &lt;scottwood@freescale.com&gt;Reviewed-by: Jagannadh Teki &lt;jteki@openedev.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Mon, 27 Apr 2015 05:42:05 +0000</pubDate>
        <dc:creator>Heiko Schocher &lt;hs@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>2fc7ef6196d955f3a708ff60d0e549fb0ff6e431 - drivers: mtd: convert makefiles to Kbuild style</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#2fc7ef6196d955f3a708ff60d0e549fb0ff6e431</link>
        <description>drivers: mtd: convert makefiles to Kbuild styleSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Thu, 17 Oct 2013 08:34:55 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>326ea986ac150acdc7656d57fca647db80b50158 - Merge git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#326ea986ac150acdc7656d57fca647db80b50158</link>
        <description>Merge git://git.denx.de/u-boot-armConflicts:	board/freescale/mx6qsabrelite/Makefile	board/freescale/mx6qsabrelite/mx6qsabrelite.c	include/configs/mx6qsabrelite.hSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Wed, 31 Jul 2013 09:30:38 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>8b485ba12b0defa0c4ed3559789250238f8331a8 - Merge branch &apos;u-boot/master&apos; into u-boot-arm/master</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#8b485ba12b0defa0c4ed3559789250238f8331a8</link>
        <description>Merge branch &apos;u-boot/master&apos; into u-boot-arm/master

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Thu, 25 Jul 2013 15:57:46 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>1a4596601fd395f3afb8f82f3f840c5e00bdd57a - Add GPL-2.0+ SPDX-License-Identifier to source files</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Makefile#1a4596601fd395f3afb8f82f3f840c5e00bdd57a</link>
        <description>Add GPL-2.0+ SPDX-License-Identifier to source filesSigned-off-by: Wolfgang Denk &lt;wd@denx.de&gt;[trini: Fixup common/cmd_io.c]Signed-off-by: Tom Rini &lt;trini@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Makefile</description>
        <pubDate>Mon, 08 Jul 2013 07:37:19 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
</channel>
</rss>
