<?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 files.starfive</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>7d955e02b1d8da8412720cb6d34940c1ee6d5257 - jh7110_pcie: Add StarFive JH7110 PCIe controller driver</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#7d955e02b1d8da8412720cb6d34940c1ee6d5257</link>
        <description>jh7110_pcie: Add StarFive JH7110 PCIe controller driverJH7110 has two PCIE controller devices. First one is used by board&apos;sintegrated USB which has no driver. Switching PHY to USB mode is notcurrently implemented. This functionality could be added in a form of aseparate PCIE PHY driver if needed. PHY is on by default and there&apos;s noneed to switch it on.Pre/post_ithread and post_filter methods are not used for interruptmasking since they are meant for level-triggered interrupts whereasJH7110&apos;s MSI interrupts are edge triggered (and INTx interrupts do notuse this irqsrc scheme at all). Pre_ithread method is nevertheless usedfor MSI bottom acking.The driver has been tested with Kingston SNV2S NVME SSD Thefunctionality of INTx and MSI interrupts (as opposed to default MSIx)has been tested by forcing NVME to use them.Reviewed by:	mhorneMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D47919

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Thu, 31 Jul 2025 21:47:06 +0000</pubDate>
        <dc:creator>Jari Sihvola &lt;jsihv@gmx.com&gt;</dc:creator>
    </item>
<item>
        <title>5bae2ace2e55de034cd62d3bae95a202de848eab - jh7110_gpio: Add StarFive JH7110 GPIO controller driver</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#5bae2ace2e55de034cd62d3bae95a202de848eab</link>
        <description>jh7110_gpio: Add StarFive JH7110 GPIO controller driverBasic functionality implemented; fdt_pinctrl interface to be added inthe future.Reviewed by:	mhorneMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D43034

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Fri, 18 Jul 2025 14:59:53 +0000</pubDate>
        <dc:creator>Jari Sihvola &lt;jsihv@gmx.com&gt;</dc:creator>
    </item>
<item>
        <title>cd92dd23241e22dce06ebeb0c8e98eec5afcc896 - eqos: Add StarFive JH7110 variant</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#cd92dd23241e22dce06ebeb0c8e98eec5afcc896</link>
        <description>eqos: Add StarFive JH7110 variantFound on the VisionFive v2 SBC, and similar.Reviewed by:	mhorneTested by:	mhorneDiscussed with:	sosDifferential Revision:	https://reviews.freebsd.org/D45600

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Wed, 02 Apr 2025 16:30:23 +0000</pubDate>
        <dc:creator>Jari Sihvola &lt;jsihv@gmx.com&gt;</dc:creator>
    </item>
<item>
        <title>35a2229b67914ff1a4bae6334ad5015aa603967a - Add StarFive JH7110&apos;s STG clocks</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#35a2229b67914ff1a4bae6334ad5015aa603967a</link>
        <description>Add StarFive JH7110&apos;s STG clocksThis is identical to AON clocks. The only difference isBUS_PASS_ORDER_LAST which was needed for some reason. This has clocksneeded by PCIe controller driver.Reviewed by:	mhorneMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D47920

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Mon, 16 Dec 2024 19:26:12 +0000</pubDate>
        <dc:creator>Jari Sihvola &lt;jsihv@gmx.com&gt;</dc:creator>
    </item>
<item>
        <title>0612538e3ac93c1884f595a72609c078aefbcc28 - jh7110: Add StarFive JH7110 clock/reset generator drivers</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#0612538e3ac93c1884f595a72609c078aefbcc28</link>
        <description>jh7110: Add StarFive JH7110 clock/reset generator driversImplement a core clknode driver for the JH7110 (StarFive VisionFive v2)platform.Add clock/reset generator drivers for the PLL, SYS, and AON clockgroupings.Co-authored-by: mhorneReviewed by:    mhorneSponsored by:   The FreeBSD Foundation (mhorne&apos;s contributions)Differential Revision:  https://reviews.freebsd.org/D43037

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Tue, 07 May 2024 16:06:20 +0000</pubDate>
        <dc:creator>Jari Sihvola &lt;jsihv@gmx.com&gt;</dc:creator>
    </item>
<item>
        <title>6ea05fce8e2e63b3c2547719ff9a84207e2132b4 - Revert &quot;jh7110: Add StarFive JH7110 clock/reset generator drivers&quot;</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#6ea05fce8e2e63b3c2547719ff9a84207e2132b4</link>
        <description>Revert &quot;jh7110: Add StarFive JH7110 clock/reset generator drivers&quot;I did not set the author field properly; revert to fix this.This reverts commit 5d6d6278979b9eab598a23c804d23e930d2f7268.

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Tue, 07 May 2024 16:05:31 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c8b472aa4b9da064223cc134ad06a08defb23e6f - jh7110: enable MMC driver</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#c8b472aa4b9da064223cc134ad06a08defb23e6f</link>
        <description>jh7110: enable MMC driverAdd a variant of the existing dwmmc driver, and enable it in the GENERICkernel.Sponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D44026

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Mon, 04 Mar 2024 18:38:43 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5d6d6278979b9eab598a23c804d23e930d2f7268 - jh7110: Add StarFive JH7110 clock/reset generator drivers</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#5d6d6278979b9eab598a23c804d23e930d2f7268</link>
        <description>jh7110: Add StarFive JH7110 clock/reset generator driversImplement a core clknode driver for the JH7110 (StarFive VisionFive v2)platform.Add clock/reset generator drivers for the PLL, SYS, and AON clockgroupings.Co-authored-by:	mhorneReviewed by:	mhorneSponsored by:	The FreeBSD Foundation (mhorne&apos;s contributions)Differential Revision:	https://reviews.freebsd.org/D43037

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Mon, 06 May 2024 17:10:01 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cf0876820717192b4900b56c027b01dad35bc837 - starfive: add a syscon driver</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#cf0876820717192b4900b56c027b01dad35bc837</link>
        <description>starfive: add a syscon driverIt serves the purpose of attaching syscon devices as early as possible;this is required for early attachment of the PLL clock driver.Sponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D44270

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Tue, 05 Mar 2024 23:57:30 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>749e318da39efc58107fdef517cf9c357053413a - riscv: add starfive kernelconf template</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#749e318da39efc58107fdef517cf9c357053413a</link>
        <description>riscv: add starfive kernelconf templateEnable the Synopsis UART driver. Other drivers will be added in thefuture.Reviewed by:	jrtc27Sponsored by:	The FreeBSD FoundatinoDifferential Revision:	https://reviews.freebsd.org/D44105

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Tue, 27 Feb 2024 22:00:44 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d955e02b1d8da8412720cb6d34940c1ee6d5257 - jh7110_pcie: Add StarFive JH7110 PCIe controller driver</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#7d955e02b1d8da8412720cb6d34940c1ee6d5257</link>
        <description>jh7110_pcie: Add StarFive JH7110 PCIe controller driverJH7110 has two PCIE controller devices. First one is used by board&apos;sintegrated USB which has no driver. Switching PHY to USB mode is notcurrently implemented. This functionality could be added in a form of aseparate PCIE PHY driver if needed. PHY is on by default and there&apos;s noneed to switch it on.Pre/post_ithread and post_filter methods are not used for interruptmasking since they are meant for level-triggered interrupts whereasJH7110&apos;s MSI interrupts are edge triggered (and INTx interrupts do notuse this irqsrc scheme at all). Pre_ithread method is nevertheless usedfor MSI bottom acking.The driver has been tested with Kingston SNV2S NVME SSD Thefunctionality of INTx and MSI interrupts (as opposed to default MSIx)has been tested by forcing NVME to use them.Reviewed by:	mhorneMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D47919

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Thu, 31 Jul 2025 21:47:06 +0000</pubDate>
        <dc:creator>Jari Sihvola &lt;jsihv@gmx.com&gt;</dc:creator>
    </item>
<item>
        <title>5bae2ace2e55de034cd62d3bae95a202de848eab - jh7110_gpio: Add StarFive JH7110 GPIO controller driver</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#5bae2ace2e55de034cd62d3bae95a202de848eab</link>
        <description>jh7110_gpio: Add StarFive JH7110 GPIO controller driverBasic functionality implemented; fdt_pinctrl interface to be added inthe future.Reviewed by:	mhorneMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D43034

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Fri, 18 Jul 2025 14:59:53 +0000</pubDate>
        <dc:creator>Jari Sihvola &lt;jsihv@gmx.com&gt;</dc:creator>
    </item>
<item>
        <title>cd92dd23241e22dce06ebeb0c8e98eec5afcc896 - eqos: Add StarFive JH7110 variant</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#cd92dd23241e22dce06ebeb0c8e98eec5afcc896</link>
        <description>eqos: Add StarFive JH7110 variantFound on the VisionFive v2 SBC, and similar.Reviewed by:	mhorneTested by:	mhorneDiscussed with:	sosDifferential Revision:	https://reviews.freebsd.org/D45600

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Wed, 02 Apr 2025 16:30:23 +0000</pubDate>
        <dc:creator>Jari Sihvola &lt;jsihv@gmx.com&gt;</dc:creator>
    </item>
<item>
        <title>35a2229b67914ff1a4bae6334ad5015aa603967a - Add StarFive JH7110&apos;s STG clocks</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#35a2229b67914ff1a4bae6334ad5015aa603967a</link>
        <description>Add StarFive JH7110&apos;s STG clocksThis is identical to AON clocks. The only difference isBUS_PASS_ORDER_LAST which was needed for some reason. This has clocksneeded by PCIe controller driver.Reviewed by:	mhorneMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D47920

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Mon, 16 Dec 2024 19:26:12 +0000</pubDate>
        <dc:creator>Jari Sihvola &lt;jsihv@gmx.com&gt;</dc:creator>
    </item>
<item>
        <title>0612538e3ac93c1884f595a72609c078aefbcc28 - jh7110: Add StarFive JH7110 clock/reset generator drivers</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#0612538e3ac93c1884f595a72609c078aefbcc28</link>
        <description>jh7110: Add StarFive JH7110 clock/reset generator driversImplement a core clknode driver for the JH7110 (StarFive VisionFive v2)platform.Add clock/reset generator drivers for the PLL, SYS, and AON clockgroupings.Co-authored-by: mhorneReviewed by:    mhorneSponsored by:   The FreeBSD Foundation (mhorne&apos;s contributions)Differential Revision:  https://reviews.freebsd.org/D43037

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Tue, 07 May 2024 16:06:20 +0000</pubDate>
        <dc:creator>Jari Sihvola &lt;jsihv@gmx.com&gt;</dc:creator>
    </item>
<item>
        <title>6ea05fce8e2e63b3c2547719ff9a84207e2132b4 - Revert &quot;jh7110: Add StarFive JH7110 clock/reset generator drivers&quot;</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#6ea05fce8e2e63b3c2547719ff9a84207e2132b4</link>
        <description>Revert &quot;jh7110: Add StarFive JH7110 clock/reset generator drivers&quot;I did not set the author field properly; revert to fix this.This reverts commit 5d6d6278979b9eab598a23c804d23e930d2f7268.

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Tue, 07 May 2024 16:05:31 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c8b472aa4b9da064223cc134ad06a08defb23e6f - jh7110: enable MMC driver</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#c8b472aa4b9da064223cc134ad06a08defb23e6f</link>
        <description>jh7110: enable MMC driverAdd a variant of the existing dwmmc driver, and enable it in the GENERICkernel.Sponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D44026

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Mon, 04 Mar 2024 18:38:43 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5d6d6278979b9eab598a23c804d23e930d2f7268 - jh7110: Add StarFive JH7110 clock/reset generator drivers</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#5d6d6278979b9eab598a23c804d23e930d2f7268</link>
        <description>jh7110: Add StarFive JH7110 clock/reset generator driversImplement a core clknode driver for the JH7110 (StarFive VisionFive v2)platform.Add clock/reset generator drivers for the PLL, SYS, and AON clockgroupings.Co-authored-by:	mhorneReviewed by:	mhorneSponsored by:	The FreeBSD Foundation (mhorne&apos;s contributions)Differential Revision:	https://reviews.freebsd.org/D43037

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Mon, 06 May 2024 17:10:01 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cf0876820717192b4900b56c027b01dad35bc837 - starfive: add a syscon driver</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#cf0876820717192b4900b56c027b01dad35bc837</link>
        <description>starfive: add a syscon driverIt serves the purpose of attaching syscon devices as early as possible;this is required for early attachment of the PLL clock driver.Sponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D44270

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Tue, 05 Mar 2024 23:57:30 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>749e318da39efc58107fdef517cf9c357053413a - riscv: add starfive kernelconf template</title>
        <link>http://opengrok.net:8080/history/src/sys/riscv/starfive/files.starfive#749e318da39efc58107fdef517cf9c357053413a</link>
        <description>riscv: add starfive kernelconf templateEnable the Synopsis UART driver. Other drivers will be added in thefuture.Reviewed by:	jrtc27Sponsored by:	The FreeBSD FoundatinoDifferential Revision:	https://reviews.freebsd.org/D44105

            List of files:
            /src/sys/riscv/starfive/files.starfive</description>
        <pubDate>Tue, 27 Feb 2024 22:00:44 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
