[edk2] [PATCH v3 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)
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
[edk2] [PATCH v3 0/2] ArmPlatformPkg: PL011 Dynamic clock freq Support
Posted by Udit Kumar 5 years, 10 months ago
[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
Re: [edk2] [PATCH v3 0/2] ArmPlatformPkg: PL011 Dynamic clock freq Support
Posted by Ard Biesheuvel 5 years, 10 months ago
On 12 June 2018 at 22:14, Udit Kumar <udit.kumar@nxp.com> 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 <ard.biesheuvel@linaro.org>

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