From: Evan Lloyd <[email protected]> This patchset is a resubmit of the content of the following prior patches: ArmPlatformPkg: Add support to configure PL011 UART clock ArmPlatformPkg: Update Serial PCDs to Fixed PCDs
The changes have been split and reordered to improve clarity. The code can be examined on GitHub at: https://github.com/EvanLloyd/tianocore/commits/pl011_v2 Evan Lloyd (6): ArmPlatformPkg: Tidy PL011 UART driver ArmPlatformPkg: Update PL011 Serial PCDs to Fixed PCDs ArmPlatformPkg: Remove double write in PL011 ArmPlatformPkg: Add support to configure PL011 UART clock ArmVirtPkg: Update to match ArmPlatformPkg PL011 change. ArmPlatformPkg: Fix PL011 Glitches. ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf | 5 +- ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf | 5 +- ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf | 1 + ArmVirtPkg/Library/FdtPL011SerialPortLib/FdtPL011SerialPortLib.inf | 1 + ArmPlatformPkg/Include/Drivers/PL011Uart.h | 36 ++++- ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.c | 152 ++++++++++++++------ ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.c | 46 +++--- ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.c | 8 +- ArmVirtPkg/Library/FdtPL011SerialPortLib/FdtPL011SerialPortLib.c | 10 +- 9 files changed, 188 insertions(+), 76 deletions(-) -- Guid("CE165669-3EF3-493F-B85D-6190EE5B9759") _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

