Page MenuHomeFreeBSD

Add a driver for the BCM2835 Mini-UART
ClosedPublic

Authored by db on Jun 6 2018, 11:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 18 2025, 6:32 AM
Unknown Object (File)
Feb 7 2025, 5:33 AM
Unknown Object (File)
Feb 4 2025, 10:48 AM
Unknown Object (File)
Jan 19 2025, 4:54 AM
Unknown Object (File)
Jan 15 2025, 10:27 PM
Unknown Object (File)
Nov 26 2024, 7:05 PM
Unknown Object (File)
Oct 20 2024, 2:48 PM
Unknown Object (File)
Oct 20 2024, 2:48 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 17065
Build 16926: arc lint + arc unit

Event Timeline

sys/dev/uart/uart_dev_mu.c
80–85

Is this needed?

89–95

And this?

326–336

We could probably just ignore ACPI support in a RPi only driver

db marked 3 inline comments as done.Jun 7 2018, 11:24 AM
db added inline comments.
sys/dev/uart/uart_dev_mu.c
80–85

I didn't know whether it would be needed or not. As you said, it's only on RPi with no ACPI so I have ripped it out.

89–95

Not needed without ACPI support. Tested compile.

326–336

Agreed.

db marked 3 inline comments as done.

Removed ACPI

As it's only used for the RPi removed ACPI from this revision

sys/arm64/conf/GENERIC
172

Could we call this uart_mu to be consistent with the other uart device names? It should also be sorted with the other device options.

db marked an inline comment as done.

Change mu to uart_mu as requested

This revision is now accepted and ready to land.Jun 10 2018, 3:15 PM
This revision was automatically updated to reflect the committed changes.