<?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 ARMADAXP</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>6aa98f78cc6e527b801cabddf6881ab5c9256934 - conf: Remove kernel stack swapping support, part 12</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#6aa98f78cc6e527b801cabddf6881ab5c9256934</link>
        <description>conf: Remove kernel stack swapping support, part 12Remove the NO_SWAPPING option.  There is still some code invm_swapout.c, but it relates to RACCT handling.  Remove the option andmake compilation of vm_swapout.c conditional on RACCT.Tested by:	phoReviewed by:	kibDifferential Revision:	https://reviews.freebsd.org/D46130

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Mon, 29 Jul 2024 01:42:54 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>04bb568fdcd40b201395df198e3498b55377b78b - ARMADAXP: Add extres pseudo devices to some kernel</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#04bb568fdcd40b201395df198e3498b55377b78b</link>
        <description>ARMADAXP: Add extres pseudo devices to some kernelAdd extres and related pseudo devices to allow this to compile.Sponsored by:		NetflixPR:			262417

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Tue, 08 Mar 2022 17:52:31 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1a148873d6488f1dac1cfb207a5927cef89888e - sys/*/conf/*, docs: fix links to handbook</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#c1a148873d6488f1dac1cfb207a5927cef89888e</link>
        <description>sys/*/conf/*, docs: fix links to handbookWhile here, fix all links to older en_US.ISO8859-1 documentationin the src/ tree.PR:             255026Reported by:    Michael B&#252;ker &lt;freebsd@michael-bueker.de&gt;Reviewed by:    dbaioApproved by:    blackend (mentor), re (gjb)MFC after:      10 daysDifferential Revision: https://reviews.freebsd.org/D30265

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Thu, 20 May 2021 08:26:02 +0000</pubDate>
        <dc:creator>Ceri Davies &lt;ceri@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f - Merge ^/head r351317 through r351731.</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f</link>
        <description>Merge ^/head r351317 through r351731.

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Tue, 03 Sep 2019 05:58:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d65d420462c1e08c43afc1a658be752a7b70466 - Fix bogusly declared WERRORs in kernel build</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#7d65d420462c1e08c43afc1a658be752a7b70466</link>
        <description>Fix bogusly declared WERRORs in kernel buildMany arm kernel configs bogusly specified WERROR=-Werror. There&apos;s noreason for this because the default is that and there&apos;s no reason tooverride. These date from a time when we needed to add additionalwarning-&gt;error suppression. They are obsolete and were cut and pastepropagated from file to file.Comment out all the WERROR=.... lines in powerpc. They aren&apos;t bogus,but were appropriate for the old defaults for gcc4.2.1. Now that we&apos;vemade the policy decision to suppress -Werror by default on theseplatforms, it is appropriate to comment these out. People wishing tofix these errors can still un-comment them out, or say WERROR=-Werroron the command line.Fix two instances (cut and paste propagation) of hard-coded -Werrorin x86 code. Replace with ${WERROR} instead. This is a no-op changeexcept for people who build WERROR=-Wno-error :).This should fix tinderbox / CI breakage.

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Sun, 25 Aug 2019 19:39:31 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f49ce7a0b5f0d501d233308d73ccb1bf191a68b - MFHead @349476</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#7f49ce7a0b5f0d501d233308d73ccb1bf191a68b</link>
        <description>MFHead @349476Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Thu, 27 Jun 2019 23:50:54 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c363b16c639529cf82d353abaa17f19bad7f8aec - sys: Remove DEV_RANDOM device option</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#c363b16c639529cf82d353abaa17f19bad7f8aec</link>
        <description>sys: Remove DEV_RANDOM device optionRemove &apos;device random&apos; from kernel configurations that reference it (most).Replace perhaps mistaken &apos;nodevice random&apos; in two MIPS configs with &apos;optionsRANDOM_LOADABLE&apos; instead.  Document removal in UPDATING; update NOTES andrandom.4.Reviewed by:	delphij, markm (previous version)Approved by:	secteam(delphij)Differential Revision:	https://reviews.freebsd.org/D19918

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Fri, 21 Jun 2019 00:16:30 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7847e04111f2c2b06b36f6d19a46d78814d7836d - Merge ^/head r338026 through r338297, and resolve conflicts.</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#7847e04111f2c2b06b36f6d19a46d78814d7836d</link>
        <description>Merge ^/head r338026 through r338297, and resolve conflicts.

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Fri, 24 Aug 2018 18:09:23 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6aa98f78cc6e527b801cabddf6881ab5c9256934 - conf: Remove kernel stack swapping support, part 12</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#6aa98f78cc6e527b801cabddf6881ab5c9256934</link>
        <description>conf: Remove kernel stack swapping support, part 12Remove the NO_SWAPPING option.  There is still some code invm_swapout.c, but it relates to RACCT handling.  Remove the option andmake compilation of vm_swapout.c conditional on RACCT.Tested by:	phoReviewed by:	kibDifferential Revision:	https://reviews.freebsd.org/D46130

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Mon, 29 Jul 2024 01:42:54 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>04bb568fdcd40b201395df198e3498b55377b78b - ARMADAXP: Add extres pseudo devices to some kernel</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#04bb568fdcd40b201395df198e3498b55377b78b</link>
        <description>ARMADAXP: Add extres pseudo devices to some kernelAdd extres and related pseudo devices to allow this to compile.Sponsored by:		NetflixPR:			262417

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Tue, 08 Mar 2022 17:52:31 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1a148873d6488f1dac1cfb207a5927cef89888e - sys/*/conf/*, docs: fix links to handbook</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#c1a148873d6488f1dac1cfb207a5927cef89888e</link>
        <description>sys/*/conf/*, docs: fix links to handbookWhile here, fix all links to older en_US.ISO8859-1 documentationin the src/ tree.PR:             255026Reported by:    Michael B&#252;ker &lt;freebsd@michael-bueker.de&gt;Reviewed by:    dbaioApproved by:    blackend (mentor), re (gjb)MFC after:      10 daysDifferential Revision: https://reviews.freebsd.org/D30265

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Thu, 20 May 2021 08:26:02 +0000</pubDate>
        <dc:creator>Ceri Davies &lt;ceri@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f - Merge ^/head r351317 through r351731.</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f</link>
        <description>Merge ^/head r351317 through r351731.

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Tue, 03 Sep 2019 05:58:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d65d420462c1e08c43afc1a658be752a7b70466 - Fix bogusly declared WERRORs in kernel build</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#7d65d420462c1e08c43afc1a658be752a7b70466</link>
        <description>Fix bogusly declared WERRORs in kernel buildMany arm kernel configs bogusly specified WERROR=-Werror. There&apos;s noreason for this because the default is that and there&apos;s no reason tooverride. These date from a time when we needed to add additionalwarning-&gt;error suppression. They are obsolete and were cut and pastepropagated from file to file.Comment out all the WERROR=.... lines in powerpc. They aren&apos;t bogus,but were appropriate for the old defaults for gcc4.2.1. Now that we&apos;vemade the policy decision to suppress -Werror by default on theseplatforms, it is appropriate to comment these out. People wishing tofix these errors can still un-comment them out, or say WERROR=-Werroron the command line.Fix two instances (cut and paste propagation) of hard-coded -Werrorin x86 code. Replace with ${WERROR} instead. This is a no-op changeexcept for people who build WERROR=-Wno-error :).This should fix tinderbox / CI breakage.

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Sun, 25 Aug 2019 19:39:31 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f49ce7a0b5f0d501d233308d73ccb1bf191a68b - MFHead @349476</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#7f49ce7a0b5f0d501d233308d73ccb1bf191a68b</link>
        <description>MFHead @349476Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Thu, 27 Jun 2019 23:50:54 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c363b16c639529cf82d353abaa17f19bad7f8aec - sys: Remove DEV_RANDOM device option</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#c363b16c639529cf82d353abaa17f19bad7f8aec</link>
        <description>sys: Remove DEV_RANDOM device optionRemove &apos;device random&apos; from kernel configurations that reference it (most).Replace perhaps mistaken &apos;nodevice random&apos; in two MIPS configs with &apos;optionsRANDOM_LOADABLE&apos; instead.  Document removal in UPDATING; update NOTES andrandom.4.Reviewed by:	delphij, markm (previous version)Approved by:	secteam(delphij)Differential Revision:	https://reviews.freebsd.org/D19918

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Fri, 21 Jun 2019 00:16:30 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7847e04111f2c2b06b36f6d19a46d78814d7836d - Merge ^/head r338026 through r338297, and resolve conflicts.</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#7847e04111f2c2b06b36f6d19a46d78814d7836d</link>
        <description>Merge ^/head r338026 through r338297, and resolve conflicts.

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Fri, 24 Aug 2018 18:09:23 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>49a49b37dfe4985a95c529143863850abf17fd73 - Move options INTRNG into std.armv6 and std.armv7</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#49a49b37dfe4985a95c529143863850abf17fd73</link>
        <description>Move options INTRNG into std.armv6 and std.armv7INTRNG is required on all armv6 and armv7 systems, so make itstandard.

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Mon, 20 Aug 2018 20:31:53 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ccc1e6eb49ca272c3f85e64b3e1cd5cee9fe2407 - Use PLATFORM for initializing Marvell ArmadaXP and Armada38X</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADAXP#ccc1e6eb49ca272c3f85e64b3e1cd5cee9fe2407</link>
        <description>Use PLATFORM for initializing Marvell ArmadaXP and Armada38XSpliting armv5 and armv7 machdep is necessary for adding Armada38X andArmadaXP to GENERIC config.PLATFORM framework checks SOC type in FDT and will select properinitialization function implementation during runtime.Pointers to SoC specific implementation are stored in array ofplatform_method_t and provided to framework by FDT_PLATFORM_DEF macro.PLATFORM framework supports also reset function. To simplify implementationcpu_reset is moved from mv_common to armv5 and armv7 machdep.Armada38X and ArmadaXP share now common list of files, so resolve alldependencies as well.Submitted by: Rafal Kozik &lt;rk@semihalf.com&gt;	      Marcin Wojtas &lt;mw@semihalf.com&gt;Reviewed by: mwObtained from: SemihalfSponsored by: StormshieldDifferential Revision: https://reviews.freebsd.org/D14744

            List of files:
            /src/sys/arm/conf/ARMADAXP</description>
        <pubDate>Wed, 04 Apr 2018 08:40:49 +0000</pubDate>
        <dc:creator>Marcin Wojtas &lt;mw@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
