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

2018-06-13 Thread Ard Biesheuvel
On 12 June 2018 at 22:14, Udit Kumar  wrote:
> [v3]
>   Incorporated review comments of v2
>
> [v2]
>Incorporated review comments of v1
>
>
>
> Udit Kumar (2):
>   ArmPlatformPkg: PL011 Dynamic clock freq Support
>   ArmPlatformPkg: Include PL011UartClock Lib
>

Thank you Udit.

Reviewed-by: Ard Biesheuvel 

Patch #1 pushed as cbba5ca104fb

I will push patch #2 once the accompanying edk2-platforms change is in.

>  ArmPlatformPkg/ArmPlatformPkg.dec  |  1 +
>  ArmPlatformPkg/ArmPlatformPkg.dsc  |  1 +
>  ArmPlatformPkg/Include/Library/PL011UartClockLib.h | 31 +++
>  .../PL011SerialPortLib/PL011SerialPortLib.c|  5 +--
>  .../PL011SerialPortLib/PL011SerialPortLib.inf  |  1 +
>  .../Library/PL011UartClockLib/PL011UartClockLib.c  | 29 +
>  .../PL011UartClockLib/PL011UartClockLib.inf| 36 
> ++
>  7 files changed, 102 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


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

2018-06-13 Thread Udit Kumar
[v3]
  Incorporated review comments of v2

[v2]
   Incorporated review comments of v1



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

 ArmPlatformPkg/ArmPlatformPkg.dec  |  1 +
 ArmPlatformPkg/ArmPlatformPkg.dsc  |  1 +
 ArmPlatformPkg/Include/Library/PL011UartClockLib.h | 31 +++
 .../PL011SerialPortLib/PL011SerialPortLib.c|  5 +--
 .../PL011SerialPortLib/PL011SerialPortLib.inf  |  1 +
 .../Library/PL011UartClockLib/PL011UartClockLib.c  | 29 +
 .../PL011UartClockLib/PL011UartClockLib.inf| 36 ++
 7 files changed, 102 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