public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/3] PL011 updates.
@ 2016-09-21 20:33 evan.lloyd
  2016-09-21 20:33 ` [PATCH 1/3] ArmPlatformPkg: Fix PL011 FIFO size test evan.lloyd
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: evan.lloyd @ 2016-09-21 20:33 UTC (permalink / raw)
  To: edk2-devel; +Cc: Ard Biesheuvel, Leif Lindholm, Ryan Harkin

From: Evan Lloyd <evan.lloyd@arm.com>

This patchset comprises two very minor fixes to the PL011 UART related
code, and some comment updates.  
The FIFO fix amounts to a performance improvement in limited circumstaces,
where some older platforms might not used the FIFO.
The UINTN cast fix preempts errors on future 32-bit platforms.

The code can be inspected at: https://github.com/EvanLloyd/tianocore/tree/pl011a_v1


Alexei (2):
  ArmPlatformPkg: Correct mendacious comments.
  ArmPlatformPkg: Remove UINTN cast when setting BaudRate.

Evan Lloyd (1):
  ArmPlatformPkg: Fix PL011 FIFO size test

 ArmPlatformPkg/Include/Drivers/PL011Uart.h                     |  5 ++---
 ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.c                   | 16 +++++++--------
 ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.c | 21 +++++++++-----------
 3 files changed, 19 insertions(+), 23 deletions(-)

-- 
Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-10-12  7:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21 20:33 [PATCH 0/3] PL011 updates evan.lloyd
2016-09-21 20:33 ` [PATCH 1/3] ArmPlatformPkg: Fix PL011 FIFO size test evan.lloyd
2016-10-10 18:58   ` Leif Lindholm
2016-09-21 20:33 ` [PATCH 2/3] ArmPlatformPkg: Correct mendacious comments evan.lloyd
2016-10-10 19:00   ` Leif Lindholm
2016-09-21 20:33 ` [PATCH 3/3] ArmPlatformPkg: Remove UINTN cast when setting BaudRate evan.lloyd
2016-10-10 19:04   ` Leif Lindholm
2016-10-11 10:23     ` Evan Lloyd
2016-10-11 11:27       ` Leif Lindholm
2016-10-11 12:29         ` Evan Lloyd
2016-10-11 11:34       ` Laszlo Ersek
2016-10-12  7:30 ` [PATCH 0/3] PL011 updates Ryan Harkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox