<?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/qemu-mips/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/qemu-mips/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/qemu-mips/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/qemu-mips/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/qemu-mips/Makefile#8b485ba12b0defa0c4ed3559789250238f8331a8</link>
        <description>Merge branch &apos;u-boot/master&apos; into u-boot-arm/master

            List of files:
            /rk3399_rockchip-uboot/board/qemu-mips/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/qemu-mips/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/qemu-mips/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/qemu-mips/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/qemu-mips/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>e18489e8c27e843e337258fb00f2652ff0f43b92 - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot into new-image</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/qemu-mips/Makefile#e18489e8c27e843e337258fb00f2652ff0f43b92</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot into new-image

            List of files:
            /rk3399_rockchip-uboot/board/qemu-mips/Makefile</description>
        <pubDate>Fri, 29 Feb 2008 12:56:44 +0000</pubDate>
        <dc:creator>Marian Balakowicz &lt;m8@semihalf.com&gt;</dc:creator>
    </item>
<item>
        <title>beeccf7a5dc5415c202e0132a33c58fc316c2a62 - MIPS: Fix CFG_NO_FLASH support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/qemu-mips/Makefile#beeccf7a5dc5415c202e0132a33c58fc316c2a62</link>
        <description>MIPS: Fix CFG_NO_FLASH support- Fix flash_init call when CFG_NO_FLASH is used- Remove no more needed flash.c for qemu-mipsSigned-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/qemu-mips/Makefile</description>
        <pubDate>Sun, 17 Feb 2008 15:58:04 +0000</pubDate>
        <dc:creator>Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;</dc:creator>
    </item>
<item>
        <title>f10d7b94548a788a40b08a50dcdc3209427fec38 - Merge ../custodians</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/qemu-mips/Makefile#f10d7b94548a788a40b08a50dcdc3209427fec38</link>
        <description>Merge ../custodians

            List of files:
            /rk3399_rockchip-uboot/board/qemu-mips/Makefile</description>
        <pubDate>Wed, 23 Jan 2008 13:37:59 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>f58934551e052db5a1f33f53dcc9cbf6fcb72910 - 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/qemu-mips/Makefile#f58934551e052db5a1f33f53dcc9cbf6fcb72910</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-mips

            List of files:
            /rk3399_rockchip-uboot/board/qemu-mips/Makefile</description>
        <pubDate>Wed, 23 Jan 2008 13:37:52 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>0764c164fed6277d359cf132d55187ea34290114 - MIPS:Target support for qemu -M mips</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/qemu-mips/Makefile#0764c164fed6277d359cf132d55187ea34290114</link>
        <description>MIPS:Target support for qemu -M mipsWith serial, NE2000, IDE support. Tested in big-endian mode.Memory size hard-coded to 128M for now, so don&apos;t play withthe -m option.Signed-off-by: Vlad Lungu &lt;vlad@comsys.ro&gt;

            List of files:
            /rk3399_rockchip-uboot/board/qemu-mips/Makefile</description>
        <pubDate>Wed, 16 Jan 2008 17:27:51 +0000</pubDate>
        <dc:creator>Vlad Lungu &lt;vlad@comsys.ro&gt;</dc:creator>
    </item>
</channel>
</rss>
