<?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>d81572c272d4b0980fb9b8a02e1357090b002398 - Merge git://git.denx.de/u-boot-mpc85xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#d81572c272d4b0980fb9b8a02e1357090b002398</link>
        <description>Merge git://git.denx.de/u-boot-mpc85xx

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Tue, 05 May 2015 18:57:23 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>ac337168ad81a18e768e5e3cfff8d229adeb2b25 - powerpc: add 2 common dcache assembly functions</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#ac337168ad81a18e768e5e3cfff8d229adeb2b25</link>
        <description>powerpc: add 2 common dcache assembly functionsThis patch defines the 2 flush_dcache_range and invalidate_dcache_rangefunctions for all the powerpc architecture. Their implementation isborrowed from the kernel&apos;s misc_32.S file and replace the ones frommpc86xx and ppc4xx since they were equivalent.This is a fix for the problem introduced by this patch:http://patchwork.ozlabs.org/patch/448849/Signed-off-by: Valentin Longchamp &lt;valentin.longchamp@keymile.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Fri, 27 Mar 2015 15:07:32 +0000</pubDate>
        <dc:creator>Valentin Longchamp &lt;valentin.longchamp@keymile.com&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/arch/powerpc/cpu/mpc83xx/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/arch/powerpc/cpu/mpc83xx/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>1df99080cb6dea9216ee1925f03bd7cc35dc34c7 - powerpc/mpc8349: Use generic mpc85xx DDR driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#1df99080cb6dea9216ee1925f03bd7cc35dc34c7</link>
        <description>powerpc/mpc8349: Use generic mpc85xx DDR driverMPC8349 has been using mpc85xx DDR driver through a symbolic link tompc85xx_ddr_gen2.c. After consolidating the drivers to a single setunder driver/ddr/fsl/, the link is replaced by referring driverdirectly. We now can simply enable the macro and use the driver.Other mpc83xx SoCs still use their own driver.Signed-off-by: York Sun &lt;yorksun@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Tue, 03 Dec 2013 21:16:59 +0000</pubDate>
        <dc:creator>York Sun &lt;yorksun@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>77fdd6d1eb69c1194148a9f4b4428d903af3619f - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mpc85xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#77fdd6d1eb69c1194148a9f4b4428d903af3619f</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mpc85xx

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Mon, 02 Dec 2013 13:38:28 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>5614e71b4956c579cd4419b958b33fa6316eaa92 - Driver/DDR: Moving Freescale DDR driver to a common driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#5614e71b4956c579cd4419b958b33fa6316eaa92</link>
        <description>Driver/DDR: Moving Freescale DDR driver to a common driverFreescale DDR driver has been used for mpc83xx, mpc85xx, mpc86xx SoCs.The similar DDR controllers will be used for ARM-based SoCs.Signed-off-by: York Sun &lt;yorksun@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Mon, 30 Sep 2013 16:22:09 +0000</pubDate>
        <dc:creator>York Sun &lt;yorksun@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>5cdee2d41ad4a1a351d50dc7af6d7ff3db549006 - powerpc: mpc83xx: Do not create a symbolic link to ddr-gen2.c</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#5cdee2d41ad4a1a351d50dc7af6d7ff3db549006</link>
        <description>powerpc: mpc83xx: Do not create a symbolic link to ddr-gen2.cSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Mon, 11 Nov 2013 05:36:06 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>c64c5aa56ab0225a57d52152e76b6d17f751ae83 - powerpc: mpc83xx: delete unused rules</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#c64c5aa56ab0225a57d52152e76b6d17f751ae83</link>
        <description>powerpc: mpc83xx: delete unused rulesSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Mon, 11 Nov 2013 05:36:05 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>06c14117c44e4b93be0430740524d4e2ef2557c0 - powerpc: convert makefiles to Kbuild style</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#06c14117c44e4b93be0430740524d4e2ef2557c0</link>
        <description>powerpc: convert makefiles to Kbuild styleNote:arch/powerpc/cpu/mpc8260/Makefile is originally like follows:    ---&lt;snip&gt;---    START   = start.o kgdb.o    COBJS   = traps.o serial_smc.o serial_scc.o cpu.o cpu_init.o speed.o \    ---&lt;snip&gt;---    COBJS-$(CONFIG_ETHER_ON_SCC) = ether_scc.o    ---&lt;snip&gt;---    $(LIB): $(OBJS)            $(call cmd_link_o_target, $(OBJS) $(obj)kgdb.o)The link rule `$(call cmd_link_o_target, $(OBJS) $(obj)kgdb.o)&apos;is weird.kbdg.o is not included in $(OBJS) but linked into $(LIB)and $(LIB) is not dependent on kgdb.o.(Broken dependency tracking)So,    START   = start.o kgdb.oshoud have been    START   = start.o    SOBJS   = kgdb.oThat is why this commit adds kgdb.o to obj-y, not to extra-y.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Wolfgang Denk &lt;wd@denx.de&gt;Cc: Stefan Roese &lt;sr@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Thu, 17 Oct 2013 08:35:04 +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/arch/powerpc/cpu/mpc83xx/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/arch/powerpc/cpu/mpc83xx/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/arch/powerpc/cpu/mpc83xx/Makefile#8b485ba12b0defa0c4ed3559789250238f8331a8</link>
        <description>Merge branch &apos;u-boot/master&apos; into u-boot-arm/master

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/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/arch/powerpc/cpu/mpc83xx/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/arch/powerpc/cpu/mpc83xx/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>9cd9b34dc7f247fd0fce08ab688bf8197f1bfdbc - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#9cd9b34dc7f247fd0fce08ab688bf8197f1bfdbc</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Sat, 23 Feb 2013 09:13:40 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>06b02c58d297d09bb5de6725baa6d8fcc88dd156 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mpc83xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#06b02c58d297d09bb5de6725baa6d8fcc88dd156</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mpc83xx

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Tue, 29 Jan 2013 20:36:23 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>a6187dccd813920524987792e49ef2feffb213e6 - Merge remote-tracking branch &apos;mpc83xx/next&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#a6187dccd813920524987792e49ef2feffb213e6</link>
        <description>Merge remote-tracking branch &apos;mpc83xx/next&apos;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Thu, 17 Jan 2013 00:34:09 +0000</pubDate>
        <dc:creator>Kim Phillips &lt;kim.phillips@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>06f60ae3e454e15a410a0d4e96769bf938af8fcb - powerpc/mpc83xx: add support for new SPL</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#06f60ae3e454e15a410a0d4e96769bf938af8fcb</link>
        <description>powerpc/mpc83xx: add support for new SPLThis adds arch support for PPC mpc83xx to boot &quot;minimal&quot; (4K) SPLsusing the new infrastructure.Existing nand_spl targets are updated to deal with the name changefrom nand_init.c to spl_minimal.c (as in theory this isn&apos;t limitedto NAND anymore).Signed-off-by: Scott Wood &lt;scottwood@freescale.com&gt;Signed-off-by: Kim Phillips &lt;kim.phillips@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Thu, 06 Dec 2012 13:33:17 +0000</pubDate>
        <dc:creator>Scott Wood &lt;scottwood@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>569fadcd74ff2c7b456dfaa368b9f6144bc7ab3a - MPC83xx, MPC85xx: compile stub cache function</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#569fadcd74ff2c7b456dfaa368b9f6144bc7ab3a</link>
        <description>MPC83xx, MPC85xx: compile stub cache functionAn empty flush_dcache_range() was added into MPC83xx and MPC85xx towork with drivers shared with other architecture.  However, it iscompiled only if USB is set, but it is required for other drivers(FSL_ESDHC), too.Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;CC: Andy Fleming &lt;afleming@gmail.com&gt;CC: Dirk Behme &lt;dirk.behme@de.bosch.com&gt;CC: Marek Vasut &lt;marex@denx.de&gt;CC: Wolfgang Denk &lt;wd@denx.de&gt;Added MPC83xx version.Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Thu, 19 Jul 2012 23:00:02 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>25315683fd2197b2ecec0ac05427cbdebfb88274 - MPC8xxx: Define cache ops for USB</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#25315683fd2197b2ecec0ac05427cbdebfb88274</link>
        <description>MPC8xxx: Define cache ops for USBThis patch conditionally defines flush_dcache_range() andinvalidate_dcache_range() on MPC8xxx, to avoid EHCI complaining,resulting in the following output:$ ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- ./MAKEALL MPC8572DSConfiguring for MPC8572DS board...make: *** [u-boot] Error 1powerpc-linux-gnu-size: &apos;./u-boot&apos;: No such filee1000.c: In function &#8216;e1000_initialize&#8217;:e1000.c:5264:13: warning: assignment from incompatible pointer type [enabled by default]tsec.c: In function &#8216;tsec_initialize&#8217;:tsec.c:638:12: warning: assignment from incompatible pointer type [enabled by default]drivers/usb/host/libusb_host.o: In function `ehci_td_buffer&apos;:/home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:186: undefined reference to `flush_dcache_range&apos;drivers/usb/host/libusb_host.o: In function `ehci_submit_async&apos;:/home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:346: undefined reference to `flush_dcache_range&apos;/home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:348: undefined reference to `flush_dcache_range&apos;/home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:349: undefined reference to `flush_dcache_range&apos;/home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:372: undefined reference to `invalidate_dcache_range&apos;/home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:374: undefined reference to `invalidate_dcache_range&apos;/home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:376: undefined reference to `invalidate_dcache_range&apos;/home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:386: undefined reference to `invalidate_dcache_range&apos;make: *** [u-boot] Error 1--------------------- SUMMARY ----------------------------Boards compiled: 1Boards with errors: 1 ( MPC8572DS )----------------------------------------------------------Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;Cc: Wolfgang Denk &lt;wd@denx.de&gt;Cc: Anatolij Gustschin &lt;agust@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Fri, 25 May 2012 14:14:46 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marex@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>1086c5d6f8541460f0f10e4a302d8aac27e0e6e0 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mpc83xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#1086c5d6f8541460f0f10e4a302d8aac27e0e6e0</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mpc83xx* &apos;master&apos; of git://git.denx.de/u-boot-mpc83xx:  powerpc/83xx: fix sdram initialization for keymile boards  powerpc/mpc83xx: cleanup makefile for mpc83xx

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Wed, 07 Dec 2011 22:01:26 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>2d14e36a50a5d35e9e27709c7876288a832aa551 - powerpc/mpc83xx: cleanup makefile for mpc83xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile#2d14e36a50a5d35e9e27709c7876288a832aa551</link>
        <description>powerpc/mpc83xx: cleanup makefile for mpc83xxRemove symbolic link generated by compiling. Fix makefile for out-of-treecompiling error.Signed-off-by: York Sun &lt;yorksun@freescale.com&gt;Signed-off-by: Kim Phillips &lt;kim.phillips@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile</description>
        <pubDate>Tue, 25 Oct 2011 06:29:17 +0000</pubDate>
        <dc:creator>York Sun &lt;yorksun@freescale.com&gt;</dc:creator>
    </item>
</channel>
</rss>
