<?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>2fc7ef6196d955f3a708ff60d0e549fb0ff6e431 - drivers: mtd: convert makefiles to Kbuild style</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile#2fc7ef6196d955f3a708ff60d0e549fb0ff6e431</link>
        <description>drivers: mtd: convert makefiles to Kbuild styleSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile</description>
        <pubDate>Thu, 17 Oct 2013 08:34:55 +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/drivers/mtd/onenand/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/drivers/mtd/onenand/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/drivers/mtd/onenand/Makefile#8b485ba12b0defa0c4ed3559789250238f8331a8</link>
        <description>Merge branch &apos;u-boot/master&apos; into u-boot-arm/master

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/onenand/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/drivers/mtd/onenand/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/drivers/mtd/onenand/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>0e62e0a72cba76205c93b6913b9ae267f8fe08dc - Merge branch &apos;master&apos; of /home/wd/git/u-boot/custodians</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile#0e62e0a72cba76205c93b6913b9ae267f8fe08dc</link>
        <description>Merge branch &apos;master&apos; of /home/wd/git/u-boot/custodians* &apos;master&apos; of /home/wd/git/u-boot/custodians:  arm, davinci: add DAVINCI_MMC_CLKID  arm, davinci_emac: fix driver bug if more then 3 PHYs are detected  arm, davinci: da850/dm365 lowlevel cleanup  omap5: Add omap5_evm board build support.  omap4/5: Add support for booting with CH.  omap5: emif: Add emif/ddr configurations required for omap5 evm  omap5: clocks: Add clocks support for omap5 platform.  omap5: Add minimal support for omap5430.  omap: Checkpatch fixes  omap4: make omap4 code common for future reuse  GCC4.6: Squash warnings in onenand_base.c  GCC4.6: Fix common/usb.c on xscale  OneNAND: Add simple OneNAND SPL  PXA: vpac270: Enable the new generic MMC driver  PXA: Cleanup serial_pxa  PXA: Drop csb226 and innokom boards (unmaintained)  m28evk: Fix comment about the number of RAM banks  mx31: Fix checkpatch warnings in generic.c  mx31: Use proper IO accessor for GPR register  mx31: Remove duplicate definition for GPR register  qong: Use generic function for configuring GPR register  M28EVK: Enable USB HOST support  iMX28: Add USB HOST driver  iMX28: Add USB and USB PHY register definitions  M28: Add memory detection into SPL  iMX28: Fix ARM vector handling  M28: Add doc/README.m28 documentation  M28: Add MMC SPL  iMX28: Add support for DENX M28EVK board  iMX28: Add u-boot.sb target to Makefile  iMX28: Add image header generator tool  iMX28: Add driver for internal RTC  iMX28: Add GPMI NAND driver  iMX28: Add APBH DMA driver  iMX28: Add SPI driver  iMX28: Add GPIO control  iMX28: Add I2C bus driver  iMX28: Add PINMUX control  FEC: Add support for iMX28 quirks  iMX28: Add SSP MMC driver  iMX28: Initial support for iMX28 CPU  MX25: zmx25: GCC4.6 fix build warnings  da850: add new config file for AM18xx  BeagleBoard: config: Switch to ttyO2  OMAP3: Change omap3_evm maintainer  devkit8000: Fix NAND SPL on boards with 256MB NAND  integrator: enable Vpp and disable flash protection  integrator: add system controller header  integrator: make flash writeable on boot  integrator: use io-accessors for board init  integrator: move text offset to config  integrator: pass configs for core modules  ARM: remove superfluous setting of arch_number in board specific code.  SPL: Allow ARM926EJS to avoid compiling in the CPU support code  integrator: do not test first part of the memory  arm: a320: fix broken timer  ARM: define CONFIG_MACH_TYPE for all ronetix boards  dm646x: pass board revision info to kernel  dm646x: add new configuration for dm6467T  arm, davinci: Fix setting of the SDRAM configuration register  arm, davinci: Remove the duplication of LPSC functions  arm, davinci: Rename AM1808 lowlevel functions to DA850  da8xxevm: fix build error  ARM: re-add MACH_TYPE_XXXXXX for VCMA9 board and add CONFIG_MACH_TYPE

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile</description>
        <pubDate>Wed, 16 Nov 2011 19:24:51 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>0c2dd9a05bdcf3b2b4880509ec690116873fe158 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile#0c2dd9a05bdcf3b2b4880509ec690116873fe158</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm* &apos;master&apos; of git://git.denx.de/u-boot-arm:  arm, davinci: add DAVINCI_MMC_CLKID  arm, davinci_emac: fix driver bug if more then 3 PHYs are detected  arm, davinci: da850/dm365 lowlevel cleanup  omap5: Add omap5_evm board build support.  omap4/5: Add support for booting with CH.  omap5: emif: Add emif/ddr configurations required for omap5 evm  omap5: clocks: Add clocks support for omap5 platform.  omap5: Add minimal support for omap5430.  omap: Checkpatch fixes  omap4: make omap4 code common for future reuse  GCC4.6: Squash warnings in onenand_base.c  GCC4.6: Fix common/usb.c on xscale  OneNAND: Add simple OneNAND SPL  PXA: vpac270: Enable the new generic MMC driver  PXA: Cleanup serial_pxa  PXA: Drop csb226 and innokom boards (unmaintained)  m28evk: Fix comment about the number of RAM banks  mx31: Fix checkpatch warnings in generic.c  mx31: Use proper IO accessor for GPR register  mx31: Remove duplicate definition for GPR register  qong: Use generic function for configuring GPR register  M28EVK: Enable USB HOST support  iMX28: Add USB HOST driver  iMX28: Add USB and USB PHY register definitions  M28: Add memory detection into SPL  iMX28: Fix ARM vector handling  M28: Add doc/README.m28 documentation  M28: Add MMC SPL  iMX28: Add support for DENX M28EVK board  iMX28: Add u-boot.sb target to Makefile  iMX28: Add image header generator tool  iMX28: Add driver for internal RTC  iMX28: Add GPMI NAND driver  iMX28: Add APBH DMA driver  iMX28: Add SPI driver  iMX28: Add GPIO control  iMX28: Add I2C bus driver  iMX28: Add PINMUX control  FEC: Add support for iMX28 quirks  iMX28: Add SSP MMC driver  iMX28: Initial support for iMX28 CPU  MX25: zmx25: GCC4.6 fix build warnings  da850: add new config file for AM18xx  BeagleBoard: config: Switch to ttyO2  OMAP3: Change omap3_evm maintainer  devkit8000: Fix NAND SPL on boards with 256MB NAND  integrator: enable Vpp and disable flash protection  integrator: add system controller header  integrator: make flash writeable on boot  integrator: use io-accessors for board init  integrator: move text offset to config  integrator: pass configs for core modules  ARM: remove superfluous setting of arch_number in board specific code.  SPL: Allow ARM926EJS to avoid compiling in the CPU support code  integrator: do not test first part of the memory  arm: a320: fix broken timer  ARM: define CONFIG_MACH_TYPE for all ronetix boards  dm646x: pass board revision info to kernel  dm646x: add new configuration for dm6467T  arm, davinci: Fix setting of the SDRAM configuration register  arm, davinci: Remove the duplication of LPSC functions  arm, davinci: Rename AM1808 lowlevel functions to DA850  da8xxevm: fix build error  ARM: re-add MACH_TYPE_XXXXXX for VCMA9 board and add CONFIG_MACH_TYPE

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile</description>
        <pubDate>Wed, 16 Nov 2011 19:24:41 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>54cd51bf7910164e6640c7f428f2fd95e15019da - OneNAND: Add simple OneNAND SPL</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile#54cd51bf7910164e6640c7f428f2fd95e15019da</link>
        <description>OneNAND: Add simple OneNAND SPLThis introduces small OneNAND loader, fitting into 1kB of space (smallestpossible OneNAND RAM size). Some devices equipped with such crappy chips willuse this.Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;Cc: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;Cc: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;Cc: Scott Wood &lt;scottwood@freescale.com&gt;V2: Introduce spl_onenand_load_image() to load data from OneNAND in SPLV3: Cleanup, align with nand_spl. Skip whole blocks.

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile</description>
        <pubDate>Mon, 31 Oct 2011 13:14:15 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut@gmail.com&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/drivers/mtd/onenand/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/drivers/mtd/onenand/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>0ac59d0c0718ccdc7f8184668ec5c4f48c1987a2 - Merge branch &apos;master&apos; of /home/wd/git/u-boot/custodians</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile#0ac59d0c0718ccdc7f8184668ec5c4f48c1987a2</link>
        <description>Merge branch &apos;master&apos; of /home/wd/git/u-boot/custodians

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile</description>
        <pubDate>Sat, 24 Oct 2009 20:26:42 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>922754cc82a82ac90e486b7565a148c9e4b6b584 - 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/drivers/mtd/onenand/Makefile#922754cc82a82ac90e486b7565a148c9e4b6b584</link>
        <description>Merge branch &apos;master-sync&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile</description>
        <pubDate>Sat, 24 Oct 2009 20:26:09 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>4678d674f0cacc983dca7f6b9933cd8291c9797c - s5pc1xx: support onenand driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile#4678d674f0cacc983dca7f6b9933cd8291c9797c</link>
        <description>s5pc1xx: support onenand driverThis patch includes the onenand driver for s5pc100Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile</description>
        <pubDate>Thu, 01 Oct 2009 08:20:08 +0000</pubDate>
        <dc:creator>Minkyu Kang &lt;mk7.kang@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>4125a8d52e18637b58db488f278a30db479b490f - s5pc1xx: support onenand driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile#4125a8d52e18637b58db488f278a30db479b490f</link>
        <description>s5pc1xx: support onenand driverThis patch includes the onenand driver for s5pc100Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile</description>
        <pubDate>Thu, 01 Oct 2009 08:20:08 +0000</pubDate>
        <dc:creator>Minkyu Kang &lt;mk7.kang@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>becbbc7b2a1be44d38779c80ce94fb20e5e13f12 - Merge branch &apos;master&apos; of /home/stefan/git/u-boot/u-boot into next</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile#becbbc7b2a1be44d38779c80ce94fb20e5e13f12</link>
        <description>Merge branch &apos;master&apos; of /home/stefan/git/u-boot/u-boot into next

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile</description>
        <pubDate>Thu, 14 Aug 2008 06:25:13 +0000</pubDate>
        <dc:creator>Stefan Roese &lt;sr@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>2fd0aad443c966ce62008225e57b18e2dcf4e330 - Merge branch &apos;Makefile&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile#2fd0aad443c966ce62008225e57b18e2dcf4e330</link>
        <description>Merge branch &apos;Makefile&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile</description>
        <pubDate>Wed, 13 Aug 2008 21:23:13 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>4fb09b81920e5dfdfc4576883186733f0bd6059c - drivers/mtd/onenand: Move conditional compilation to Makefile</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile#4fb09b81920e5dfdfc4576883186733f0bd6059c</link>
        <description>drivers/mtd/onenand: Move conditional compilation to MakefileSigned-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile</description>
        <pubDate>Tue, 12 Aug 2008 23:40:42 +0000</pubDate>
        <dc:creator>Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;</dc:creator>
    </item>
<item>
        <title>9cfff9e9d4d9dbb9bb428cea3fa2cda3b3e593ad - Merge branch &apos;master&apos; of /home/stefan/git/u-boot/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile#9cfff9e9d4d9dbb9bb428cea3fa2cda3b3e593ad</link>
        <description>Merge branch &apos;master&apos; of /home/stefan/git/u-boot/u-boot

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile</description>
        <pubDate>Thu, 17 Jan 2008 15:04:12 +0000</pubDate>
        <dc:creator>Stefan Roese &lt;sr@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>6cb2239ae76faee64434286c4f8fc71374702dd2 - OneNAND: Separate U-Boot dependent code from OneNAND</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile#6cb2239ae76faee64434286c4f8fc71374702dd2</link>
        <description>OneNAND: Separate U-Boot dependent code from OneNANDOneNAND: Separate U-Boot dependent code from OneNANDSigned-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile</description>
        <pubDate>Mon, 14 Jan 2008 23:59:44 +0000</pubDate>
        <dc:creator>Kyungmin Park &lt;kmpark@infradead.org&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/drivers/mtd/onenand/Makefile#6a40ef62c4300e9f606deef0a4618cbc4b514a51</link>
        <description>Merge git://www.denx.de/git/u-bootConflicts:	board/tqm5200/tqm5200.c

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

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/onenand/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/drivers/mtd/onenand/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/drivers/mtd/onenand/Makefile</description>
        <pubDate>Tue, 11 Dec 2007 10:34:54 +0000</pubDate>
        <dc:creator>Stefan Roese &lt;sr@denx.de&gt;</dc:creator>
    </item>
</channel>
</rss>
