<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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 2015</copyright>
    <generator>Java</generator><item>
        <title>6aa98f78cc6e527b801cabddf6881ab5c9256934 - conf: Remove kernel stack swapping support, part 12</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Mon, 29 Jul 2024 03:42:54 +0200</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://kernelsources.org:8080/source/history/freebsd/sys/arm/conf/ARMADAXP#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Tue, 08 Mar 2022 18:52:31 +0100</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Thu, 20 May 2021 10:26:02 +0200</pubDate>
        <dc:creator>Ceri Davies &lt;ceri@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f - Merge ^/head r351317 through r351731.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm/conf/ARMADAXP#c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f</link>
        <description>Merge ^/head r351317 through r351731.

            List of files:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Tue, 03 Sep 2019 07:58:43 +0200</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Sun, 25 Aug 2019 21:39:31 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f49ce7a0b5f0d501d233308d73ccb1bf191a68b - MFHead @349476</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm/conf/ARMADAXP#7f49ce7a0b5f0d501d233308d73ccb1bf191a68b</link>
        <description>MFHead @349476Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Fri, 28 Jun 2019 01:50:54 +0200</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Fri, 21 Jun 2019 02:16:30 +0200</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://kernelsources.org:8080/source/history/freebsd/sys/arm/conf/ARMADAXP#7847e04111f2c2b06b36f6d19a46d78814d7836d</link>
        <description>Merge ^/head r338026 through r338297, and resolve conflicts.

            List of files:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Fri, 24 Aug 2018 20:09:23 +0200</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Mon, 20 Aug 2018 22:31:53 +0200</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Wed, 04 Apr 2018 10:40:49 +0200</pubDate>
        <dc:creator>Marcin Wojtas &lt;mw@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>244af1d4db0f7b9f2dc3068228ca3ef5278b9ad4 - Enable ArmadaXP using INTRNG interrupt controller</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm/conf/ARMADAXP#244af1d4db0f7b9f2dc3068228ca3ef5278b9ad4</link>
        <description>Enable ArmadaXP using INTRNG interrupt controllerDefining INTRNG remove some necessary registers and declarations ofpic_init_secondary, pic_ipi_send, pic_ipi_read and pic_ipi_clear.Because Marvell ArmadaXP and Armada38X always use INTRNG, include allINTRNG code and remove code that does not use it.Separate pic registers declarations for Armada38X are unnecessary, itworks properly with ArmadaXP config.Submitted by: Rafal Kozik &lt;rk@semihalf.com&gt;Reviewed by: andrewObtained from: SemihalfSponsored by: StormshieldDifferential Revision: https://reviews.freebsd.org/D14734

            List of files:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Tue, 03 Apr 2018 23:17:19 +0200</pubDate>
        <dc:creator>Marcin Wojtas &lt;mw@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2c014f24c10f90d85126ac5fbd4d8524de32b1c - Merge ^/head r323559 through r325504.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm/conf/ARMADAXP#c2c014f24c10f90d85126ac5fbd4d8524de32b1c</link>
        <description>Merge ^/head r323559 through r325504.

            List of files:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Tue, 07 Nov 2017 09:39:14 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c5ab8c1cca729316a3d8109e2ae0c1c8e4611d9 - MFhead@r325119</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm/conf/ARMADAXP#3c5ab8c1cca729316a3d8109e2ae0c1c8e4611d9</link>
        <description>MFhead@r325119

            List of files:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Mon, 30 Oct 2017 06:52:26 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a2aef24aa3c8458e4036735dd6928b4ef77294e5 - Update several more URLs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm/conf/ARMADAXP#a2aef24aa3c8458e4036735dd6928b4ef77294e5</link>
        <description>Update several more URLs- Primarily http -&gt; https- Primarily FreeBSD project URLs

            List of files:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Sun, 29 Oct 2017 09:17:03 +0100</pubDate>
        <dc:creator>Eitan Adler &lt;eadler@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>50896984cd36c1724905e41819f5236399a4972d - MFhead@r324482</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm/conf/ARMADAXP#50896984cd36c1724905e41819f5236399a4972d</link>
        <description>MFhead@r324482

            List of files:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Tue, 10 Oct 2017 08:26:12 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>094fc1ed0f2627525c7b0342efcbad5be7a8546a - Tag all armv7 kernels as such in their machine config line.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm/conf/ARMADAXP#094fc1ed0f2627525c7b0342efcbad5be7a8546a</link>
        <description>Tag all armv7 kernels as such in their machine config line.Transition all boards that support arm cortex CPUs to armv7. Thisleaves two armv6 kernels in the tree. RPI-B, which uses the BCM2835which has a ARM1176 core, and VERSATILEPB, which is a qemu board setuparound the time RPI-B went in. Copy std.armv6 to std.armv7, eventhough that duplicates a lot of stuff. More work needs to be done tosort out the duplication.Differential Revision: https://reviews.freebsd.org/D12027

            List of files:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Fri, 06 Oct 2017 01:01:50 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a14eb6db996a2359efa77a4d4724e1e7098b6b6e - Merge ^/head r319480 through r319547.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm/conf/ARMADAXP#a14eb6db996a2359efa77a4d4724e1e7098b6b6e</link>
        <description>Merge ^/head r319480 through r319547.

            List of files:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Sat, 03 Jun 2017 20:21:50 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5dc97550fb827d67aa8f5148d185be36d0d44981 - Mark the non-INTRNG armv6 configs with NO_UNIVERSE to prepare for INTRNG</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm/conf/ARMADAXP#5dc97550fb827d67aa8f5148d185be36d0d44981</link>
        <description>Mark the non-INTRNG armv6 configs with NO_UNIVERSE to prepare for INTRNGbeing always enabled on armv6.

            List of files:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Sat, 03 Jun 2017 12:38:41 +0200</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3a86bcdd1725c9406b5acc4d556b45a4dcb6ba48 - Remove HZ=&lt;various&gt; from all armv6 configs, put HZ=1000 in std.armv6.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm/conf/ARMADAXP#3a86bcdd1725c9406b5acc4d556b45a4dcb6ba48</link>
        <description>Remove HZ=&lt;various&gt; from all armv6 configs, put HZ=1000 in std.armv6.All armv6 processors are plenty fast enough for HZ=1000.No changes are made for older arm systems, because some chips are a bitwimpy for 1000 while others do fine, so it has to be set on a per-configbasis.

            List of files:
            /freebsd/sys/arm/conf/ARMADAXP</description>
        <pubDate>Sat, 09 Jul 2016 23:14:59 +0200</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
