<?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>64bd89e43778b488763f67fbb6bf79fc973e2892 - m68k: convert makefiles to Kbuild style</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/freescale/m5282evb/Makefile#64bd89e43778b488763f67fbb6bf79fc973e2892</link>
        <description>m68k: convert makefiles to Kbuild styleSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Jason Jin &lt;Jason.jin@freescale.com&gt;

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

            List of files:
            /rk3399_rockchip-uboot/board/freescale/m5282evb/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/freescale/m5282evb/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/freescale/m5282evb/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/freescale/m5282evb/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/freescale/m5282evb/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>cb5473205206c7f14cbb1e747f28ec75b48826e2 - Merge branch &apos;fixes&apos; into cleanups</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/freescale/m5282evb/Makefile#cb5473205206c7f14cbb1e747f28ec75b48826e2</link>
        <description>Merge branch &apos;fixes&apos; into cleanupsConflicts:	board/atmel/atngw100/atngw100.c	board/atmel/atstk1000/atstk1000.c	cpu/at32ap/at32ap700x/gpio.c	include/asm-avr32/arch-at32ap700x/clk.h	include/configs/atngw100.h	include/configs/atstk1002.h	include/configs/atstk1003.h	include/configs/atstk1004.h	include/configs/atstk1006.h	include/configs/favr-32-ezkit.h	include/configs/hammerhead.h	include/configs/mimc200.h

            List of files:
            /rk3399_rockchip-uboot/board/freescale/m5282evb/Makefile</description>
        <pubDate>Wed, 17 Dec 2008 15:53:07 +0000</pubDate>
        <dc:creator>Haavard Skinnemoen &lt;haavard.skinnemoen@atmel.com&gt;</dc:creator>
    </item>
<item>
        <title>33211469f7d7e2afacf103cc55790f734572f7a6 - Merge commit &apos;wd/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/freescale/m5282evb/Makefile#33211469f7d7e2afacf103cc55790f734572f7a6</link>
        <description>Merge commit &apos;wd/master&apos;

            List of files:
            /rk3399_rockchip-uboot/board/freescale/m5282evb/Makefile</description>
        <pubDate>Mon, 10 Nov 2008 16:04:51 +0000</pubDate>
        <dc:creator>Jon Loeliger &lt;jdl@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>ac4aeb1735404d2d331bd018e8c709e17c7392ad - Merge branch &apos;master&apos; of /home/wd/git/u-boot/custodians</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/freescale/m5282evb/Makefile#ac4aeb1735404d2d331bd018e8c709e17c7392ad</link>
        <description>Merge branch &apos;master&apos; of /home/wd/git/u-boot/custodians

            List of files:
            /rk3399_rockchip-uboot/board/freescale/m5282evb/Makefile</description>
        <pubDate>Sat, 08 Nov 2008 23:01:59 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>c06d9bbbeb0416f189e841ffb214ada6194ed874 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-coldfire</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/freescale/m5282evb/Makefile#c06d9bbbeb0416f189e841ffb214ada6194ed874</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-coldfire

            List of files:
            /rk3399_rockchip-uboot/board/freescale/m5282evb/Makefile</description>
        <pubDate>Sat, 08 Nov 2008 23:01:42 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>6e80f5aa09f8d41bac50b38dc7488ecd22107802 - ColdFire: Remove platforms mii.c file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/freescale/m5282evb/Makefile#6e80f5aa09f8d41bac50b38dc7488ecd22107802</link>
        <description>ColdFire: Remove platforms mii.c fileWill use mcfmii.c driver in drivers/net rather thankeep creating new mii.c for each future platform.Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB&apos;smii.cSigned-off-by: TsiChung Liew &lt;Tsi-Chung.Liew@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/freescale/m5282evb/Makefile</description>
        <pubDate>Tue, 21 Oct 2008 12:15:44 +0000</pubDate>
        <dc:creator>TsiChung Liew &lt;Tsi-Chung.Liew@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>10db3a17a278dd3a27668b31cb32cdd1476e9513 - ColdFire: Move m5282evb from board to board/freescale</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/freescale/m5282evb/Makefile#10db3a17a278dd3a27668b31cb32cdd1476e9513</link>
        <description>ColdFire: Move m5282evb from board to board/freescaleSigned-off-by: TsiChung Liew &lt;Tsi-Chung.Liew@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/freescale/m5282evb/Makefile</description>
        <pubDate>Mon, 11 Aug 2008 15:26:43 +0000</pubDate>
        <dc:creator>TsiChung Liew &lt;Tsi-Chung.Liew@freescale.com&gt;</dc:creator>
    </item>
</channel>
</rss>
