From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=92.121.34.13; helo=inva020.nxp.com; envelope-from=udit.kumar@nxp.com; receiver=edk2-devel@lists.01.org Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 1F3752117B553 for ; Tue, 5 Jun 2018 23:03:30 -0700 (PDT) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 541A01A00B8; Wed, 6 Jun 2018 08:03:28 +0200 (CEST) Received: from smtp.na-rdc02.nxp.com (inv1260.us-phx01.nxp.com [134.27.49.11]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 1EB591A0084; Wed, 6 Jun 2018 08:03:28 +0200 (CEST) Received: from az84smr01.freescale.net (az84smr01.freescale.net [10.64.34.197]) by inv1260.na-rdc02.nxp.com (Postfix) with ESMTP id 8793940C94; Tue, 5 Jun 2018 23:03:27 -0700 (MST) Received: from uefi-OptiPlex-790.ap.freescale.net ([10.232.132.56]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id w5663ORG005217; Tue, 5 Jun 2018 23:03:25 -0700 From: Udit Kumar To: ard.biesheuvel@linaro.org, leif.lindholm@linaro.org, edk2-devel@lists.01.org Date: Tue, 5 Jun 2018 23:29:53 +0530 Message-Id: <1528221595-22145-1-git-send-email-udit.kumar@nxp.com> X-Mailer: git-send-email 1.9.1 X-Virus-Scanned: ClamAV using ClamSMTP Subject: [PATCH v2 0/2] ArmPlatformPkg: PL011 Dynamic clock freq Support X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 06:03:31 -0000 [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