<?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>a69fdc7787bfa2f27eed74c2ee58c28ce932d502 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile#a69fdc7787bfa2f27eed74c2ee58c28ce932d502</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile</description>
        <pubDate>Fri, 23 Oct 2015 10:35:42 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>858dbdf8412cefb6dbc4eed63dc3de9744578455 - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile#858dbdf8412cefb6dbc4eed63dc3de9744578455</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile</description>
        <pubDate>Thu, 22 Oct 2015 00:47:40 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>62716ebb751dbe7346ff52b17be867505d959bcc - x86: fsp: Make hob command a sub-command to fsp</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile#62716ebb751dbe7346ff52b17be867505d959bcc</link>
        <description>x86: fsp: Make hob command a sub-command to fspIntroduce a new fsp command and make the existing hob command asub-command to fsp for future extension. Also move cmd_hob.c tothe dedicated fsp sub-directory in arch/x86/lib.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile</description>
        <pubDate>Sat, 10 Oct 2015 08:47:58 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e1cc4d31f889428a4ca73120951389c756404184 - Merge remote-tracking 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/x86/lib/fsp/Makefile#e1cc4d31f889428a4ca73120951389c756404184</link>
        <description>Merge remote-tracking branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile</description>
        <pubDate>Tue, 24 Feb 2015 06:59:38 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>e72d344386bf80738fab7a6bd37cb321f443093a - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile#e72d344386bf80738fab7a6bd37cb321f443093a</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile</description>
        <pubDate>Fri, 13 Feb 2015 10:17:01 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>db7a7dee6878fe7539d5967de1caff83246254e0 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile#db7a7dee6878fe7539d5967de1caff83246254e0</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile</description>
        <pubDate>Tue, 10 Feb 2015 15:42:56 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>91785f70b9b7ebfd1a2da4772a8268b36f58fa3d - x86: mmc: Move common FSP functions into a common file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile#91785f70b9b7ebfd1a2da4772a8268b36f58fa3d</link>
        <description>x86: mmc: Move common FSP functions into a common fileSince these board functions seem to be the same for all boards which useFSP, move them into a common file. We can adjust this later if future FSPsneed more flexibility.This creates a generic PCI MMC device.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Tested-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile</description>
        <pubDate>Wed, 28 Jan 2015 05:13:39 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>7b02bf3c7dc74ab29e5c5f826cc0cfd141e41f2d - x86: Make CAR and DRAM FSP code common</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile#7b02bf3c7dc74ab29e5c5f826cc0cfd141e41f2d</link>
        <description>x86: Make CAR and DRAM FSP code commonFor now this code seems to be the same for all FSP platforms. Make itcommon until we see what differences are required.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Tested-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile</description>
        <pubDate>Wed, 28 Jan 2015 05:13:38 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>1021af4ded2d0961a4ba2ba89851719b098a98b6 - x86: Move common FSP code into a common location</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile#1021af4ded2d0961a4ba2ba89851719b098a98b6</link>
        <description>x86: Move common FSP code into a common locationSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Tested-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/lib/fsp/Makefile</description>
        <pubDate>Wed, 28 Jan 2015 05:13:36 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
