<?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>d8db5367cf2573bd2878866cf70446102183652c - disk: Add ENV partition table support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/disk/Makefile#d8db5367cf2573bd2878866cf70446102183652c</link>
        <description>disk: Add ENV partition table supportSupport partition table from env variable &quot;blkdevparts&quot; or &quot;mtdparts&quot;.Example:  blkdevparts=mmcblk0:4M@8M(uboot),1M(misc),32M(boot),512M(rootfs),512M(oem),1G(userdata),-(media)  mtdparts=....Search priority: mtdparts &gt; blkdevparts.Signed-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: Ie06d6fa8a53e3c0921855f475d61f2b241db17f8

            List of files:
            /rk3399_rockchip-uboot/disk/Makefile</description>
        <pubDate>Tue, 08 Feb 2022 03:32:26 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>18ed0023c913331f7eea8aff7c271b86672c7bf4 - disk: Add ram partition table support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/disk/Makefile#18ed0023c913331f7eea8aff7c271b86672c7bf4</link>
        <description>disk: Add ram partition table supportPartitions info is from rockchip atags.Signed-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: I8c2613e96f93bd2da8cbee4b970123ef212c987c

            List of files:
            /rk3399_rockchip-uboot/disk/Makefile</description>
        <pubDate>Mon, 05 Jul 2021 01:55:50 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>dbf2974739551300976dd8bafee1c3c6cea7f856 - disk: fix compile error in tpl</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/disk/Makefile#dbf2974739551300976dd8bafee1c3c6cea7f856</link>
        <description>disk: fix compile error in tplerror: disk/part.c:756: undefined reference to `sprintf&apos;Signed-off-by: Jason Zhu &lt;jason.zhu@rock-chips.com&gt;Change-Id: I41f10efe881783e2e426e70e8a79f585dce5bdf0

            List of files:
            /rk3399_rockchip-uboot/disk/Makefile</description>
        <pubDate>Mon, 08 Jun 2020 14:10:27 +0000</pubDate>
        <dc:creator>Jason Zhu &lt;jason.zhu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>6e54cbfe00ce71e38ee7f42d46acfac176a7b605 - disk: fix compile error when enable part efi in spl build</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/disk/Makefile#6e54cbfe00ce71e38ee7f42d46acfac176a7b605</link>
        <description>disk: fix compile error when enable part efi in spl buildTEST:./make.sh rk3308CONFIG:CONFIG_SPL_EFI_PARTITIONCONFIG_SPL_LIBDISK_SUPPORTError message:disk/part_efi.c:1219:11: error: &#8216;part_test_efi&#8217; undeclared here(not in a function) .test  = part_test_efi,disk/part_efi.c:1182:12: error: &#8216;is_pte_valid&#8217; defined but notused [-Werror=unused-function] static int is_pte_valid(gpt_entry * pte)......Change-Id: I231511eb54d998151aadff68f19db7ee8127f122Signed-off-by: Jason Zhu &lt;jason.zhu@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/disk/Makefile</description>
        <pubDate>Thu, 18 Jul 2019 08:59:08 +0000</pubDate>
        <dc:creator>Jason Zhu &lt;jason.zhu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>82198b5ccd31ca903c84f3d16e015ca704af852c - disk: part_rockchip: add new partition type for rockchip parameter</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/disk/Makefile#82198b5ccd31ca903c84f3d16e015ca704af852c</link>
        <description>disk: part_rockchip: add new partition type for rockchip parameterRockchip parameter parameter is a partition type like cmdline partition,widely used in rockchip legacy system.Change-Id: I107748733c4cfed22f3a2ef8716033211eafdf7cSigned-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/disk/Makefile</description>
        <pubDate>Wed, 06 Dec 2017 07:09:31 +0000</pubDate>
        <dc:creator>Kever Yang &lt;kever.yang@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>bd42a94268b165a6f298b9ab13be7003e8d96b02 - disk: convert CONFIG_EFI_PARTITION to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/disk/Makefile#bd42a94268b165a6f298b9ab13be7003e8d96b02</link>
        <description>disk: convert CONFIG_EFI_PARTITION to KconfigSigned-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;Signed-off-by: Patrick Delaunay &lt;patrick.delaunay73@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/disk/Makefile</description>
        <pubDate>Fri, 27 Jan 2017 10:00:41 +0000</pubDate>
        <dc:creator>Patrick Delaunay &lt;patrick.delaunay@st.com&gt;</dc:creator>
    </item>
<item>
        <title>863c5b6cdd49f0f0ce5ca0ae3bd0ed09b766121b - disk: convert CONFIG_AMIGA_PARTITION to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/disk/Makefile#863c5b6cdd49f0f0ce5ca0ae3bd0ed09b766121b</link>
        <description>disk: convert CONFIG_AMIGA_PARTITION to KconfigSigned-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;Signed-off-by: Patrick Delaunay &lt;patrick.delaunay73@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/disk/Makefile</description>
        <pubDate>Fri, 27 Jan 2017 10:00:39 +0000</pubDate>
        <dc:creator>Patrick Delaunay &lt;patrick.delaunay@st.com&gt;</dc:creator>
    </item>
<item>
        <title>1acc0087876229d7ade1b23aaecbccf63de8a615 - disk: convert CONFIG_ISO_PARTITION to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/disk/Makefile#1acc0087876229d7ade1b23aaecbccf63de8a615</link>
        <description>disk: convert CONFIG_ISO_PARTITION to KconfigSigned-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;Signed-off-by: Patrick Delaunay &lt;patrick.delaunay73@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/disk/Makefile</description>
        <pubDate>Fri, 27 Jan 2017 10:00:38 +0000</pubDate>
        <dc:creator>Patrick Delaunay &lt;patrick.delaunay@st.com&gt;</dc:creator>
    </item>
<item>
        <title>b0cf733933c3bc1b4ab353e16affabc60f863db5 - disk: convert CONFIG_DOS_PARTITION to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/disk/Makefile#b0cf733933c3bc1b4ab353e16affabc60f863db5</link>
        <description>disk: convert CONFIG_DOS_PARTITION to KconfigSigned-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;Signed-off-by: Patrick Delaunay &lt;patrick.delaunay73@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/disk/Makefile</description>
        <pubDate>Fri, 27 Jan 2017 10:00:37 +0000</pubDate>
        <dc:creator>Patrick Delaunay &lt;patrick.delaunay@st.com&gt;</dc:creator>
    </item>
<item>
        <title>f18fa31cdcfeecaf56e61224eb18d2f2b6d39d85 - disk: convert CONFIG_MAC_PARTITION to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/disk/Makefile#f18fa31cdcfeecaf56e61224eb18d2f2b6d39d85</link>
        <description>disk: convert CONFIG_MAC_PARTITION to KconfigSigned-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;Signed-off-by: Patrick Delaunay &lt;patrick.delaunay73@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/disk/Makefile</description>
        <pubDate>Fri, 27 Jan 2017 10:00:36 +0000</pubDate>
        <dc:creator>Patrick Delaunay &lt;patrick.delaunay@st.com&gt;</dc:creator>
    </item>
<item>
        <title>1ad6364eeb4f578e423081d1748e8a3fdf1ab01d - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/disk/Makefile#1ad6364eeb4f578e423081d1748e8a3fdf1ab01d</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/disk/Makefile</description>
        <pubDate>Wed, 05 Mar 2014 11:51:26 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>3e11350255d9c5d4bd03c2a65769da84c05d3294 - 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/disk/Makefile#3e11350255d9c5d4bd03c2a65769da84c05d3294</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;Conflicts:	Makefile	drivers/net/npe/MakefileThese two conflicts arise from commit 0b2d3f20(&quot;ARM: NET: Remove the IXP NPE ethernet driver&quot;) and areresolved by deleting the drivers/net/npe/Makefile fileand removing the CONFIG_IXP4XX_NPE line from Makefile.

            List of files:
            /rk3399_rockchip-uboot/disk/Makefile</description>
        <pubDate>Thu, 20 Feb 2014 12:16:05 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>6825a95b0ba72c4e5667d02d8b31986e2e9abd5a - kbuild: use Linux Kernel build scripts</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/disk/Makefile#6825a95b0ba72c4e5667d02d8b31986e2e9abd5a</link>
        <description>kbuild: use Linux Kernel build scriptsNow we are ready to switch over to real Kbuild.This commit disables temporary scripts:  scripts/{Makefile.build.tmp, Makefile.host.tmp}and enables real Kbuild scripts:  scripts/{Makefile.build,Makefile.host,Makefile.lib}.This switch is triggered by the line in scripts/Kbuild.include  -build := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.build.tmp obj  +build := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.build objWe need to adjust some build scripts for U-Boot.But smaller amount of modification is preferable.Additionally, we need to fix compiler flags which arelocally added or removed.In Kbuild, it is not allowed to change CFLAGS locally.Instead, ccflags-y, asflags-y, cppflags-y,CFLAGS_$(basetarget).o, CFLAGS_REMOVE_$(basetarget).oare prepared for that purpose.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Tested-by: Gerhard Sittig &lt;gsi@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/disk/Makefile</description>
        <pubDate>Tue, 04 Feb 2014 08:24:28 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>dcbd48917ea5fb667337198aa751fa2920f5a6f8 - disk: convert a makefile to Kbuild style</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/disk/Makefile#dcbd48917ea5fb667337198aa751fa2920f5a6f8</link>
        <description>disk: convert a makefile to Kbuild styleSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

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

            List of files:
            /rk3399_rockchip-uboot/disk/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/disk/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/disk/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>df3fc52608daa1e10332f59cd2f226ba400d1c98 - disk/part.c: Make features optional</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/disk/Makefile#df3fc52608daa1e10332f59cd2f226ba400d1c98</link>
        <description>disk/part.c: Make features optionalIf we don&apos;t want to build support for any partition types we can nowadd #undef CONFIG_PARTITIONS in a board config file to keep this frombeing compiled in. Otherwise boards assume this is compiled in bydefaultSigned-off-by: Matthew McClintock &lt;msm@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/disk/Makefile</description>
        <pubDate>Tue, 24 May 2011 05:31:19 +0000</pubDate>
        <dc:creator>Matthew McClintock &lt;msm@freescale.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/disk/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/disk/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>7511835b29f2074ebfa8ea794f0303ec8e49542b - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/disk/Makefile#7511835b29f2074ebfa8ea794f0303ec8e49542b</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/disk/Makefile</description>
        <pubDate>Thu, 19 Feb 2009 17:06:58 +0000</pubDate>
        <dc:creator>Kim Phillips &lt;kim.phillips@freescale.com&gt;</dc:creator>
    </item>
</channel>
</rss>
