<?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 Kconfig.platform</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3b8241f6 - nios2: migrate to the generic rule for built-in DTB</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/nios2/platform/Kconfig.platform#3b8241f6</link>
        <description>nios2: 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_NIOS2_DTB_SOURCE_BOOL to CONFIG_BUILTIN_DTB, andCONFIG_NIOS2_DTB_SOURCE to CONFIG_BUILTIN_DTB_NAME.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/arch/nios2/platform/Kconfig.platform</description>
        <pubDate>Sun, 22 Dec 2024 00:30:53 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4a089e95 - nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/nios2/platform/Kconfig.platform#4a089e95</link>
        <description>nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TESTnios2:allmodconfig builds fail withmake[1]: *** No rule to make target &apos;arch/nios2/boot/dts/&quot;&quot;&apos;,	needed by &apos;arch/nios2/boot/dts/built-in.a&apos;.  Stop.make: [Makefile:1868: arch/nios2/boot/dts] Error 2 (ignored)This is seen with compile tests since those enable NIOS2_DTB_SOURCE_BOOL,which in turn enables NIOS2_DTB_SOURCE. This causes the build errorbecause the default value for NIOS2_DTB_SOURCE is an empty string.Disable NIOS2_DTB_SOURCE_BOOL for compile tests to avoid the error.Fixes: 2fc8483fdcde (&quot;nios2: Build infrastructure&quot;)Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Reviewed-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Dinh Nguyen &lt;dinguyen@kernel.org&gt;

            List of files:
            /linux-6.15/arch/nios2/platform/Kconfig.platform</description>
        <pubDate>Wed, 20 Oct 2021 19:11:16 +0000</pubDate>
        <dc:creator>Guenter Roeck &lt;linux@roeck-us.net&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/arch/nios2/platform/Kconfig.platform#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/arch/nios2/platform/Kconfig.platform</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>d5dbb2e8 - nios2: remove redundant &apos;default n&apos; from Kconfig-s</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/nios2/platform/Kconfig.platform#d5dbb2e8</link>
        <description>nios2: remove redundant &apos;default n&apos; from Kconfig-s&apos;default n&apos; is the default value for any bool or tristate Kconfigsetting so there is no need to write it explicitly.Also since commit f467c5640c29 (&quot;kconfig: only write &apos;# CONFIG_FOOis not set&apos; for visible symbols&quot;) the Kconfig behavior is the sameregardless of &apos;default n&apos; being present or not:    ...    One side effect of (and the main motivation for) this change is making    the following two definitions behave exactly the same:        config FOO                bool        config FOO                bool                default n    With this change, neither of these will generate a    &apos;# CONFIG_FOO is not set&apos; line (assuming FOO isn&apos;t selected/implied).    That might make it clearer to people that a bare &apos;default n&apos; is    redundant.    ...Signed-off-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;Signed-off-by: Ley Foon Tan &lt;ley.foon.tan@intel.com&gt;

            List of files:
            /linux-6.15/arch/nios2/platform/Kconfig.platform</description>
        <pubDate>Wed, 07 Nov 2018 02:36:26 +0000</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>edebea98 - nios2: Add CDX support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/nios2/platform/Kconfig.platform#edebea98</link>
        <description>nios2: Add CDX supportAdd support for the CDX Code Density Extensions present inNios II R2 . This introduces new 16bit instruction set toimprove code density while retaining support for the 32bitNios II R2 instructions.Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;Cc: Ley Foon Tan &lt;lftan@altera.com&gt;

            List of files:
            /linux-6.15/arch/nios2/platform/Kconfig.platform</description>
        <pubDate>Wed, 19 Apr 2017 11:19:02 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marex@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>23460839 - nios2: Add BMX support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/nios2/platform/Kconfig.platform#23460839</link>
        <description>nios2: Add BMX supportAdd support for the BMX Bit Manipulation Extensions present inNios II R2 . This introduces three new instructions, EXTRACT,INSERT and MERGE.Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;Cc: Ley Foon Tan &lt;lftan@altera.com&gt;

            List of files:
            /linux-6.15/arch/nios2/platform/Kconfig.platform</description>
        <pubDate>Wed, 19 Apr 2017 11:19:01 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marex@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>a89988a6 - nios2: Add NIOS2_ARCH_REVISION to select between R1 and R2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/nios2/platform/Kconfig.platform#a89988a6</link>
        <description>nios2: Add NIOS2_ARCH_REVISION to select between R1 and R2Allow user to select between Nios2 R1 and R2. Since R1 and R2 arenot binary compatible, we cannot have a single kernel binary andthere is no point in having DT property for discerning these two.Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;Cc: Ley Foon Tan &lt;lftan@altera.com&gt;

            List of files:
            /linux-6.15/arch/nios2/platform/Kconfig.platform</description>
        <pubDate>Wed, 19 Apr 2017 11:19:00 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marex@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>2fc8483f - nios2: Build infrastructure</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/nios2/platform/Kconfig.platform#2fc8483f</link>
        <description>nios2: Build infrastructureThis patch adds Makefile and Kconfig files required for building anios2 kernel.Signed-off-by: Ley Foon Tan &lt;lftan@altera.com&gt;

            List of files:
            /linux-6.15/arch/nios2/platform/Kconfig.platform</description>
        <pubDate>Thu, 06 Nov 2014 07:20:19 +0000</pubDate>
        <dc:creator>Ley Foon Tan &lt;lftan@altera.com&gt;</dc:creator>
    </item>
</channel>
</rss>
