<?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 std.generic64</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>1099f047a0006cc19f46e1118dd280c2811d7696 - Add a PCI resource manager and use it on Arm ACPI platforms.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#1099f047a0006cc19f46e1118dd280c2811d7696</link>
        <description>Add a PCI resource manager and use it on Arm ACPI platforms.The Arm ACPI code relied on PCI_NETBSD_CONFIGURE to configure devices thatwere not enabled by system firmware. This is not safe to do unless thefirmware explicitly permits it using a device specific method defined inthe PCI firmware spec.Introduce a new PCI resource manager that discovers what has already beenconfigured by firmware and allocates from the remaining space. This willensure that devices setup by firmware are untouched and only will programBARs of devices that are not enabled at boot time.The current implementation assumes that the parent PCI-PCI bridge&apos;sare already configured. A worthwhile improvement in the future would beto support programming windows for bridges that are not fully configured.

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Fri, 14 Oct 2022 22:10:15 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a24ea6034e91a5a146b0069477432726f471d594 - Remove GIC_SPLFUNCS.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#a24ea6034e91a5a146b0069477432726f471d594</link>
        <description>Remove GIC_SPLFUNCS.

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Sat, 25 Jun 2022 13:24:34 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>704afd10dd159b3f9255b1afc185c54bbee80af1 - Disable GIC_SPLFUNCS (still crashy)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#704afd10dd159b3f9255b1afc185c54bbee80af1</link>
        <description>Disable GIC_SPLFUNCS (still crashy)

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Sun, 31 Oct 2021 12:34:48 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ef83b3acad49b071d6c02b8cdfceb8b59e224867 - Enable GIC_SPLFUNCS again. Hopefully stable now.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#ef83b3acad49b071d6c02b8cdfceb8b59e224867</link>
        <description>Enable GIC_SPLFUNCS again. Hopefully stable now.

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Sat, 30 Oct 2021 19:28:40 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3f3823769c4182bc7f3b810b4038e3427062c5e7 - disable GIC_SPLFUNCS until remaining issues are sorted out</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#3f3823769c4182bc7f3b810b4038e3427062c5e7</link>
        <description>disable GIC_SPLFUNCS until remaining issues are sorted out

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Sun, 03 Oct 2021 23:19:26 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3a8ab4967379d576e26c481130643d3d1bcd6836 - gic_splx: performance optimizations</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#3a8ab4967379d576e26c481130643d3d1bcd6836</link>
        <description>gic_splx: performance optimizationsAvoid any kind of register access (DAIF, PMR, etc), barriers, and atomicoperations in the common case where no interrupt fires between spl beingraised and lowered.This introduces a per-CPU return address (ci_splx_restart) used by thevector handler to restart a sequence in splx that compares the new iplwith the per-CPU hardware priority state stored in ci_hwpl.

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Sat, 18 Sep 2021 12:25:06 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ee34f4898d85a6d7449949ee87948c913850267 - Enable options PCI_SMCCC on 64-bit Arm.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#7ee34f4898d85a6d7449949ee87948c913850267</link>
        <description>Enable options PCI_SMCCC on 64-bit Arm.

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Sun, 08 Aug 2021 12:31:42 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa2a85c80704d87d82161778e4bc22bf8b279b65 - Enable __BUS_SPACE_HAS_STREAM_METHODS in std.generic64</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#fa2a85c80704d87d82161778e4bc22bf8b279b65</link>
        <description>Enable __BUS_SPACE_HAS_STREAM_METHODS in std.generic64These are needed for virtio_pci on aarch64eb.

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Tue, 08 Sep 2020 17:39:04 +0000</pubDate>
        <dc:creator>jakllsch &lt;jakllsch@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c82ba64c01d52e4f47ef362f1e31bb79cd64b88 - Define __BUS_SPACE_HAS_PROBING_METHODS</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#4c82ba64c01d52e4f47ef362f1e31bb79cd64b88</link>
        <description>Define __BUS_SPACE_HAS_PROBING_METHODS

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Sat, 07 Dec 2019 16:00:09 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e135adb73cc311274f1b6f406db609e27b911483 - Add __HAVE_GENERIC_CPU_INITCLOCKS</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#e135adb73cc311274f1b6f406db609e27b911483</link>
        <description>Add __HAVE_GENERIC_CPU_INITCLOCKS

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Fri, 06 Sep 2019 21:09:11 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d44d9e7c3cc208202ba3ed5a87015f9b3799c868 - Define _ARM32_NEED_BUS_DMA_BOUNCE for aarch64 so we can use bus_dmamap_subregion</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#d44d9e7c3cc208202ba3ed5a87015f9b3799c868</link>
        <description>Define _ARM32_NEED_BUS_DMA_BOUNCE for aarch64 so we can use bus_dmamap_subregion

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Wed, 03 Jul 2019 19:45:14 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>926a162de8844dfc9abdccd24353b3684102ac2b - turn on MODULAR by default on aarch64</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#926a162de8844dfc9abdccd24353b3684102ac2b</link>
        <description>turn on MODULAR by default on aarch64

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Tue, 13 Nov 2018 06:06:29 +0000</pubDate>
        <dc:creator>ryo &lt;ryo@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>187fa5a9c27acd786f644c4fdef32b9967e72552 - Add support for PCI MSI using ARM GICv2m.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#187fa5a9c27acd786f644c4fdef32b9967e72552</link>
        <description>Add support for PCI MSI using ARM GICv2m.

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Sun, 21 Oct 2018 00:42:05 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cbdb37a16ac7468cc7524876167eb606125bf76f - Rename options ACPI_REDUCED_HARDWARE to ACPI_REDUCED_HW. The former is</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#cbdb37a16ac7468cc7524876167eb606125bf76f</link>
        <description>Rename options ACPI_REDUCED_HARDWARE to ACPI_REDUCED_HW. The former isa boolean in the acpica build, so use the latter to select the correctvalue.

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Tue, 16 Oct 2018 10:25:33 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c1658d2c3371fba9b82b7e628c13b93d09f9d30 - Use ACPI_REDUCED_HARDWARE on arm64 to shrink the kernel</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#5c1658d2c3371fba9b82b7e628c13b93d09f9d30</link>
        <description>Use ACPI_REDUCED_HARDWARE on arm64 to shrink the kernel

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Tue, 16 Oct 2018 00:32:07 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2348e265149ab03cc955e7a51f2240ee128a1553 - Sort options</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#2348e265149ab03cc955e7a51f2240ee128a1553</link>
        <description>Sort options

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Mon, 15 Oct 2018 05:14:07 +0000</pubDate>
        <dc:creator>skrll &lt;skrll@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>576968e5026d3ffa467de72cb2b5f8bf4a280425 - G/C</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#576968e5026d3ffa467de72cb2b5f8bf4a280425</link>
        <description>G/C

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Mon, 15 Oct 2018 05:11:08 +0000</pubDate>
        <dc:creator>skrll &lt;skrll@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7966e4627c37b70586f8c732d8f12c995287e3c7 - Whitespace consistency.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#7966e4627c37b70586f8c732d8f12c995287e3c7</link>
        <description>Whitespace consistency.{make,}options&lt;space&gt;&lt;tab&gt;everything else just &lt;tab?

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Sun, 07 Oct 2018 07:48:43 +0000</pubDate>
        <dc:creator>skrll &lt;skrll@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5b752f8e2240c12039a207aa2e9b63585956c5a9 - Add initrd options</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#5b752f8e2240c12039a207aa2e9b63585956c5a9</link>
        <description>Add initrd options

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Sat, 08 Sep 2018 00:42:24 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe33aa278688de076e4ce4f8a177b90465a62a21 - Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/evbarm/conf/std.generic64#fe33aa278688de076e4ce4f8a177b90465a62a21</link>
        <description>Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@)- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)

            List of files:
            /netbsd-src/sys/arch/evbarm/conf/std.generic64</description>
        <pubDate>Sun, 01 Apr 2018 04:35:01 +0000</pubDate>
        <dc:creator>ryo &lt;ryo@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
