<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>701ab6db - Stop building FDT-only modules in an ACPI only kernel</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#701ab6db</link>
        <description>Stop building FDT-only modules in an ACPI only kernelWhen building a kernel without FDT these modules don&apos;t build. As theydepend on FDT and don&apos;t work with ACPI disable them.Reviewed by:	imp, kevansSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D37178

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Thu, 27 Oct 2022 17:01:44 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ba29d48c - pccard: Remove uart(4) PC Card attachment</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#ba29d48c</link>
        <description>pccard: Remove uart(4) PC Card attachmentpccard is going away, so remove uart&apos;s attachment.Relnotes: Yes

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Thu, 07 Jan 2021 22:37:26 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b63eeef4 - scc(4)/uart(4): Remove obsolete support for Siemens SAB 82532</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#b63eeef4</link>
        <description>scc(4)/uart(4): Remove obsolete support for Siemens SAB 82532It&apos;s no longer used since 58aa35d42975c298ca0adba705c042596303c9f5and r357455 respectively.

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Sat, 26 Dec 2020 12:44:00 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f11c997 - - Cleanups related to sparc64 removal.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#8f11c997</link>
        <description>- Cleanups related to sparc64 removal.- Remove remains of sparc64 files.Reviewed by:	impDifferential Revision:	https://reviews.freebsd.org/D25831

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Tue, 28 Jul 2020 10:58:37 +0000</pubDate>
        <dc:creator>Yoshihiro Takahashi &lt;nyan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58aa35d4 - Remove sparc64 kernel support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#58aa35d4</link>
        <description>Remove sparc64 kernel supportRemove all sparc64 specific filesRemove all sparc64 ifdefsRemovee indireeect sparc64 ifdefs

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Mon, 03 Feb 2020 17:35:11 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e15cbf74 - Compile uart_cpu_acpi.c, added in r348195, into uart.ko.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#e15cbf74</link>
        <description>Compile uart_cpu_acpi.c, added in r348195, into uart.ko.PR:		242771MFC after:	3 daysSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Sun, 22 Dec 2019 22:10:20 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>381388b9 - add snps IP uart support / genaralize UART</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#381388b9</link>
        <description>add snps IP uart support / genaralize UARTThis is an amalgam of a patch by Doug Ambrisko togeneralize uart_acpi_find_device, imp moving theACPI table to uart_dev_ns8250.c and advice by jhbto work around a bug in the EPYC 3151 BIOS(the BIOS incorrectly marks the serial ports asdisabled)Reviewed by: impMFC after: 8 weeksDifferential Revision: https://reviews.freebsd.org/D16432

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Sun, 19 Aug 2018 21:10:21 +0000</pubDate>
        <dc:creator>Matt Macy &lt;mmacy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5bede509 - Add a driver for the BCM2835 Mini-UART as seen on the RPi3</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#5bede509</link>
        <description>Add a driver for the BCM2835 Mini-UART as seen on the RPi3Reviewed by:	andrewApproved by:	andrewDifferential Revision:	https://reviews.freebsd.org/D15684

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Tue, 12 Jun 2018 13:26:31 +0000</pubDate>
        <dc:creator>Diane Bruce &lt;db@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09ac3437 - arm: lpc: Remove support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#09ac3437</link>
        <description>arm: lpc: Remove supportCode hasn&apos;t been touch this it&apos;s original commit in 2012 beside api changes.Reviewed by:	ianDifferential Revision:	https://reviews.freebsd.org/D13625Discussed with:		freebsd-arm@freebsd.org (no reply)

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Wed, 24 Jan 2018 22:04:16 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5a2f997c - Restore alphabetical order in UART Makefile</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#5a2f997c</link>
        <description>Restore alphabetical order in UART MakefileCommit r323359 introduced new Marvell UART controller driverand by mistake it broke correct order in the Makefile. Fix this.Reported by: emaste

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Mon, 11 Sep 2017 19:07:53 +0000</pubDate>
        <dc:creator>Marcin Wojtas &lt;mw@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>834214a0 - Don&apos;t build uart_dev_mvebu unless we&apos;re on arm64.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#834214a0</link>
        <description>Don&apos;t build uart_dev_mvebu unless we&apos;re on arm64.This module is specific to a single Marvel board that we currentlyonly support in 64-bit mode. Remove it from the build otherwise. Itlikely should be completely removed, but this unbreaks x86 building.Noticed by: sbruno@

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Sat, 09 Sep 2017 20:14:18 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac0770dd - Introduce UART driver module for Armada 3700</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#ac0770dd</link>
        <description>Introduce UART driver module for Armada 3700This patch adds support for UART in Armada 3700 family.It exposes both low-level UART interface, as well asstandard driver methods.Submitted by: Patryk Duda &lt;pdk@semihalf.com&gt;Obtained from: SemihalfSponsored by: SemihalfDifferential Revision: https://reviews.freebsd.org/D12250

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Sat, 09 Sep 2017 11:42:32 +0000</pubDate>
        <dc:creator>Marcin Wojtas &lt;mw@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8da89403 - Build ofw_bus_if.h for modules for RISC-V.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#8da89403</link>
        <description>Build ofw_bus_if.h for modules for RISC-V.

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Thu, 28 Jul 2016 13:21:45 +0000</pubDate>
        <dc:creator>Ruslan Bukin &lt;br@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95115408 - Fix the build:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#95115408</link>
        <description>Fix the build: * Add acpi_if.h to the SRC list in the uart module * Only include new acpi headers when they are neededObtained from:	ABT Systems LtdMFC after:	1 monthSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Thu, 21 Jul 2016 13:01:35 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>73e90064 - Fix make depend</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#73e90064</link>
        <description>Fix make depend

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Sun, 29 Nov 2015 12:23:08 +0000</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41a95585 - Build ofw_bus_if.h for modules that need it on arm64</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#41a95585</link>
        <description>Build ofw_bus_if.h for modules that need it on arm64

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Wed, 21 Oct 2015 18:30:42 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12f05b84 - Kill MFILES and find things automatically. It turned out to be only</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#12f05b84</link>
        <description>Kill MFILES and find things automatically. It turned out to be onlylightly used. Find the proper .m file when we depend on *_if.[ch] inthe srcs line, with seat-belts for false positive matches.  This usesmake&apos;s path mechanism. A further refinement would be to calculate thisonce, and then pass the resulting _MPATH to modules submakes.Differential Revision: https://reviews.freebsd.org/D2327

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Fri, 03 Jul 2015 01:50:26 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c726c65e - PowerPC also needs ofw_bus_if.h when using FDT.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/uart/Makefile#c726c65e</link>
        <description>PowerPC also needs ofw_bus_if.h when using FDT.

            List of files:
            /freebsd-14.2/sys/modules/uart/Makefile</description>
        <pubDate>Sat, 03 Jan 2015 21:47:32 +0000</pubDate>
        <dc:creator>Justin Hibbits &lt;jhibbits@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
