<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sys/modules/uart, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-07-28T10:58:37Z</updated>
<entry>
<title>- Cleanups related to sparc64 removal.</title>
<updated>2020-07-28T10:58:37Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2020-07-28T10:58:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8f11c997150d17d72a801874bd486aad1ef7c239'/>
<id>urn:sha1:8f11c997150d17d72a801874bd486aad1ef7c239</id>
<content type='text'>
- Remove remains of sparc64 files.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D25831
</content>
</entry>
<entry>
<title>Remove sparc64 kernel support</title>
<updated>2020-02-03T17:35:11Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2020-02-03T17:35:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=58aa35d42975c298ca0adba705c042596303c9f5'/>
<id>urn:sha1:58aa35d42975c298ca0adba705c042596303c9f5</id>
<content type='text'>
Remove all sparc64 specific files
Remove all sparc64 ifdefs
Removee indireeect sparc64 ifdefs
</content>
</entry>
<entry>
<title>Compile uart_cpu_acpi.c, added in r348195, into uart.ko.</title>
<updated>2019-12-22T22:10:20Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-12-22T22:10:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e15cbf74d1084c23a9cef60795649b5824dd9fd4'/>
<id>urn:sha1:e15cbf74d1084c23a9cef60795649b5824dd9fd4</id>
<content type='text'>
PR:		242771
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>add snps IP uart support / genaralize UART</title>
<updated>2018-08-19T21:10:21Z</updated>
<author>
<name>Matt Macy</name>
<email>mmacy@FreeBSD.org</email>
</author>
<published>2018-08-19T21:10:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=381388b9c48b07b08199b07b7657d46e8fcb59b0'/>
<id>urn:sha1:381388b9c48b07b08199b07b7657d46e8fcb59b0</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Add a driver for the BCM2835 Mini-UART as seen on the RPi3</title>
<updated>2018-06-12T13:26:31Z</updated>
<author>
<name>Diane Bruce</name>
<email>db@FreeBSD.org</email>
</author>
<published>2018-06-12T13:26:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5bede50958ba980f04505cbdc9c363245e687883'/>
<id>urn:sha1:5bede50958ba980f04505cbdc9c363245e687883</id>
<content type='text'>
Reviewed by:	andrew
Approved by:	andrew
Differential Revision:	https://reviews.freebsd.org/D15684
</content>
</entry>
<entry>
<title>arm: lpc: Remove support</title>
<updated>2018-01-24T22:04:16Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2018-01-24T22:04:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=09ac34375943c4650d1809a68c38a98b554f3653'/>
<id>urn:sha1:09ac34375943c4650d1809a68c38a98b554f3653</id>
<content type='text'>
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:		freebsd-arm@freebsd.org (no reply)
</content>
</entry>
<entry>
<title>Restore alphabetical order in UART Makefile</title>
<updated>2017-09-11T19:07:53Z</updated>
<author>
<name>Marcin Wojtas</name>
<email>mw@FreeBSD.org</email>
</author>
<published>2017-09-11T19:07:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5a2f997cb5b78f0e3e8515d67b612f852fea269e'/>
<id>urn:sha1:5a2f997cb5b78f0e3e8515d67b612f852fea269e</id>
<content type='text'>
Commit r323359 introduced new Marvell UART controller driver
and by mistake it broke correct order in the Makefile. Fix this.

Reported by: emaste
</content>
</entry>
<entry>
<title>Don't build uart_dev_mvebu unless we're on arm64.</title>
<updated>2017-09-09T20:14:18Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-09-09T20:14:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=834214a023b5eba2606d1e622842754c18c11904'/>
<id>urn:sha1:834214a023b5eba2606d1e622842754c18c11904</id>
<content type='text'>
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@
</content>
</entry>
<entry>
<title>Introduce UART driver module for Armada 3700</title>
<updated>2017-09-09T11:42:32Z</updated>
<author>
<name>Marcin Wojtas</name>
<email>mw@FreeBSD.org</email>
</author>
<published>2017-09-09T11:42:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ac0770ddb3030420652028c82e993a9a2866aa63'/>
<id>urn:sha1:ac0770ddb3030420652028c82e993a9a2866aa63</id>
<content type='text'>
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 &lt;pdk@semihalf.com&gt;
Obtained from: Semihalf
Sponsored by: Semihalf
Differential Revision: https://reviews.freebsd.org/D12250
</content>
</entry>
<entry>
<title>sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
<updated>2017-03-04T10:10:17Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-03-04T10:10:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=193d9e768ba63fcfb187cfd17f461f7d41345048'/>
<id>urn:sha1:193d9e768ba63fcfb187cfd17f461f7d41345048</id>
<content type='text'>
This simplifies make output/logic

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