<?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>10d3ac346f54ab9526cd352239a5906ee2b92fee - JFFS2: Use merge sort when parsing filesystem</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#10d3ac346f54ab9526cd352239a5906ee2b92fee</link>
        <description>JFFS2: Use merge sort when parsing filesystemWhen building the file system the existing code does an insertion intoa linked list. It attempts to speed this up by keeping a pointer towhere the last entry was inserted but it&apos;s still slow.Now the nodes are just inserted into the list without searchingthrough for the correct place. This unsorted list is then sorted onceusing mergesort after all the entries have been added to the list.This speeds up the scanning of the flash file system considerably.Signed-off-by: Mark Tomlinson &lt;mark.tomlinson@alliedtelesis.co.nz&gt;

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Wed, 01 Jul 2015 04:38:29 +0000</pubDate>
        <dc:creator>Mark Tomlinson &lt;mark.tomlinson@alliedtelesis.co.nz&gt;</dc:creator>
    </item>
<item>
        <title>f15ea6e1d67782a1626d4a4922b6c20e380085e5 - 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/fs/jffs2/Makefile#f15ea6e1d67782a1626d4a4922b6c20e380085e5</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;Conflicts:	arch/arm/cpu/armv7/rmobile/Makefile	doc/README.scrapyardNeeded manual fix:	arch/arm/cpu/armv7/omap-common/Makefile	board/compulab/cm_t335/u-boot.lds

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Tue, 10 Dec 2013 13:31:56 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>4678d742567e282d9e0f786441f59102e8d3553e - fs: descend into sub directories when it is necessary</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#4678d742567e282d9e0f786441f59102e8d3553e</link>
        <description>fs: descend into sub directories when it is necessarySigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Mon, 11 Nov 2013 05:36:10 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>35c792754c0feb894781e1eee6ab6b6624beb309 - fs: convert makefiles to Kbuild style</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#35c792754c0feb894781e1eee6ab6b6624beb309</link>
        <description>fs: convert makefiles to Kbuild styleSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Thu, 17 Oct 2013 08:34:58 +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/fs/jffs2/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/fs/jffs2/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/fs/jffs2/Makefile#8b485ba12b0defa0c4ed3559789250238f8331a8</link>
        <description>Merge branch &apos;u-boot/master&apos; into u-boot-arm/master

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/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/fs/jffs2/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/fs/jffs2/Makefile</description>
        <pubDate>Mon, 08 Jul 2013 07:37:19 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>6d8962e814c15807dd6ac5757904be2a02d187b8 - Switch from archive libraries to partial linking</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#6d8962e814c15807dd6ac5757904be2a02d187b8</link>
        <description>Switch from archive libraries to partial linkingBefore this commit, weak symbols were not overridden by non-weak symbolsfound in archive libraries when linking with recent versions ofbinutils.  As stated in the System V ABI, &quot;the link editor does notextract archive members to resolve undefined weak symbols&quot;.This commit changes all Makefiles to use partial linking (ld -r) insteadof creating library archives, which forces all symbols to participate inlinking, allowing non-weak symbols to override weak symbols as intended.This approach is also used by Linux, from which the gmake functioncmd_link_o_target (defined in config.mk and used in all Makefiles) isinspired.The name of each former library archive is preserved except forextensions which change from &quot;.a&quot; to &quot;.o&quot;.  This commit updatesreferences accordingly where needed, in particular in some linkerscripts.This commit reveals board configurations that exclude some features butinclude source files that depend these disabled features in the build,resulting in undefined symbols.  Known such cases include:- disabling CMD_NET but not CMD_NFS;- enabling CONFIG_OF_LIBFDT but not CONFIG_QE.Signed-off-by: Sebastien Carlier &lt;sebastien.carlier@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Fri, 05 Nov 2010 14:48:07 +0000</pubDate>
        <dc:creator>Sebastien Carlier &lt;sebastien.carlier@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b097d552bc9ee0351bb0c3d1219856e845df59f9 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#b097d552bc9ee0351bb0c3d1219856e845df59f9</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Tue, 19 Jan 2010 00:12:48 +0000</pubDate>
        <dc:creator>Minkyu Kang &lt;mk7.kang@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>a7709d926dbc7cb1541034fcf2b21ce3e838cb12 - Merge branch &apos;t-ml-master&apos; into t-master</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#a7709d926dbc7cb1541034fcf2b21ce3e838cb12</link>
        <description>Merge branch &apos;t-ml-master&apos; into t-master

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Mon, 18 Jan 2010 14:08:32 +0000</pubDate>
        <dc:creator>Tom Rix &lt;Tom.Rix@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>f098337152ca48e135448f5e7836cce938e12bc0 - JFFS2: drop support for LZARI compression mode</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#f098337152ca48e135448f5e7836cce938e12bc0</link>
        <description>JFFS2: drop support for LZARI compression modeSupport for LZARI compression mode was added based on a MTD CVSsnapshot of March 13, 2005. However, fs/jffs2/compr_lzari.c containscontradictory licensing terms: the original copyright clause says &quot;Allrights reserved. Permission granted for non-commercial use.&quot;, butlater reference to the file &apos;LICENCE&apos; in the jffs2 directory was addedwhich says GPL v2 or later.As no boards ever used LZARI compression, and this file is also notpresent in recent MTD code, we resolve this conflict by removing theconflicting file and references to it.Also copy the referenced but missing file &apos;LICENCE&apos; from the currentMTD source tree.Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Fri, 15 Jan 2010 10:10:33 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>e99e9575bbeba1b7c48e046547cae065ec0071de - Merge branch &apos;Makefile&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#e99e9575bbeba1b7c48e046547cae065ec0071de</link>
        <description>Merge branch &apos;Makefile&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Sun, 31 Aug 2008 22:16:29 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878 - fs: Move conditional compilation to Makefile</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878</link>
        <description>fs: Move conditional compilation to MakefileSigned-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Sun, 31 Aug 2008 02:24:56 +0000</pubDate>
        <dc:creator>Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;</dc:creator>
    </item>
<item>
        <title>6a40ef62c4300e9f606deef0a4618cbc4b514a51 - Merge git://www.denx.de/git/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#6a40ef62c4300e9f606deef0a4618cbc4b514a51</link>
        <description>Merge git://www.denx.de/git/u-bootConflicts:	board/tqm5200/tqm5200.c

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Wed, 09 Jan 2008 12:57:10 +0000</pubDate>
        <dc:creator>Markus Klotzbuecher &lt;mk@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>4985ca5af3767ffe13ea96e1dc26f88c81084414 - Merge with git://www.denx.de/git/u-boot.git</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#4985ca5af3767ffe13ea96e1dc26f88c81084414</link>
        <description>Merge with git://www.denx.de/git/u-boot.git

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Mon, 07 Jan 2008 15:34:22 +0000</pubDate>
        <dc:creator>Peter Pearse &lt;peter.pearse@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>9caeaadf508cd0e11ac5dfc56ab0f72e3b89a105 - Merge commit &apos;u-boot/master&apos; into for-1.3.1</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#9caeaadf508cd0e11ac5dfc56ab0f72e3b89a105</link>
        <description>Merge commit &apos;u-boot/master&apos; into for-1.3.1Conflicts:	drivers/rtc/Makefile

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Tue, 11 Dec 2007 10:34:54 +0000</pubDate>
        <dc:creator>Stefan Roese &lt;sr@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>7fc792895be3c0edf423c4038992b40345672a12 - Merge git://www.denx.de/git/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#7fc792895be3c0edf423c4038992b40345672a12</link>
        <description>Merge git://www.denx.de/git/u-bootConflicts:	drivers/Makefile

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Wed, 28 Nov 2007 15:56:37 +0000</pubDate>
        <dc:creator>Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;</dc:creator>
    </item>
<item>
        <title>83c5c9b71b451dd62af5dcbddbbe291ee3a58a6e - Merge commit &apos;wd/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#83c5c9b71b451dd62af5dcbddbbe291ee3a58a6e</link>
        <description>Merge commit &apos;wd/master&apos;

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Tue, 27 Nov 2007 17:15:26 +0000</pubDate>
        <dc:creator>Jon Loeliger &lt;jdl@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>f0037c56b0d12cd46215124667b9f83d60ef9391 - Build: split COBJS value into multiple lines</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#f0037c56b0d12cd46215124667b9f83d60ef9391</link>
        <description>Build: split COBJS value into multiple linesThis change is in preparation for condtitionial compile support in thebuild system.  By spliting them all into seperate lines now, subsequentpatches that change &apos;COBJS-y += &apos; into &apos;COBJS-$(CONFIG_&lt;blah&gt;) += &apos; willbe less invasive and easier to reviewSigned-off-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Mon, 24 Sep 2007 15:05:30 +0000</pubDate>
        <dc:creator>Grant Likely &lt;grant.likely@secretlab.ca&gt;</dc:creator>
    </item>
<item>
        <title>d3c5e8b2f5945d93de8f23b053e9dcd033983245 - Merge with /home/wd/git/u-boot/master</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/fs/jffs2/Makefile#d3c5e8b2f5945d93de8f23b053e9dcd033983245</link>
        <description>Merge with /home/wd/git/u-boot/master

            List of files:
            /rk3399_rockchip-uboot/fs/jffs2/Makefile</description>
        <pubDate>Mon, 27 Nov 2006 15:13:00 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@pollux.denx.de&gt;</dc:creator>
    </item>
</channel>
</rss>
