<?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 Kbuild</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>82e81b89 - riscv: migrate to the generic rule for built-in DTB</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/riscv/Kbuild#82e81b89</link>
        <description>riscv: migrate to the generic rule for built-in DTBCommit 654102df2ac2 (&quot;kbuild: add generic support for built-in bootDTBs&quot;) introduced generic support for built-in DTBs.Select GENERIC_BUILTIN_DTB when built-in DTB support is enabled.To keep consistency across architectures, this commit also renamesCONFIG_BUILTIN_DTB_SOURCE to CONFIG_BUILTIN_DTB_NAME.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Acked-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Link: https://lore.kernel.org/r/20241222000836.2578171-1-masahiroy@kernel.orgSigned-off-by: Alexandre Ghiti &lt;alexghiti@rivosinc.com&gt;

            List of files:
            /linux-6.15/arch/riscv/Kbuild</description>
        <pubDate>Sun, 22 Dec 2024 00:08:25 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>178f3856 - RISC-V: hook new crypto subdir into build-system</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/riscv/Kbuild#178f3856</link>
        <description>RISC-V: hook new crypto subdir into build-systemCreate a crypto subdirectory for added accelerated cryptography routinesand hook it into the riscv Kbuild and the main crypto Kconfig.Signed-off-by: Heiko Stuebner &lt;heiko.stuebner@vrull.eu&gt;Reviewed-by: Eric Biggers &lt;ebiggers@google.com&gt;Signed-off-by: Jerry Shih &lt;jerry.shih@sifive.com&gt;Signed-off-by: Eric Biggers &lt;ebiggers@google.com&gt;Link: https://lore.kernel.org/r/20240122002024.27477-4-ebiggers@kernel.orgSigned-off-by: Palmer Dabbelt &lt;palmer@rivosinc.com&gt;

            List of files:
            /linux-6.15/arch/riscv/Kbuild</description>
        <pubDate>Mon, 22 Jan 2024 00:19:14 +0000</pubDate>
        <dc:creator>Heiko Stuebner &lt;heiko.stuebner@vrull.eu&gt;</dc:creator>
    </item>
<item>
        <title>e6265fe7 - kexec: rename ARCH_HAS_KEXEC_PURGATORY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/riscv/Kbuild#e6265fe7</link>
        <description>kexec: rename ARCH_HAS_KEXEC_PURGATORYThe Kconfig refactor to consolidate KEXEC and CRASH options utilizedoption names of the form ARCH_SUPPORTS_&lt;option&gt;. Thus rename theARCH_HAS_KEXEC_PURGATORY to ARCH_SUPPORTS_KEXEC_PURGATORY to followthe same.Link: https://lkml.kernel.org/r/20230712161545.87870-15-eric.devolder@oracle.comSigned-off-by: Eric DeVolder &lt;eric.devolder@oracle.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/arch/riscv/Kbuild</description>
        <pubDate>Wed, 12 Jul 2023 16:15:45 +0000</pubDate>
        <dc:creator>Eric DeVolder &lt;eric.devolder@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>9eb2e45d - riscv: move errata/ and kvm/ builds to arch/riscv/Kbuild</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/riscv/Kbuild#9eb2e45d</link>
        <description>riscv: move errata/ and kvm/ builds to arch/riscv/KbuildCommit 909548d6c578 (&quot;riscv: add arch/riscv/Kbuild&quot;) intended thatsubdirectories in arch/riscv/ would be added in arch/riscv/Kbuild.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Reviewed-by: Anup Patel &lt;anup@brainfault.org&gt;Signed-off-by: Palmer Dabbelt &lt;palmer@rivosinc.com&gt;

            List of files:
            /linux-6.15/arch/riscv/Kbuild</description>
        <pubDate>Wed, 11 May 2022 18:44:08 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>736e30af - RISC-V: Add purgatory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/riscv/Kbuild#736e30af</link>
        <description>RISC-V: Add purgatoryThis patch adds purgatory, the name and concept have been takenfrom kexec-tools. Purgatory runs between two kernels, and doverify sha256 hash to ensure the kernel to jump to is fine andhas not been corrupted after loading. Makefile is modified basedon x86 platform.Signed-off-by: Li Zhengyu &lt;lizhengyu3@huawei.com&gt;Link: https://lore.kernel.org/r/20220408100914.150110-6-lizhengyu3@huawei.comSigned-off-by: Palmer Dabbelt &lt;palmer@rivosinc.com&gt;

            List of files:
            /linux-6.15/arch/riscv/Kbuild</description>
        <pubDate>Fri, 08 Apr 2022 10:09:13 +0000</pubDate>
        <dc:creator>Li Zhengyu &lt;lizhengyu3@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>8212f898 - kbuild: use more subdir- for visiting subdirectories while cleaning</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/riscv/Kbuild#8212f898</link>
        <description>kbuild: use more subdir- for visiting subdirectories while cleaningDocumentation/kbuild/makefiles.rst suggests to use &quot;archclean&quot; forcleaning arch/$(SRCARCH)/boot/, but it is not a hard requirement.Since commit d92cc4d51643 (&quot;kbuild: require all architectures to havearch/$(SRCARCH)/Kbuild&quot;), we can use the &quot;subdir- += boot&quot; trick forall architectures. This can take advantage of the parallel option (-j)for &quot;make clean&quot;.I also cleaned up the comments in arch/$(SRCARCH)/Makefile. The &quot;archdep&quot;target no longer exists.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Reviewed-by: Kees Cook &lt;keescook@chromium.org&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt; (powerpc)

            List of files:
            /linux-6.15/arch/riscv/Kbuild</description>
        <pubDate>Wed, 13 Oct 2021 06:36:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2d268251 - riscv: Allow device trees to be built into the kernel</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/riscv/Kbuild#2d268251</link>
        <description>riscv: Allow device trees to be built into the kernelSome systems don&apos;t provide a useful device tree to the kernel on boot.Chasing around bootloaders for these systems is a headache, so insteadle&apos;t&apos;s just keep a device tree table in the kernel, keyed by the SOC&apos;sunique identifier, that contains the relevant DTB.This is only implemented for M mode right now. While we could implementthis via the SBI calls that allow access to these identifiers, we don&apos;thave any systems that need this right now.Signed-off-by: Palmer Dabbelt &lt;palmerdabbelt@google.com&gt;

            List of files:
            /linux-6.15/arch/riscv/Kbuild</description>
        <pubDate>Tue, 14 Apr 2020 04:43:24 +0000</pubDate>
        <dc:creator>Palmer Dabbelt &lt;palmerdabbelt@google.com&gt;</dc:creator>
    </item>
<item>
        <title>909548d6 - riscv: add arch/riscv/Kbuild</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/riscv/Kbuild#909548d6</link>
        <description>riscv: add arch/riscv/KbuildUse the standard obj-y form to specify the sub-directories underarch/riscv/. No functional change intended.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;

            List of files:
            /linux-6.15/arch/riscv/Kbuild</description>
        <pubDate>Wed, 21 Aug 2019 09:26:58 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
</channel>
</rss>
