Page MenuHomeFreeBSD

Enable FIFO on pl011 uart
ClosedPublic

Authored by jchandra on Dec 16 2016, 4:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 2:17 PM
Unknown Object (File)
Fri, Apr 12, 8:57 AM
Unknown Object (File)
Fri, Apr 12, 12:17 AM
Unknown Object (File)
Mar 18 2024, 5:58 AM
Unknown Object (File)
Feb 26 2024, 12:07 PM
Unknown Object (File)
Feb 26 2024, 12:05 PM
Unknown Object (File)
Jan 31 2024, 3:31 PM
Unknown Object (File)
Dec 20 2023, 6:02 AM
Subscribers

Details

Reviewers
gonzo
andrew
Group Reviewers
ARM
Commits
rS314318: Enable pl011 UART FIFOs
Summary

Enable Tx and Rx FIFOs of the pl011 uart in attach method. Update uart functions to handle this change.

Test Plan

Tested only on QEMU which does really emulate the hardware, especially on transmit. So any tests results from anyone with access to real hardware would be appreciated.

There should be significant reduction in the number of uart interrupts when dumping a lot of text to screen...

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jchandra retitled this revision from to Enable FIFO on pl011 uart.
jchandra updated this object.
jchandra edited the test plan for this revision. (Show Details)
jchandra set the repository for this revision to rS FreeBSD src repository - subversion.
andrew edited edge metadata.
This revision is now accepted and ready to land.Feb 21 2017, 5:05 PM
This revision was automatically updated to reflect the committed changes.