<?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 NOTES</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e506af08bb52bcf02553a35a385b7ef0b8692589 - aw_gpio: Add support for H616</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#e506af08bb52bcf02553a35a385b7ef0b8692589</link>
        <description>aw_gpio: Add support for H616This adds padconf files for the two gpio ranges on the H616 SOC and addsthe SOC include.Reviewed by:	manuSponsored by:   The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D54915

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Mon, 09 Feb 2026 11:06:33 +0100</pubDate>
        <dc:creator>Tom Jones &lt;thj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a3d472219c5aa3c211371aebd2effbfade61cb5c - ixl(4): Enable building driver on ARM64</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#a3d472219c5aa3c211371aebd2effbfade61cb5c</link>
        <description>ixl(4): Enable building driver on ARM64For consistency with other drivers enable building ixlon ARM64 target.Please be advised that it is only compile tested.Intel will continue to test Ethernet drivers only on x86-64platforms, and is not going to provide support for issues,which cannot be reproduced in such environment.Signed-off-by: Krzysztof Galazka &lt;krzysztof.galazka@intel.com&gt;Suggested by:	Dave Cottlehuber &lt;dch@FreeBSD.org&gt;Reviewed by:	manuApproved by:	kbowling (mentor)MFC after:	2 weeksSponsored by:   Intel CorporationDifferential Revision:	https://reviews.freebsd.org/D54289

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Fri, 09 Jan 2026 23:36:10 +0100</pubDate>
        <dc:creator>Krzysztof Galazka &lt;kgalazka@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b3d0562dd84540be2fd98e6a457cdcb232e9f915 - LINT: add KDTRACE_MIB_SDT to catch inconsistencies with struct tcpstat</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#b3d0562dd84540be2fd98e6a457cdcb232e9f915</link>
        <description>LINT: add KDTRACE_MIB_SDT to catch inconsistencies with struct tcpstatWhy only arm64?  We want LINT coverage for kernels with DTrace andwithout.  Global NOTES doesn&apos;t have KDTRACE_HOOKS, but most machinedependent NOTES have it.  Except the x86 NOTES, which intentionallydoesn&apos;t have KDTRACE_HOOKS, so that there is coverage for a kernel withoutDTrace.  So lets use arm64, our second Tier 1 platform, to have a LINTwith maximum DTrace features enabled.See also: daad0b6501359, 2f915345634e

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Tue, 17 Jun 2025 18:47:06 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f721943bf20e53b0ba7b5032a2900d0beb67413 - mpi3mr: Broadcom&apos;s MPT-Fusion version 4 is amd64 and aarch64 only</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#2f721943bf20e53b0ba7b5032a2900d0beb67413</link>
        <description>mpi3mr: Broadcom&apos;s MPT-Fusion version 4 is amd64 and aarch64 onlyBroadcom&apos;s MPT-Fusion version 4 driver only works on 64-bit systems, andhas only been tested in amd64 and aarch64, so move it&apos;s building to justthose. I didn&apos;t notice this in the review and neglected to test thosecases (since I knew it didn&apos;t work there, so was a blind spot).Pointy-hat:	impFixes:		9cdd40759617Sponsored-by:	NetflixSponsored by:		Netflix

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Mon, 28 Apr 2025 16:27:18 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4530dfff495c588cc9ba4faaf0fa8fddfd57441 - aw_timer: rename driver from a10_timer</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#c4530dfff495c588cc9ba4faaf0fa8fddfd57441</link>
        <description>aw_timer: rename driver from a10_timerThis reflects its expanded support for platforms other than the A10.Functions specific to A10/A13 retain the a10 prefix, but the majority ofnames in the driver are changed, e.g. a10_timer_softc becomesaw_timer_softc.Reviewed by:	manu, ganboldMFC after:	1 weekSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D48671

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Mon, 27 Jan 2025 20:59:51 +0100</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>73ad5af7d90894cdf9f829cecb45af506bbe2dba - arm64: Unbreak LINT build</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#73ad5af7d90894cdf9f829cecb45af506bbe2dba</link>
        <description>arm64: Unbreak LINT buildAdd the recently added options SOC_ROCKCHIP and device rk8xx.While here add options SOC_ROCKCHIP_RK3568 and device rk808/rk817which where never added.Fixes:	48db612d8939 (&quot;arm64: Add a new SOC_ROCKCHIP option&quot;)Fixes:	ad1bf74705e4 (&quot;arm64: rockchip: Add a new rk8xx device&quot;)

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Mon, 06 Jan 2025 12:50:51 +0100</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>971b77da4649010a8b6b3adfaa21c550cd37dc52 - arm64: Return newline at the end of NOTES back</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#971b77da4649010a8b6b3adfaa21c550cd37dc52</link>
        <description>arm64: Return newline at the end of NOTES backIt fixes LINT kernel build after ac4ddc467bfe.MFC after:	3 days

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Wed, 22 May 2024 15:20:40 +0200</pubDate>
        <dc:creator>Dmitry Salychev &lt;dsl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac4ddc467bfe895e965ed18e8b7bbbb4d7bf964d - arm64: Fixed IOMMU compilation errors</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#ac4ddc467bfe895e965ed18e8b7bbbb4d7bf964d</link>
        <description>arm64: Fixed IOMMU compilation errorsThese are missing changes after 1228b93b410a when ref_count wasremoved from bus_dma_tag_common and 1e3f42b6bad5, when the addressarguments were switched to pointers.Reviewed by:		jhbMFC after:		3 daysDifferential Revision:	https://reviews.freebsd.org/D45289

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Tue, 21 May 2024 22:25:59 +0200</pubDate>
        <dc:creator>Dmitry Salychev &lt;dsl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f678b6ba215aad01a1610772c77af653a981601 - NOTES: Move the VirtIO entries to the MI NOTES file</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#1f678b6ba215aad01a1610772c77af653a981601</link>
        <description>NOTES: Move the VirtIO entries to the MI NOTES fileWhile here, add virtio_gpuReviewed by:	imp, emasteDifferential Revision:	https://reviews.freebsd.org/D44782

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Sun, 14 Apr 2024 04:10:27 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bfd2ce2a5a61f16f2f8c98f4fbdcf47a758275ce - efidev: Allow for optionally including efidev and efirtc into the kernel</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#bfd2ce2a5a61f16f2f8c98f4fbdcf47a758275ce</link>
        <description>efidev: Allow for optionally including efidev and efirtc into the kernelRequire both &quot;efirt&quot; and &quot;efidev&quot; in order to build in efidevRequire both &quot;efirt&quot; and &quot;efirtc&quot; in order to build in efirtcUpdate FIRECRACKER, GENERIC, and NOTES for amd64Update NOTES and std.arm for arm64Reviewed by:	impObtained from:	Juniper Networks, Inc.Differential Revision:	https://reviews.freebsd.org/D44745

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Wed, 10 Apr 2024 23:44:59 +0200</pubDate>
        <dc:creator>Stephen J. Kiernan &lt;stevek@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1c4c8dd8d2d10b6104f06856a77bd5b4813a801 - vtscmi: Add a virtio-scmi driver</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#e1c4c8dd8d2d10b6104f06856a77bd5b4813a801</link>
        <description>vtscmi: Add a virtio-scmi driverAdd a new virtio backend to support SCMI VirtIO devices (type 32) asdefined by the VirtIO specification since version v1.2.https://docs.oasis-open.org/virtio/virtio/v1.2/cs01/virtio-v1.2-cs01.pdfReviewed by:	andrew, bryanvSponsored by:	Arm LtdDifferential Revision:	https://reviews.freebsd.org/D43047

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Fri, 20 Oct 2023 15:17:38 +0200</pubDate>
        <dc:creator>Cristian Marussi &lt;cristian.marussi@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>8f7105a20697d47060dbedc966cf085a64aeced6 - NOTES: Move NVMe entries to MI file</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#8f7105a20697d47060dbedc966cf085a64aeced6</link>
        <description>NOTES: Move NVMe entries to MI fileWhile here, adjust the sample setting for NVME_USE_NVD to use anon-default setting as is typical in entries in NOTES.Discussed with:	impReviewed by:	manuSponsored by:	Chelsio CommunicationsDifferential Revision:	https://reviews.freebsd.org/D44691

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Wed, 10 Apr 2024 00:02:58 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a01dc140b27e98c200eef173e1db6e750f7d3ea0 - conf: deduplicate dwc config logic</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#a01dc140b27e98c200eef173e1db6e750f7d3ea0</link>
        <description>conf: deduplicate dwc config logicMove the core dwc(4) file entries to the MI conf/files.Platform-specific versions e.g. rk_dwc are retained in their currentposition. On arm64 this necessitates adding an additional &apos;device dwc&apos;option.This hardware is found on several available/emerging RISC-V SoCs, so wewill soon need it on this architecture.Reviewed by:	manuMFC after:	1 weekSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D44103

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Tue, 27 Feb 2024 22:59:53 +0100</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b889b90adb1cb3ba36a769576ee595e6e86dd84b - arm64: Add EARLY_PRINTF and SOCDEV_PA to NOTES</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#b889b90adb1cb3ba36a769576ee595e6e86dd84b</link>
        <description>arm64: Add EARLY_PRINTF and SOCDEV_PA to NOTESThis ensures they are build tested.Sponsored by:	Arm LtdDifferential Revision:	https://reviews.freebsd.org/D43364

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Mon, 08 Jan 2024 18:25:02 +0100</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@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/arm64/conf/NOTES#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/arm64/conf/NOTES</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>4d779448adb32ef6424abb781dab87065964d42f - gve: Fix build on i386 and enable LINT builds.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#4d779448adb32ef6424abb781dab87065964d42f</link>
        <description>gve: Fix build on i386 and enable LINT builds.Reviewed-by:	impDifferential Revision: https://reviews.freebsd.org/D40419

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Mon, 05 Jun 2023 01:35:00 +0200</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8c451d2917425bc2f6615884b05e4d12b9b5ab5 - Add vt_simplefb to the arm64 NOTES file</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#f8c451d2917425bc2f6615884b05e4d12b9b5ab5</link>
        <description>Add vt_simplefb to the arm64 NOTES fileThis will be picked up in the LINT-ACPI and LINT-FDT configs to checkit builds with only one option enabledSponsored by:	Arm Ltd

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Wed, 26 Apr 2023 15:09:00 +0200</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f12907d01a6b6a5c3bde687a1bc674963ea17f93 - arm64 kernel config: clean up whitespace</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#f12907d01a6b6a5c3bde687a1bc674963ea17f93</link>
        <description>arm64 kernel config: clean up whitespaceMost options in kernel config files use &quot;options&lt;space&gt;&lt;tab&gt;OPTION&quot;.This allows the option to be commented out without shifting columns.A few options had two tabs, and some had spaces.  Make them consistent.

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Thu, 23 Feb 2023 18:41:31 +0100</pubDate>
        <dc:creator>Mike Karels &lt;karels@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b6a72a9f90c7731b245606195a2653d2c3612cac - Enable hyperv in the arm64 NOTES</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#b6a72a9f90c7731b245606195a2653d2c3612cac</link>
        <description>Enable hyperv in the arm64 NOTESIt now builds with all arm64 LINT kernels.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Thu, 03 Nov 2022 16:49:49 +0100</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>402c04af1bc82b2614d54158a4567fde2553e865 - Add more SOC options to the arm64 NOTES file</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/NOTES#402c04af1bc82b2614d54158a4567fde2553e865</link>
        <description>Add more SOC options to the arm64 NOTES fileThese are found in other config files. Include them in NOTES so theyare used in the LINT configs.

            List of files:
            /freebsd/sys/arm64/conf/NOTES</description>
        <pubDate>Thu, 03 Nov 2022 10:44:08 +0100</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
