History log of /freebsd-14.2/sys/modules/uart/Makefile (Results 1 – 25 of 46)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# 031beb4e 16-Aug-2023 Warner Losh <[email protected]>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


Revision tags: release/13.2.0, release/12.4.0
# 701ab6db 27-Oct-2022 Andrew Turner <[email protected]>

Stop building FDT-only modules in an ACPI only kernel

When building a kernel without FDT these modules don't build. As they
depend on FDT and don't work with ACPI disable them.

Reviewed by: imp, ke

Stop building FDT-only modules in an ACPI only kernel

When building a kernel without FDT these modules don't build. As they
depend on FDT and don't work with ACPI disable them.

Reviewed by: imp, kevans
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D37178

show more ...


Revision tags: release/13.1.0, release/12.3.0, release/13.0.0
# ba29d48c 07-Jan-2021 Warner Losh <[email protected]>

pccard: Remove uart(4) PC Card attachment

pccard is going away, so remove uart's attachment.

Relnotes: Yes


# b63eeef4 26-Dec-2020 Marius Strobl <[email protected]>

scc(4)/uart(4): Remove obsolete support for Siemens SAB 82532

It's no longer used since 58aa35d42975c298ca0adba705c042596303c9f5
and r357455 respectively.


Revision tags: release/12.2.0
# 8f11c997 28-Jul-2020 Yoshihiro Takahashi <[email protected]>

- Cleanups related to sparc64 removal.
- Remove remains of sparc64 files.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D25831


Revision tags: release/11.4.0
# 58aa35d4 03-Feb-2020 Warner Losh <[email protected]>

Remove sparc64 kernel support

Remove all sparc64 specific files
Remove all sparc64 ifdefs
Removee indireeect sparc64 ifdefs


# e15cbf74 22-Dec-2019 Mark Johnston <[email protected]>

Compile uart_cpu_acpi.c, added in r348195, into uart.ko.

PR: 242771
MFC after: 3 days
Sponsored by: The FreeBSD Foundation


Revision tags: release/12.1.0, release/11.3.0, release/12.0.0
# 381388b9 19-Aug-2018 Matt Macy <[email protected]>

add snps IP uart support / genaralize UART

This is an amalgam of a patch by Doug Ambrisko to
generalize uart_acpi_find_device, imp moving the
ACPI table to uart_dev_ns8250.c and advice by jhb
to wor

add snps IP uart support / genaralize UART

This is an amalgam of a patch by Doug Ambrisko to
generalize uart_acpi_find_device, imp moving the
ACPI table to uart_dev_ns8250.c and advice by jhb
to work around a bug in the EPYC 3151 BIOS
(the BIOS incorrectly marks the serial ports as
disabled)

Reviewed by: imp
MFC after: 8 weeks
Differential Revision: https://reviews.freebsd.org/D16432

show more ...


Revision tags: release/11.2.0
# 5bede509 12-Jun-2018 Diane Bruce <[email protected]>

Add a driver for the BCM2835 Mini-UART as seen on the RPi3

Reviewed by: andrew
Approved by: andrew
Differential Revision: https://reviews.freebsd.org/D15684


# 09ac3437 24-Jan-2018 Emmanuel Vadot <[email protected]>

arm: lpc: Remove support

Code hasn't been touch this it's original commit in 2012 beside api changes.

Reviewed by: ian
Differential Revision: https://reviews.freebsd.org/D13625
Discussed with: fre

arm: lpc: Remove support

Code hasn't been touch this it's original commit in 2012 beside api changes.

Reviewed by: ian
Differential Revision: https://reviews.freebsd.org/D13625
Discussed with: [email protected] (no reply)

show more ...


Revision tags: release/10.4.0
# 5a2f997c 11-Sep-2017 Marcin Wojtas <[email protected]>

Restore alphabetical order in UART Makefile

Commit r323359 introduced new Marvell UART controller driver
and by mistake it broke correct order in the Makefile. Fix this.

Reported by: emaste


# 834214a0 09-Sep-2017 Warner Losh <[email protected]>

Don't build uart_dev_mvebu unless we're on arm64.

This module is specific to a single Marvel board that we currently
only support in 64-bit mode. Remove it from the build otherwise. It
likely should

Don't build uart_dev_mvebu unless we're on arm64.

This module is specific to a single Marvel board that we currently
only support in 64-bit mode. Remove it from the build otherwise. It
likely should be completely removed, but this unbreaks x86 building.

Noticed by: sbruno@

show more ...


# ac0770dd 09-Sep-2017 Marcin Wojtas <[email protected]>

Introduce UART driver module for Armada 3700

This patch adds support for UART in Armada 3700 family.
It exposes both low-level UART interface, as well as
standard driver methods.

Submitted by: Patr

Introduce UART driver module for Armada 3700

This patch adds support for UART in Armada 3700 family.
It exposes both low-level UART interface, as well as
standard driver methods.

Submitted by: Patryk Duda <[email protected]>
Obtained from: Semihalf
Sponsored by: Semihalf
Differential Revision: https://reviews.freebsd.org/D12250

show more ...


Revision tags: release/11.1.0
# 193d9e76 04-Mar-2017 Enji Cooper <[email protected]>

sys/modules: normalize .CURDIR-relative paths to SRCTOP

This simplifies make output/logic

Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon


Revision tags: release/11.0.1, release/11.0.0
# 8da89403 28-Jul-2016 Ruslan Bukin <[email protected]>

Build ofw_bus_if.h for modules for RISC-V.


# 95115408 21-Jul-2016 Andrew Turner <[email protected]>

Fix the build:
* Add acpi_if.h to the SRC list in the uart module
* Only include new acpi headers when they are needed

Obtained from: ABT Systems Ltd
MFC after: 1 month
Sponsored by: The FreeBSD F

Fix the build:
* Add acpi_if.h to the SRC list in the uart module
* Only include new acpi headers when they are needed

Obtained from: ABT Systems Ltd
MFC after: 1 month
Sponsored by: The FreeBSD Foundation

show more ...


Revision tags: release/10.3.0
# 73e90064 29-Nov-2015 Ulrich Spörlein <[email protected]>

Fix make depend


# 41a95585 21-Oct-2015 Ed Maste <[email protected]>

Build ofw_bus_if.h for modules that need it on arm64


Revision tags: release/10.2.0
# 12f05b84 03-Jul-2015 Warner Losh <[email protected]>

Kill MFILES and find things automatically. It turned out to be only
lightly used. Find the proper .m file when we depend on *_if.[ch] in
the srcs line, with seat-belts for false positive matches. Th

Kill MFILES and find things automatically. It turned out to be only
lightly used. Find the proper .m file when we depend on *_if.[ch] in
the srcs line, with seat-belts for false positive matches. This uses
make's path mechanism. A further refinement would be to calculate this
once, and then pass the resulting _MPATH to modules submakes.

Differential Revision: https://reviews.freebsd.org/D2327

show more ...


# c726c65e 03-Jan-2015 Justin Hibbits <[email protected]>

PowerPC also needs ofw_bus_if.h when using FDT.


Revision tags: release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0
# 32803452 22-Apr-2013 Yoshihiro Takahashi <[email protected]>

Build uart_dev_lpc.c on arm only. This fixes pc98 build.


# 6ba26990 19-Apr-2013 Justin Hibbits <[email protected]>

Fix the uart(4) module build. Without uart_dev_lpc the module cannot be loaded.


# de5b074b 17-Mar-2013 Andrew Turner <[email protected]>

In the uart module build ofw_bus_if.h on arm along with sparc64 as LINT
fails when built locally without it.


# 7732eacc 06-Mar-2013 Ulrich Spörlein <[email protected]>

Fix 'make depend'


Revision tags: release/9.1.0
# 1eaf8e04 18-Apr-2012 Marcel Moolenaar <[email protected]>

Compensate for the replacement of uart_cpu_{amd64|i386}.c with
uart_cpu_x86.c

Pointy hat: marcel


12