<?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>f6e2c0f3e3bcb7c0b520b0e65de3f080f831fcf7 - mips: convert makefiles to Kbuild style</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/pb1x00/Makefile#f6e2c0f3e3bcb7c0b520b0e65de3f080f831fcf7</link>
        <description>mips: convert makefiles to Kbuild styleSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@googlemail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/Makefile</description>
        <pubDate>Mon, 21 Oct 2013 02:53:31 +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/board/pb1x00/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/board/pb1x00/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/board/pb1x00/Makefile#8b485ba12b0defa0c4ed3559789250238f8331a8</link>
        <description>Merge branch &apos;u-boot/master&apos; into u-boot-arm/master

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/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/board/pb1x00/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/board/pb1x00/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/board/pb1x00/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/board/pb1x00/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>6a40ef62c4300e9f606deef0a4618cbc4b514a51 - Merge git://www.denx.de/git/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/pb1x00/Makefile#6a40ef62c4300e9f606deef0a4618cbc4b514a51</link>
        <description>Merge git://www.denx.de/git/u-bootConflicts:	board/tqm5200/tqm5200.c

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/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/board/pb1x00/Makefile#4985ca5af3767ffe13ea96e1dc26f88c81084414</link>
        <description>Merge with git://www.denx.de/git/u-boot.git

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/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/board/pb1x00/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/board/pb1x00/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/board/pb1x00/Makefile#7fc792895be3c0edf423c4038992b40345672a12</link>
        <description>Merge git://www.denx.de/git/u-bootConflicts:	drivers/Makefile

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/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>890e9413c0af74a3d74f37d9ab6d19784990fa0c - Merge commit &apos;remotes/wd/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/pb1x00/Makefile#890e9413c0af74a3d74f37d9ab6d19784990fa0c</link>
        <description>Merge commit &apos;remotes/wd/master&apos;

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/Makefile</description>
        <pubDate>Tue, 20 Nov 2007 20:34:57 +0000</pubDate>
        <dc:creator>Jon Loeliger &lt;jdl@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>f92edbd8a0ef16a2b9127cbb564c09685728e4b0 - Merge branch &apos;origin&apos; into kconfig-for-1.3.1</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/pb1x00/Makefile#f92edbd8a0ef16a2b9127cbb564c09685728e4b0</link>
        <description>Merge branch &apos;origin&apos; into kconfig-for-1.3.1

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/Makefile</description>
        <pubDate>Tue, 20 Nov 2007 15:19:56 +0000</pubDate>
        <dc:creator>Grant Likely &lt;grant.likely@secretlab.ca&gt;</dc:creator>
    </item>
<item>
        <title>0b20335015945cc9aedf27356e51aa3a0b0cdc48 - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-mips</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/pb1x00/Makefile#0b20335015945cc9aedf27356e51aa3a0b0cdc48</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-mips

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/Makefile</description>
        <pubDate>Sun, 18 Nov 2007 00:26:14 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>2e4a6e3667a1e39c0e6e99498686b15d2718b369 - [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/pb1x00/Makefile#2e4a6e3667a1e39c0e6e99498686b15d2718b369</link>
        <description>[MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.SSigned-off-by: Shinya Kuribayashi &lt;skuribay@ruby.dti.ne.jp&gt;

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/Makefile</description>
        <pubDate>Sat, 27 Oct 2007 06:00:24 +0000</pubDate>
        <dc:creator>Shinya Kuribayashi &lt;skuribay@ruby.dti.ne.jp&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/board/pb1x00/Makefile#d3c5e8b2f5945d93de8f23b053e9dcd033983245</link>
        <description>Merge with /home/wd/git/u-boot/master

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/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>
<item>
        <title>dfc8a9ee0040e53ada125a3c52f241e37f09cf28 - Merge with /home/stefan/git/u-boot/denx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/pb1x00/Makefile#dfc8a9ee0040e53ada125a3c52f241e37f09cf28</link>
        <description>Merge with /home/stefan/git/u-boot/denx

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/Makefile</description>
        <pubDate>Fri, 10 Nov 2006 06:48:47 +0000</pubDate>
        <dc:creator>Stefan Roese &lt;sr@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>fb883a521e04437acfe989de3e152b2e4866856b - Merge with /home/wd/git/u-boot/master</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/pb1x00/Makefile#fb883a521e04437acfe989de3e152b2e4866856b</link>
        <description>Merge with /home/wd/git/u-boot/master

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/Makefile</description>
        <pubDate>Wed, 11 Oct 2006 12:15:21 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@nyx.denx.de&gt;</dc:creator>
    </item>
<item>
        <title>daaba9859b0b94571dc3e45ad0c26e136426b351 - Merge branch &apos;master&apos; of http://www.denx.de/git/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/pb1x00/Makefile#daaba9859b0b94571dc3e45ad0c26e136426b351</link>
        <description>Merge branch &apos;master&apos; of http://www.denx.de/git/u-boot

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/Makefile</description>
        <pubDate>Tue, 10 Oct 2006 22:21:42 +0000</pubDate>
        <dc:creator>Jon Loeliger &lt;jdl@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>2b208f5308ae0c72a6840180e59ed1ab4f9b69fc - Move &quot;ar&quot; flags to config.mk to allow for silent &quot;make -s&quot;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/pb1x00/Makefile#2b208f5308ae0c72a6840180e59ed1ab4f9b69fc</link>
        <description>Move &quot;ar&quot; flags to config.mk to allow for silent &quot;make -s&quot;Based on patch by Mike Frysinger, 20 Jun 2006

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/Makefile</description>
        <pubDate>Sun, 08 Oct 2006 23:02:05 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@atlas.denx.de&gt;</dc:creator>
    </item>
<item>
        <title>afa98843e4665add11b69496341053b268156e3a - Merge branch &apos;master&apos; of http://www.denx.de/git/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/pb1x00/Makefile#afa98843e4665add11b69496341053b268156e3a</link>
        <description>Merge branch &apos;master&apos; of http://www.denx.de/git/u-bootConflicts:	board/stxxtc/Makefile

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/Makefile</description>
        <pubDate>Tue, 19 Sep 2006 13:51:24 +0000</pubDate>
        <dc:creator>Jon Loeliger &lt;jdl@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>64cd52efd1dc51a4a5a0cf10efe5362fab27de29 - Merge with /home/stefan/git/u-boot/denx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/pb1x00/Makefile#64cd52efd1dc51a4a5a0cf10efe5362fab27de29</link>
        <description>Merge with /home/stefan/git/u-boot/denx

            List of files:
            /rk3399_rockchip-uboot/board/pb1x00/Makefile</description>
        <pubDate>Mon, 18 Sep 2006 08:48:03 +0000</pubDate>
        <dc:creator>Stefan Roese &lt;sr@denx.de&gt;</dc:creator>
    </item>
</channel>
</rss>
