<?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>99adc529 - arm64: versal-net: Add description for b2197-00 revA board</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#99adc529</link>
        <description>arm64: versal-net: Add description for b2197-00 revA boardAdd description for VN-X board. The board is using Versal NET SoC which has16 a78 cores with additional IPs.Signed-off-by: Michal Simek &lt;michal.simek@amd.com&gt;Link: https://lore.kernel.org/r/1b23d64107220f5b48fc77ba28c5e59a20d83600.1738657826.git.michal.simek@amd.com

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Tue, 04 Feb 2025 08:30:33 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>23b697ec - arm64: dts: xilinx: Apply overlays to base dtbs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#23b697ec</link>
        <description>arm64: dts: xilinx: Apply overlays to base dtbsDT overlays in tree need to be applied to a base DTB to validate theyapply, to run schema checks on them, and to catch any errors at compiletime. Defining the &quot;-dtbs&quot; variable is not enough as the combined DT mustbe added to dtbs-y.zynqmp-sck-kr-g-revA.dtso and zynqmp-sck-kr-g-revB.dtso don&apos;t exist, so dropthem.Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;Fixes: 45fe0dc4ea2e (&quot;arm64: xilinx: Use zynqmp prefix for SOM dt overlays&quot;)Link: https://lore.kernel.org/r/20230911214751.2202913-1-robh@kernel.orgSigned-off-by: Michal Simek &lt;michal.simek@amd.com&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Mon, 11 Sep 2023 21:47:47 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>45fe0dc4 - arm64: xilinx: Use zynqmp prefix for SOM dt overlays</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#45fe0dc4</link>
        <description>arm64: xilinx: Use zynqmp prefix for SOM dt overlaysU-Boot is using zynqmp- prefix to compose DT name for board detectionthat&apos;s why also generate DT in this format in the kernel.Signed-off-by: Michal Simek &lt;michal.simek@amd.com&gt;Link: https://lore.kernel.org/r/49c1b8c992929610ba17b9c6edf5d40d4b28d2ed.1683033163.git.michal.simek@amd.com

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Tue, 02 May 2023 13:12:49 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>370b0e90 - arm64: zynqmp: Change zc1275 board name to zcu1275</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#370b0e90</link>
        <description>arm64: zynqmp: Change zc1275 board name to zcu1275Internal board zc1275 was released also to public which ends up with addingmissing &apos;u&apos; to board name. Reflect this change by renaming DT files.Signed-off-by: Michal Simek &lt;michal.simek@amd.com&gt;Link: https://lore.kernel.org/r/9b50c72c4e634b2c72758eed6275920eedbda06f.1683099606.git.michal.simek@amd.com

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Wed, 03 May 2023 07:40:15 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>7a4c31ee - arm64: zynqmp: Add support for Xilinx Kria SOM board</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#7a4c31ee</link>
        <description>arm64: zynqmp: Add support for Xilinx Kria SOM boardThere are couple of revisions of SOMs (k26) and associated carrier cards(kv260).SOM itself has two major versions:sm-k26 - SOM with EMMCsmk-k26 - SOM without EMMC used on starter kit with preprogrammed firmwarein QSPI.SOMs are describing only devices available on the SOM or connections whichare described in specification (for example UART, fwuen).When SOM boots out of QSPI it uses limited number of peripherals defined bythe specification and present in sm(k)-k26 dtses.Then a carrier card (CC) detection is happening and DT overlay is appliedto brings new functionality. That&apos;s why DT overlays are used. The name iscomposed together with SOM name and CC name that&apos;s why DT overlays withthese names are generated to make sure they can be used together.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;Link: https://lore.kernel.org/r/1ba32590670434b650bacf6410a65579dd30b38b.1632294439.git.michal.simek@xilinx.com

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Wed, 22 Sep 2021 07:07:32 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>e6a52b9e - arm64: zynqmp: Add support for zcu102-rev1.1 board</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#e6a52b9e</link>
        <description>arm64: zynqmp: Add support for zcu102-rev1.1 boardzcu102 rev1.1 compare to rev1.0 is using by default different DDR memorywhich requires different configuration. The reason for adding this file toLinux kernel is that U-Boot fdtfile variable is composed based on boardrevision (in eeprom) and dtb file should exist in standard distibutions forpassing it to Linux kernel.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;Link: https://lore.kernel.org/r/38bbbeb885f4d9ba466c43ab9b4d25190a3552fb.1623684253.git.michal.simek@xilinx.com

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Mon, 14 Jun 2021 15:25:38 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>127b856f - arm64: dts: zynqmp: Add description for zcu104 revC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#127b856f</link>
        <description>arm64: dts: zynqmp: Add description for zcu104 revCXilinx ZynqMP zcu104 revC and newer board revisions have different i2cstructure compare to revA. The rest of the board is the same from softwareperspective.Also enable DMAs and QSPI.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Link: https://lore.kernel.org/r/17f68c235ea1ce96c3293ca0cf3178951d6663f7.1611224800.git.michal.simek@xilinx.com

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Thu, 21 Jan 2021 10:27:00 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>41ee3e38 - arm64: dts: zynqmp: Add support for Avnet Ultra96 rev1 board</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#41ee3e38</link>
        <description>arm64: dts: zynqmp: Add support for Avnet Ultra96 rev1 boardAvnet Ultra96 rev1 board is commercialized Xilinx zcu100 revC/Dinternal board. The patch is reusing zcu100 revC files but changingmodel description and compatible strings which are used for example bylibmraa.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Wed, 02 May 2018 11:14:35 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>d7247786 - arm64: dts: zynqmp: Remove ep108 board</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#d7247786</link>
        <description>arm64: dts: zynqmp: Remove ep108 boardZynqMP Emulation board is no longer tested and there is no reason tokeep maintaining it.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Fri, 02 Mar 2018 07:45:16 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>e2fc49e1 - arm64: zynqmp: Add support for Xilinx zc1751</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#e2fc49e1</link>
        <description>arm64: zynqmp: Add support for Xilinx zc1751Xilinx zc1751 boards is used for silicon validation. Board can beextended with 5 FMCs/DCs cards to connect various IPs. Describe allthese combinations.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Fri, 19 Jan 2018 12:15:44 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>d665c743 - arm64: zynqmp: Add support for Xilinx zc12XX boards</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#d665c743</link>
        <description>arm64: zynqmp: Add support for Xilinx zc12XX boardsThese 3 boards requires minimal support to get Linux up and running.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Fri, 19 Jan 2018 12:11:01 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>b8aee022 - arm64: zynqmp: Add support for Xilinx zcu111-revA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#b8aee022</link>
        <description>arm64: zynqmp: Add support for Xilinx zcu111-revAXilinx zcu111 is a customer board. It is reusing some parts from zcu102.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Fri, 19 Jan 2018 12:03:56 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>9243d4d3 - arm64: zynqmp: Add support for Xilinx zcu106-revA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#9243d4d3</link>
        <description>arm64: zynqmp: Add support for Xilinx zcu106-revAXilinx zcu106 is a customer board. It is reusing some parts from zcu102.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Thu, 18 Jan 2018 15:34:51 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>612eac3b - arm64: zynqmp: Add support for Xilinx zcu104-revA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#612eac3b</link>
        <description>arm64: zynqmp: Add support for Xilinx zcu104-revAXilinx zcu104 is another customer board. It is sort of zcu102 clonewith some differences.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Thu, 18 Jan 2018 15:10:05 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>ef797b53 - arm64: zynqmp: Add support for Xilinx zcu102</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#ef797b53</link>
        <description>arm64: zynqmp: Add support for Xilinx zcu102This patch is adding revA, revB and rev1.0. There are also otherrevisions between which should be backward compatible with previousversions. Unfortunately all revs are still in use.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Thu, 18 Jan 2018 14:52:47 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>5869ba06 - arm64: zynqmp: Add support for Xilinx zcu100-revC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#5869ba06</link>
        <description>arm64: zynqmp: Add support for Xilinx zcu100-revCThis board has 2GB of memory, i2c, sd, wifi sdio, spis, uarts, displayport and usbs.Board is using fixed clocks because clock driver hasn&apos;t been merged yet.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Thu, 07 Jan 2016 09:27:27 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>b9c74682 - arm64: zynqmp: Add SPDX license identifier</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#b9c74682</link>
        <description>arm64: zynqmp: Add SPDX license identifierAdd SPDX identifier as was done by for example by:&quot;License cleanup: add SPDX GPL-2.0 license identifier to files with nolicense&quot; (commit &lt;b24413180f5600bcb3bb70fbed5cf186b60864bd&gt;)Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Wed, 17 Jan 2018 15:07:11 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&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/xilinx/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/xilinx/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/xilinx/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/xilinx/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>5d1b79d2 - ARM64: Add new Xilinx ZynqMP SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile#5d1b79d2</link>
        <description>ARM64: Add new Xilinx ZynqMP SoCInitial version of device tree for Xilinx ZynqMP SoC.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Acked-by: S&#246;ren Brinkmann &lt;soren.brinkmann@xilinx.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm64/xilinx/Makefile</description>
        <pubDate>Mon, 09 Mar 2015 08:41:04 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
</channel>
</rss>
