History log of /freebsd-12.1/sys/modules/uart/Makefile (Results 1 – 25 of 39)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, 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


Revision tags: release/8.3.0
# 4b547324 14-May-2011 Attilio Rao <[email protected]>

Disconnect sun4v architecture from the three.

Some files keep the SUN4V tags as a code reference, for the future,
if any rewamped sun4v support wants to be added again.

Reviewed by: marius
Tested b

Disconnect sun4v architecture from the three.

Some files keep the SUN4V tags as a code reference, for the future,
if any rewamped sun4v support wants to be added again.

Reviewed by: marius
Tested by: sbruno
Approved by: re

show more ...


Revision tags: release/7.4.0, release/8.2.0
# c09808d0 23-Aug-2010 Warner Losh <[email protected]>

MFtbemd:

Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is the
source code location of the machine, the latter the binary output. In
general, we want to use MACHINE_CPUARCH instead

MFtbemd:

Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is the
source code location of the machine, the latter the binary output. In
general, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unless
we're tesitng for a specific target. The isn't even moot for
i386/amd64 where there's momemntum towards a MACHINE_CPUARCH == x86,
although a specific cleanup for that likely would be needed...

show more ...


Revision tags: release/8.1.0
# de2ebd2e 23-May-2010 Marius Strobl <[email protected]>

Correct the path to the MD source so r206569 actually works as intended.


# b74668b1 13-Apr-2010 Warner Losh <[email protected]>

Only compile in uart_cpu_$MACHINE.c if it exists. I'm not sure how
useful it will be, but we really need to be keying off something other
than MACHINE for this anyway since on arm and mips we have l

Only compile in uart_cpu_$MACHINE.c if it exists. I'm not sure how
useful it will be, but we really need to be keying off something other
than MACHINE for this anyway since on arm and mips we have lots of
these running around (one for each SoC family)...

show more ...


Revision tags: release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0
# df1cb3b7 22-Nov-2008 Marcel Moolenaar <[email protected]>

Include the QUICC backend in the kernel module.

PR: 127120


Revision tags: release/7.0.0, release/6.3.0, release/6.2.0
# 951c63bc 16-Oct-2006 John Birrell <[email protected]>

In sun4v, use the sparc64 version. We haven't used the serial port on
sun4v yet, so this is a 'best-guess'.


Revision tags: release/5.5.0, release/6.1.0
# af2e25a6 30-Mar-2006 Marcel Moolenaar <[email protected]>

o Add scc(4) to the build.
o Add the scc(4) manpage to the build.
o Update the uart(4) manpage to account for scc(4).
o Update the uart(4) module build to include support for scc(4).


12