summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Drivers/PL011Uart
AgeCommit message (Expand)AuthorFilesLines
2017-07-17ArmPlatformPkg: Support different PL011 reg offsetJun Nie1-0/+1
2016-10-11ArmPlatformPkg: Correct mendacious comments.Alexei1-3/+2
2016-10-11ArmPlatformPkg: Fix PL011 FIFO size testEvan Lloyd1-5/+6
2016-06-15ArmPlatformPkg: Fix PL011 Glitches.Evan Lloyd1-0/+22
2016-06-15ArmPlatformPkg: Add support to configure PL011 UART clockEvan Lloyd2-7/+19
2016-06-15ArmPlatformPkg: Remove double write in PL011Evan Lloyd1-4/+3
2016-06-15ArmPlatformPkg: Update PL011 Serial PCDs to Fixed PCDsEvan Lloyd2-7/+7
2016-06-15ArmPlatformPkg: Tidy PL011 UART driverEvan Lloyd1-34/+67
2015-01-23ArmPlatformPkg: detect correct pl011 fifo depthLeif Lindholm1-2/+5
2014-10-27EmbeddedPkg: Clarify the declaration of SerialPortGetControl()Ronald Cron1-17/+29
2014-10-27EmbeddedPkg: Clarify the declaration of SerialPortSetControl()Ronald Cron1-23/+45
2014-08-19ARM Packages: Removed trailing spacesRonald Cron2-7/+7
2013-06-19ArmPlatformPkg/PL011Uart: Ignore BAUD rate if Integral non-zeroOlivier Martin1-7/+5
2013-06-19ArmPlatformPkg/PL011Uart: Fixed conditionOlivier Martin1-1/+1
2013-05-15EmbeddedPkg/SerialPortExtLib.h: Changed SerialPortSetAttributes() prototype t...oliviermartin1-17/+21
2013-04-14ArmPlatformPkg/PL011Uart: Added support for default BaudRateoliviermartin2-11/+19
2012-09-26ArmPlatformPkg/PL011Uart: The PL011 UART fractional part does not need to be ...oliviermartin1-3/+0
2012-08-03ArmPlatformPkg/Drivers/PL011Uart: Fixed PL011UartWrite()oliviermartin1-2/+2
2012-08-02ArmPlatformPkg/PL011Uart: PL011UartWrite() stop to transmit if the buffer is ...oliviermartin1-3/+5
2012-05-02EmbeddedPkg/SerialDxe: Do not block UART when no data is available on the portoliviermartin1-16/+15
2012-02-29ArmPlatformPkg/PL011Uart: Allowed to change UART settings in its initializati...oliviermartin2-173/+400
2012-02-28ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin1-2/+3
2011-06-03ArmPlatformPkg/PL011Uart: Create PL011 UART driveroliviermartin2-0/+172