<?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>a79854a90f7297ddfda2114c867fd62643fa6e3a - board: arm: convert makefiles to Kbuild style</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/spear/spear310/Makefile#a79854a90f7297ddfda2114c867fd62643fa6e3a</link>
        <description>board: arm: convert makefiles to Kbuild styleSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;Cc: Andreas Bie&#223;mann &lt;andreas.devel@googlemail.com&gt;Cc: Stefano Babic &lt;sbabic@denx.de&gt;Cc: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;Cc: Minkyu Kang &lt;mk7.kang@samsung.com&gt;Cc: Vipin Kumar &lt;vipin.kumar@st.com&gt;Cc: Tom Warren &lt;twarren@nvidia.com&gt;Cc: Tom Rini &lt;trini@ti.com&gt;

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

            List of files:
            /rk3399_rockchip-uboot/board/spear/spear310/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/spear/spear310/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/spear/spear310/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>464c79207c89f247f97b344495924eabb0c9738e - punt unused clean/distclean targets</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/spear/spear310/Makefile#464c79207c89f247f97b344495924eabb0c9738e</link>
        <description>punt unused clean/distclean targetsThe top level Makefile does not do any recursion into subdirs whencleaning, so these clean/distclean targets in random arch/board dirsnever get used.  Punt them all.MAKEALL didn&apos;t report any errors related to this that I could see.Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/spear/spear310/Makefile</description>
        <pubDate>Thu, 13 Oct 2011 06:54:57 +0000</pubDate>
        <dc:creator>Mike Frysinger &lt;vapier@gentoo.org&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/spear/spear310/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/spear/spear310/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>45e565337a90bbca0c1bb712b5e008b7c0b18bd5 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/spear/spear310/Makefile#45e565337a90bbca0c1bb712b5e008b7c0b18bd5</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-armConflicts:	cpu/arm920t/ep93xx/timer.cSigned-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/spear/spear310/Makefile</description>
        <pubDate>Tue, 23 Mar 2010 10:09:13 +0000</pubDate>
        <dc:creator>Minkyu Kang &lt;mk7.kang@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>b46b353b901a45ebe860f8bf874ca99f018cd410 - Merge remote branch &apos;origin/master&apos; into next</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/spear/spear310/Makefile#b46b353b901a45ebe860f8bf874ca99f018cd410</link>
        <description>Merge remote branch &apos;origin/master&apos; into next

            List of files:
            /rk3399_rockchip-uboot/board/spear/spear310/Makefile</description>
        <pubDate>Sun, 21 Mar 2010 21:45:36 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>5647f78d04174b0b99857d2a7cbf25141bd14a45 - mod change 755 =&gt; 644 for multiple files</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/spear/spear310/Makefile#5647f78d04174b0b99857d2a7cbf25141bd14a45</link>
        <description>mod change 755 =&gt; 644 for multiple filesI executed &apos;find . -name &quot;*.[chS]&quot; -perm 755 -exec chmod 644 {} \;&apos;Signed-off-by: Thomas Weber &lt;swirl@gmx.li&gt;Add some more: neither Makefile nor config.mk need execute permissions.Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/board/spear/spear310/Makefile</description>
        <pubDate>Sat, 13 Mar 2010 22:14:45 +0000</pubDate>
        <dc:creator>Thomas Weber &lt;swirl@gmx.li&gt;</dc:creator>
    </item>
<item>
        <title>a84b655fab2bc021fdafa91d1196cf826474cdd8 - Merge branch &apos;master-sync&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/spear/spear310/Makefile#a84b655fab2bc021fdafa91d1196cf826474cdd8</link>
        <description>Merge branch &apos;master-sync&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/board/spear/spear310/Makefile</description>
        <pubDate>Sat, 23 Jan 2010 16:42:03 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>080cfee71459588fd6312e475bb5115bdbda1cb3 - SPEAr : Support added for SPEAr310 board</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/spear/spear310/Makefile#080cfee71459588fd6312e475bb5115bdbda1cb3</link>
        <description>SPEAr : Support added for SPEAr310 boardSPEAr310 SoC support contains basic spear310 support along with theusage of following drivers- serial driver(UART)- i2c driver- smi driver- nand driver(FSMC)- usbd driver- emi driver(cfi support)Signed-off-by: Vipin &lt;vipin.kumar@st.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/spear/spear310/Makefile</description>
        <pubDate>Fri, 15 Jan 2010 13:45:52 +0000</pubDate>
        <dc:creator>Vipin KUMAR &lt;vipin.kumar@st.com&gt;</dc:creator>
    </item>
<item>
        <title>2fba7a08770586b342db367750a8447f21882d9a - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/spear/spear310/Makefile#2fba7a08770586b342db367750a8447f21882d9a</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/board/spear/spear310/Makefile</description>
        <pubDate>Sat, 23 Jan 2010 02:46:34 +0000</pubDate>
        <dc:creator>Minkyu Kang &lt;mk7.kang@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>b7cea4935b479c722bf44fa5a1e9a29931f48adb - SPEAr : Support added for SPEAr310 board</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/spear/spear310/Makefile#b7cea4935b479c722bf44fa5a1e9a29931f48adb</link>
        <description>SPEAr : Support added for SPEAr310 boardSPEAr310 SoC support contains basic spear310 support along with theusage of following drivers- serial driver(UART)- i2c driver- smi driver- nand driver(FSMC)- usbd driver- emi driver(cfi support)Signed-off-by: Vipin &lt;vipin.kumar@st.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/spear/spear310/Makefile</description>
        <pubDate>Fri, 15 Jan 2010 13:45:52 +0000</pubDate>
        <dc:creator>Vipin KUMAR &lt;vipin.kumar@st.com&gt;</dc:creator>
    </item>
</channel>
</rss>
