From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::241; helo=mail-it0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x241.google.com (mail-it0-x241.google.com [IPv6:2607:f8b0:4001:c0b::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3234C211DDDC5 for ; Wed, 13 Jun 2018 03:40:21 -0700 (PDT) Received: by mail-it0-x241.google.com with SMTP id j135-v6so3187190itj.1 for ; Wed, 13 Jun 2018 03:40:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=THatwPRSKht0zBrXcbiabMHVLSF25eNRd2g0FcEBi7I=; b=eUCrt34wzdKGvmn1zlkVd2S1P5/Jh4FvG21gVdfC9188iBTi12q5G6AbfZocQ0o2jv roJSF7YSKJz3vF2sWM9oIOk1dflXrdmWvYmhyIS0A11mY2sawWPeW7bg0fJVgCrRAowc lsstucp8g4QI6pMfo9Dr+p2wbM+JkvXClTOXg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=THatwPRSKht0zBrXcbiabMHVLSF25eNRd2g0FcEBi7I=; b=Es2EPLTegKMxRVYpEgrX0QdUjzeLjNXhuLjZ/VG4bSQWgSrmzsU7eEL+9iL2EvuTJp QRivKPh4vQ+JI207GAdyxj2wffLny2S/4rDhVtMddSzfe/sONhIVh3uyGvSFAB/AWwqQ ueLgw/CYiS7deZaIo4aytqrOsNUJrmLg2bXh9IZqwstAUHfP4aNPlWsdpzdZHp7KJAn1 zK+5CkleKnKKhdeVpreNpiDpd9pPdkxa3Q+17utlcuvP+BeCIG+Bo0MDP4B+zQGfhCik UsQQ/cyXKxa3XjvGTildEHpdavy2Y2U2+X3QSI8NFaSRFNo9LtCiblPDz7YYG/ibqHiI ZSYg== X-Gm-Message-State: APt69E032k0MtdiySRCrzndseJjSt71Yv80EnS2tQ6n5Fym8IKc7tfgF bOyEq92q2qWTyK3UX2uTUDMSewQ27zqhxDSv6gUUrA== X-Google-Smtp-Source: ADUXVKI3y7B6xl6+VoDJJVpPfXaXsLy/eoDcelJQ+pk4WJtXNMFCeYZNvUGmU7BA4RqiGSMRLcS0mxSW2NLDptQy57k= X-Received: by 2002:a02:4187:: with SMTP id n7-v6mr103803jad.86.1528886420380; Wed, 13 Jun 2018 03:40:20 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bbc7:0:0:0:0:0 with HTTP; Wed, 13 Jun 2018 03:40:19 -0700 (PDT) In-Reply-To: <1528834592-12811-1-git-send-email-udit.kumar@nxp.com> References: <1528834592-12811-1-git-send-email-udit.kumar@nxp.com> From: Ard Biesheuvel Date: Wed, 13 Jun 2018 12:40:19 +0200 Message-ID: To: Udit Kumar Cc: Leif Lindholm , "edk2-devel@lists.01.org" , Meenakshi Aggarwal Subject: Re: [edk2-platforms][PATCH v3] Platform: Add PL011UartClock Lib 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, 13 Jun 2018 10:40:21 -0000 Content-Type: text/plain; charset="UTF-8" On 12 June 2018 at 22:16, Udit Kumar wrote: > This patch include default implementation of PL011 > clock lib > > [v3] > Update in HiSilicon common dsc > [v2] > Updated name of clock lib > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Meenakshi Aggarwal Reviewed-by: Ard Biesheuvel Pushed as 1160c702c24f6fcaaa2b0503a84a3e06f00be4da Thanks > --- > Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 1 + > Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 1 + > Platform/LeMaker/CelloBoard/CelloBoard.dsc | 1 + > Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 1 + > Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 1 + > Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 1 + > Silicon/Hisilicon/Hisilicon.dsc.inc | 1 + > 7 files changed, 7 insertions(+) > > diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc > index aad5f47..9f9885f 100644 > --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc > +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc > @@ -106,6 +106,7 @@ DEFINE DO_CAPSULE = FALSE > UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf > > # ARM PL011 UART Driver > + PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf > PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf > SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf > > diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc > index 8a43d31..3a7dad4 100644 > --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc > +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc > @@ -87,6 +87,7 @@ > RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf > TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf > # ARM PL011 UART Driver > + PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf > PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf > SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf > TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf > diff --git a/Platform/LeMaker/CelloBoard/CelloBoard.dsc b/Platform/LeMaker/CelloBoard/CelloBoard.dsc > index 7cd166d..0ca027e 100644 > --- a/Platform/LeMaker/CelloBoard/CelloBoard.dsc > +++ b/Platform/LeMaker/CelloBoard/CelloBoard.dsc > @@ -102,6 +102,7 @@ DEFINE DO_FLASHER = FALSE > UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf > > # ARM PL011 UART Driver > + PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf > PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf > SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf > > diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > index d363156..ba01551 100644 > --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > @@ -118,6 +118,7 @@ > PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf > DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf > DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf > + PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf > SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf > PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf > > diff --git a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc > index 402319b..d506ca1 100644 > --- a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc > +++ b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc > @@ -115,6 +115,7 @@ > PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf > DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf > DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf > + PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf > SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf > PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf > > diff --git a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc > index 8d0a5bd..87799ee 100644 > --- a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc > +++ b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc > @@ -102,6 +102,7 @@ DEFINE DO_FLASHER = FALSE > UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf > > # ARM PL011 UART Driver > + PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf > PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf > SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf > > diff --git a/Silicon/Hisilicon/Hisilicon.dsc.inc b/Silicon/Hisilicon/Hisilicon.dsc.inc > index f8d5f0b..4fba780 100644 > --- a/Silicon/Hisilicon/Hisilicon.dsc.inc > +++ b/Silicon/Hisilicon/Hisilicon.dsc.inc > @@ -67,6 +67,7 @@ > ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf > > # ARM PL011 UART Driver > + PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf > PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf > > SerialPortLib|Silicon/Hisilicon/Library/Dw8250SerialPortLib/Dw8250SerialPortLib.inf > -- > 1.9.1 >