<?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.versatile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>07053797 - MFC r346295, r346297</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/arm/versatile/files.versatile#07053797</link>
        <description>MFC r346295, r346297r346295:arm: Add kern_clocksource.c directly in files.armThis files is needed and included in all our config so move it to a commonlocation.r346297:arm: Order files.arm to have cloudabi and annapurna sections

            List of files:
            /freebsd-12.1/sys/arm/versatile/files.versatile</description>
        <pubDate>Mon, 05 Aug 2019 18:13:13 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee070097 - Revert r327250 as it broke the build for some armv6 kernel and all armv4/5</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/arm/versatile/files.versatile#ee070097</link>
        <description>Revert r327250 as it broke the build for some armv6 kernel and all armv4/5Reported by:	ian

            List of files:
            /freebsd-12.1/sys/arm/versatile/files.versatile</description>
        <pubDate>Thu, 28 Dec 2017 07:31:14 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d06955f9 - arm: Add kern/kern_clocksource.c to files.arm</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/arm/versatile/files.versatile#d06955f9</link>
        <description>arm: Add kern/kern_clocksource.c to files.armInstead of adding it to every files.vendor, add it to the common arch file.

            List of files:
            /freebsd-12.1/sys/arm/versatile/files.versatile</description>
        <pubDate>Wed, 27 Dec 2017 21:39:57 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e23ce9ef - Stop making cpu_initclocks weak when using event timers. A weak symbol</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/arm/versatile/files.versatile#e23ce9ef</link>
        <description>Stop making cpu_initclocks weak when using event timers. A weak symbolcould be overridden in the SoC specific code, but this would break GENERICas it is likely to be incorrect.Remove the versatile implementation of cpu_initclocks as it&apos;s unneeded.

            List of files:
            /freebsd-12.1/sys/arm/versatile/files.versatile</description>
        <pubDate>Sat, 03 Jun 2017 16:24:17 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>87d23593 - [versatilepb] Convert VERSATILEPB kernel to INTRNG and switch to upstream DTB</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/arm/versatile/files.versatile#87d23593</link>
        <description>[versatilepb] Convert VERSATILEPB kernel to INTRNG and switch to upstream DTBScope of this change is somewhat larger than just converting to INTRNG.The reason for this is that INTRNG support required switching from customto upstream DTS because custom DTS didn&apos;t have interrup routing information.This switch caused rewrite of PCI and CLCD drivers and adding SCM module.List of changes in this commit:- Enable INTRNG and switch to versatile-pb.dts- Add SCM driver that controls various peripheral devices like LCD or  PCI controller. Previously registers required for power-up and  configuring peripherals were part of their respective nodes. Upstream  DTS has dedicated node for SCM- Convert PL190 driver to INTRNG- Convert Versatile SIC (secondary interrupt controller) to INTRNG- Refactor CLCD driver to use SCM API to power up and configuration- Refactor PCI driver to use SCM API to enable controller- Refactor PCI driver to use interrupt map provided in DTS for  interrupt routing. As a result it fixes broken IRQ routing and  it&apos;s no longer required to run QEMU with &quot;-global versatile_pci.broken-irq-mapping=1&quot;  command-line arguments

            List of files:
            /freebsd-12.1/sys/arm/versatile/files.versatile</description>
        <pubDate>Sat, 01 Apr 2017 20:10:08 +0000</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>210d6af7 - Move more bus_space_* files to be built by files.arm. This leaves the</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/arm/versatile/files.versatile#210d6af7</link>
        <description>Move more bus_space_* files to be built by files.arm. This leaves thedefinition in a file.* file under sys/arm/arm in the few cases we need itfor non-fdt platforms.Sponsored by:	ABT Systems Ltd

            List of files:
            /freebsd-12.1/sys/arm/versatile/files.versatile</description>
        <pubDate>Sat, 21 Nov 2015 15:30:08 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80547157 - Remove bus_space_asm_generic.S from the per-SoC files.* files, it&apos;s already</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/arm/versatile/files.versatile#80547157</link>
        <description>Remove bus_space_asm_generic.S from the per-SoC files.* files, it&apos;s alreadyin files.arm.Sponsored by:	ABT Systems Ltd

            List of files:
            /freebsd-12.1/sys/arm/versatile/files.versatile</description>
        <pubDate>Fri, 20 Nov 2015 19:48:32 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0ebebb12 - Build the cpufunc_asm_* files based on the cpu type, not which config file</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/arm/versatile/files.versatile#0ebebb12</link>
        <description>Build the cpufunc_asm_* files based on the cpu type, not which config filewe happen to be building.

            List of files:
            /freebsd-12.1/sys/arm/versatile/files.versatile</description>
        <pubDate>Sun, 29 Mar 2015 22:43:39 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>745202c2 - We don&apos;t use cpufunc_asm_armv5.S in any of these configs, remove it.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/arm/versatile/files.versatile#745202c2</link>
        <description>We don&apos;t use cpufunc_asm_armv5.S in any of these configs, remove it.

            List of files:
            /freebsd-12.1/sys/arm/versatile/files.versatile</description>
        <pubDate>Sun, 29 Mar 2015 18:41:43 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>afe43c7b - The versatile platform had two copies of a bus_space that are essentially</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/arm/versatile/files.versatile#afe43c7b</link>
        <description>The versatile platform had two copies of a bus_space that are essentiallyduplicates of the standard arm base bus_space, so just use it.

            List of files:
            /freebsd-12.1/sys/arm/versatile/files.versatile</description>
        <pubDate>Wed, 21 Jan 2015 04:06:36 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9ff96c23 - Move if_smc_fdt.c to live in sys/dev/smc. It&apos;s not specific to the ARM</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/arm/versatile/files.versatile#9ff96c23</link>
        <description>Move if_smc_fdt.c to live in sys/dev/smc. It&apos;s not specific to the ARMVersatile hardware.

            List of files:
            /freebsd-12.1/sys/arm/versatile/files.versatile</description>
        <pubDate>Wed, 10 Sep 2014 10:59:17 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5e4e1d49 - Eliminate irq_dispatch.S.  Move the data items it contained into arm/intr.c</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/arm/versatile/files.versatile#5e4e1d49</link>
        <description>Eliminate irq_dispatch.S.  Move the data items it contained into arm/intr.cand the functionality it provided into arm/exception.S.  Rename the mainirq handling routine from arm_handler_execute() to arm_irq_handler() tomake it more congruent with how other exception handlers are named, andalso update its signature to reflect what has long been reality: it ispassed just a trapframe pointer, no interrupt number argument.

            List of files:
            /freebsd-12.1/sys/arm/versatile/files.versatile</description>
        <pubDate>Mon, 10 Mar 2014 18:10:09 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>59c993d1 - Move all the files named foo/common.c to foo/foo_common.c, as</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/arm/versatile/files.versatile#59c993d1</link>
        <description>Move all the files named foo/common.c to foo/foo_common.c, asappropriate for each of the &apos;foo&apos; in the tree. This will allow us tocompile them together (although symbol conflicts prevent us from doingthat today, this just fixes the file name collision).

            List of files:
            /freebsd-12.1/sys/arm/versatile/files.versatile</description>
        <pubDate>Sat, 08 Mar 2014 00:14:40 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5f8f894 - Replace generic ARM11 option with more specific</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/arm/versatile/files.versatile#c5f8f894</link>
        <description>Replace generic ARM11 option with more specificsupport for ARM1136 and ARM1176Submitted by:	Daisuke Aoyama &lt;aoyama at peach.ne.jp&gt;Obtained from:	NetBSD

            List of files:
            /freebsd-12.1/sys/arm/versatile/files.versatile</description>
        <pubDate>Thu, 20 Dec 2012 04:32:02 +0000</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5874dee8 - Add support for QEMU&apos;s version of Versatile Platform Board</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/arm/versatile/files.versatile#5874dee8</link>
        <description>Add support for QEMU&apos;s version of Versatile Platform Board

            List of files:
            /freebsd-12.1/sys/arm/versatile/files.versatile</description>
        <pubDate>Thu, 13 Dec 2012 23:19:13 +0000</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
