[edk2] [PATCH v2 0/2] ArmPlatformPkg: PL011 Dynamic clock freq Support

Udit Kumar posted 2 patches 5 years, 10 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
ArmPlatformPkg/ArmPlatformPkg.dec                  |  1 +
ArmPlatformPkg/Include/Library/PL011UartClockLib.h | 32 +++++++++++++++++++
.../PL011SerialPortLib/PL011SerialPortLib.c        |  5 +--
.../PL011SerialPortLib/PL011SerialPortLib.inf      |  1 +
.../Library/PL011UartClockLib/PL011UartClockLib.c  | 29 +++++++++++++++++
.../PL011UartClockLib/PL011UartClockLib.inf        | 37 ++++++++++++++++++++++
6 files changed, 103 insertions(+), 2 deletions(-)
create mode 100644 ArmPlatformPkg/Include/Library/PL011UartClockLib.h
create mode 100644 ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.c
create mode 100644 ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf
[edk2] [PATCH v2 0/2] ArmPlatformPkg: PL011 Dynamic clock freq Support
Posted by Udit Kumar 5 years, 10 months ago
[v2]
   Incorporated review comments of v1

Udit Kumar (2):
  ArmPlatformPkg: PL011 Dynamic clock freq Support
  ArmPlatformPkg: Include PL011UartClock Lib

 ArmPlatformPkg/ArmPlatformPkg.dec                  |  1 +
 ArmPlatformPkg/Include/Library/PL011UartClockLib.h | 32 +++++++++++++++++++
 .../PL011SerialPortLib/PL011SerialPortLib.c        |  5 +--
 .../PL011SerialPortLib/PL011SerialPortLib.inf      |  1 +
 .../Library/PL011UartClockLib/PL011UartClockLib.c  | 29 +++++++++++++++++
 .../PL011UartClockLib/PL011UartClockLib.inf        | 37 ++++++++++++++++++++++
 6 files changed, 103 insertions(+), 2 deletions(-)
 create mode 100644 ArmPlatformPkg/Include/Library/PL011UartClockLib.h
 create mode 100644 ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.c
 create mode 100644 ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf

-- 
1.9.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel