<?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 2015</copyright>
    <generator>Java</generator><item>
        <title>2b59af8c - arm64: dts: Add support for Stratix 10 Software Virtual Platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/altera/Makefile#2b59af8c</link>
        <description>arm64: dts: Add support for Stratix 10 Software Virtual PlatformAdd Stratix 10 Software Virtual Platform device treeAcked-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Signed-off-by: Teh Wen Ping &lt;wen.ping.teh@intel.com&gt;Signed-off-by: Dinh Nguyen &lt;dinguyen@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/altera/Makefile</description>
        <pubDate>Thu, 09 Jun 2022 02:55:00 +0000</pubDate>
        <dc:creator>Teh Wen Ping &lt;wen.ping.teh@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>910499e1 - ARM: socfpga: introduce common ARCH_INTEL_SOCFPGA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/altera/Makefile#910499e1</link>
        <description>ARM: socfpga: introduce common ARCH_INTEL_SOCFPGASimplify 32-bit and 64-bit Intel SoCFPGA Kconfig options by having onlyone for both of them.  This the common practice for other platforms.Additionally, the ARCH_SOCFPGA is too generic as SoCFPGA designs comefrom multiple vendors.Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;Signed-off-by: Dinh Nguyen &lt;dinguyen@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/altera/Makefile</description>
        <pubDate>Thu, 11 Mar 2021 15:25:32 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>3c0f3b85 - arm64: dts: add NAND board files for Stratix10 and Agilex</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/altera/Makefile#3c0f3b85</link>
        <description>arm64: dts: add NAND board files for Stratix10 and AgilexThe Stratix10 and Agilex devkits support a separate NAND daughter card.The NAND daughter card replaces the SDMMC slot that is on the defaultdaughter card thus requires a separate board dts file.Signed-off-by: Dinh Nguyen &lt;dinguyen@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/altera/Makefile</description>
        <pubDate>Thu, 07 Nov 2019 22:59:27 +0000</pubDate>
        <dc:creator>Dinh Nguyen &lt;dinguyen@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/altera/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/altera/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>7e7962dd - kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/altera/Makefile#7e7962dd</link>
        <description>kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.libIf CONFIG_OF_ALL_DTBS is enabled, &quot;make ARCH=arm64 dtbs&quot; compiles eachDTB twice; one from arch/arm64/boot/dts/*/Makefile and the other fromthe dtb-$(CONFIG_OF_ALL_DTBS) line in arch/arm64/boot/dts/Makefile.It could be a race problem when building DTBS in parallel.Another minor issue is CONFIG_OF_ALL_DTBS covers only *.dts in vendorsub-directories, so this broke when Broadcom added one more hierarchyin arch/arm64/boot/dts/broadcom/&lt;soc&gt;/.One idea to fix the issues in a clean way is to move DTB handlingto Kbuild core scripts.  Makefile.dtbinst already recognizes dtb-ynatively, so it should not hurt to do so.Add $(dtb-y) to extra-y, and $(dtb-) as well if CONFIG_OF_ALL_DTBS isenabled.  All clutter things in Makefiles go away.As a bonus clean-up, I also removed dts-dirs.  Just use subdir-ydirectly to traverse sub-directories.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;[robh: corrected BUILTIN_DTB to CONFIG_BUILTIN_DTB]Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/altera/Makefile</description>
        <pubDate>Sun, 05 Nov 2017 05:30:53 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>74ce1896 - kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/altera/Makefile#74ce1896</link>
        <description>kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileWe need to add &quot;clean-files&quot; in Makfiles to clean up DT blobs, but weoften miss to do so.Since there are no source files that end with .dtb or .dtb.S, so wecan clean-up those files from the top-level Makefile.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/altera/Makefile</description>
        <pubDate>Thu, 02 Nov 2017 02:51:25 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>78cd6a9d - arm64: dts: Add base stratix 10 dtsi</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/altera/Makefile#78cd6a9d</link>
        <description>arm64: dts: Add base stratix 10 dtsiAdd the base DTS for Altera&apos;s SoCFPGA Stratix 10 platform.Signed-off-by: Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;---v4: Add a non-zero ranges property for /soc nodev3: change #address-cells and #size-cells to &lt;2&gt;    change the GIC address to 0xfffc1000    update the GIC virtual CPU reg length to 0x2000v2: use interrupt-affinity for pmu node

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/altera/Makefile</description>
        <pubDate>Wed, 05 Aug 2015 04:25:50 +0000</pubDate>
        <dc:creator>Dinh Nguyen &lt;dinguyen@opensource.altera.com&gt;</dc:creator>
    </item>
</channel>
</rss>
