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:c06::242; helo=mail-io0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x242.google.com (mail-io0-x242.google.com [IPv6:2607:f8b0:4001:c06::242]) (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 7DEA72205BEB5 for ; Tue, 2 Jan 2018 07:50:57 -0800 (PST) Received: by mail-io0-x242.google.com with SMTP id k18so8944536ioc.11 for ; Tue, 02 Jan 2018 07:55:59 -0800 (PST) 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=ovYqrbOqj2DlnYmMLw1X1CPMtbZfadnNIR/oVjG8E30=; b=Q/j9oibPocwhanNbJLcEWVcI4kuOVedMnjgNEMAu3ABaEzYtwWkty28Md/v1LgiGcL PEzD6zA/U6QSHWvqUEhYfBQIf9XQxzmkhOKoI7Fcz5OzbqAJBBAvLPCDKn5rXX4oHaho 469peJeMrBUGRDiGi89fJ1nOyU/p9ZaYa5AAA= 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=ovYqrbOqj2DlnYmMLw1X1CPMtbZfadnNIR/oVjG8E30=; b=NjcgUXNCTtqrTRITN5xtRgqQO2iPmwtNOnqwHBaQBFa3zocarraAqW11Af+ZQQghOv tSEwqfOp6ouyPy1FdatRhN76f127yyXt0Kh7k27WgGoenyw6sIKa0SvKKN3cDMk4+LzG 4TJOLz8FnjPM5zIT0cu7Y2UJMI7IH22InWH7UMzXIoy8Tp7oZ8HkVn4WQLZoy30LecXu hYWL5s+YDpSn9gjPkxal+tZSrh85l6XVtKFX3gE5Dt/VLA8b6XEfi1dGUhjfAE7jhsF0 sm7N+jInc1YEDhfHkLB+HYYLOhc4LoaOs+Lj39QUcRYAchi1FUacMnEBniI7v0JGz+gI ENQA== X-Gm-Message-State: AKGB3mIqilKTwmG5AHu8v2wIRGdOLEEC1aGXFVBzcrRjkoPp8qMOK0WD +GQQukboVp27fLy3lbyQSjtx1c8r4ZBkTKMd5ORL2b8o X-Google-Smtp-Source: ACJfBottc3ShEacIo2pdRcFNYwI5Xc1xHowLC4kX7sIAMnEz0x3cF11MMWvy7trD9uO3PKjiw03lHM/dO6uLKGCIZ5Q= X-Received: by 10.107.137.15 with SMTP id l15mr59522565iod.52.1514908559102; Tue, 02 Jan 2018 07:55:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.37.197 with HTTP; Tue, 2 Jan 2018 07:55:58 -0800 (PST) In-Reply-To: <1513939917-19336-1-git-send-email-wasim.khan@nxp.com> References: <1513939917-19336-1-git-send-email-wasim.khan@nxp.com> From: Ard Biesheuvel Date: Tue, 2 Jan 2018 15:55:58 +0000 Message-ID: To: Wasim Khan , Meenakshi Aggarwal Cc: Leif Lindholm , "Kinney, Michael D" , "edk2-devel@lists.01.org" , Udit Kumar , Varun Sethi Subject: Re: [PATCH edk2-platforms 0/4] NXP:LS2088A RDB Board Support X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2018 15:50:58 -0000 Content-Type: text/plain; charset="UTF-8" Hello Wasim, Udit, Meenakshi, I kind of lost track of all the patches you have been sending over the past month or so. Could one of you please send a quick summary of all the patches that are in flight at the moment, and for which platforms? Thanks, Ard. On 22 December 2017 at 10:51, Wasim Khan wrote: > In Silicon/NXP, we are keeping our SoC specific information and remaining code will be kept in Platform/NXP. > > Following patches will add support of NXP LS2088A RDB board in edk2-platforms. > > Platform/NXP/LS2088aRdbPkg will host .dsc and .fdf files to support compilation for LS2088A RDB board. > > Looking forward for your kind support in upstreaming LS2088 RDB board support in edk2-platforms. > > Wasim Khan (4): > Platform/NXP: Add support for ArmPlatformLib > Silicon/Maxim: Added Support for DS3232 RTC Library > Silicon/NXP:SocLib support for initialization of peripherals > Compilation : Add the fdf, dsc and dec files. > > .../LS2088aRdbPkg/Include/Library/PlatformLib.h | 28 ++ > Platform/NXP/LS2088aRdbPkg/LS2088aRdbPkg.dec | 29 ++ > Platform/NXP/LS2088aRdbPkg/LS2088aRdbPkg.dsc | 95 ++++++ > Platform/NXP/LS2088aRdbPkg/LS2088aRdbPkg.fdf | 197 +++++++++++ > .../Library/PlatformLib/ArmPlatformLib.c | 106 ++++++ > .../Library/PlatformLib/ArmPlatformLib.inf | 80 +++++ > .../Library/PlatformLib/NxpQoriqLsHelper.S | 35 ++ > .../Library/PlatformLib/NxpQoriqLsMem.c | 196 +++++++++++ > Platform/NXP/LS2088aRdbPkg/VarStore.fdf.inc | 98 ++++++ > Platform/NXP/NxpQoriqLs.dec | 1 + > Silicon/Maxim/Library/Ds3232RtcLib/Ds3232Rtc.h | 49 +++ > Silicon/Maxim/Library/Ds3232RtcLib/Ds3232RtcLib.c | 370 +++++++++++++++++++++ > .../Maxim/Library/Ds3232RtcLib/Ds3232RtcLib.dec | 31 ++ > .../Maxim/Library/Ds3232RtcLib/Ds3232RtcLib.inf | 50 +++ > Silicon/NXP/Chassis/Chassis.c | 32 ++ > Silicon/NXP/Chassis/Chassis.h | 17 + > Silicon/NXP/Chassis/Chassis3/Chassis3.dec | 19 ++ > Silicon/NXP/Chassis/Chassis3/Errata.c | 62 ++++ > Silicon/NXP/Chassis/Chassis3/SerDes.h | 92 +++++ > Silicon/NXP/Chassis/Chassis3/Soc.c | 171 ++++++++++ > Silicon/NXP/Chassis/Chassis3/Soc.h | 159 +++++++++ > Silicon/NXP/Chassis/LS2088aSocLib.inf | 53 +++ > Silicon/NXP/LS2088A/Include/SocSerDes.h | 67 ++++ > Silicon/NXP/LS2088A/LS2088A.dec | 22 ++ > Silicon/NXP/LS2088A/LS2088A.dsc | 101 ++++++ > 25 files changed, 2160 insertions(+) > create mode 100755 Platform/NXP/LS2088aRdbPkg/Include/Library/PlatformLib.h > create mode 100644 Platform/NXP/LS2088aRdbPkg/LS2088aRdbPkg.dec > create mode 100755 Platform/NXP/LS2088aRdbPkg/LS2088aRdbPkg.dsc > create mode 100644 Platform/NXP/LS2088aRdbPkg/LS2088aRdbPkg.fdf > create mode 100644 Platform/NXP/LS2088aRdbPkg/Library/PlatformLib/ArmPlatformLib.c > create mode 100644 Platform/NXP/LS2088aRdbPkg/Library/PlatformLib/ArmPlatformLib.inf > create mode 100644 Platform/NXP/LS2088aRdbPkg/Library/PlatformLib/NxpQoriqLsHelper.S > create mode 100644 Platform/NXP/LS2088aRdbPkg/Library/PlatformLib/NxpQoriqLsMem.c > create mode 100644 Platform/NXP/LS2088aRdbPkg/VarStore.fdf.inc > create mode 100644 Silicon/Maxim/Library/Ds3232RtcLib/Ds3232Rtc.h > create mode 100644 Silicon/Maxim/Library/Ds3232RtcLib/Ds3232RtcLib.c > create mode 100644 Silicon/Maxim/Library/Ds3232RtcLib/Ds3232RtcLib.dec > create mode 100644 Silicon/Maxim/Library/Ds3232RtcLib/Ds3232RtcLib.inf > create mode 100644 Silicon/NXP/Chassis/Chassis3/Chassis3.dec > create mode 100644 Silicon/NXP/Chassis/Chassis3/Errata.c > create mode 100644 Silicon/NXP/Chassis/Chassis3/SerDes.h > create mode 100644 Silicon/NXP/Chassis/Chassis3/Soc.c > create mode 100644 Silicon/NXP/Chassis/Chassis3/Soc.h > create mode 100644 Silicon/NXP/Chassis/LS2088aSocLib.inf > create mode 100644 Silicon/NXP/LS2088A/Include/SocSerDes.h > create mode 100644 Silicon/NXP/LS2088A/LS2088A.dec > create mode 100644 Silicon/NXP/LS2088A/LS2088A.dsc > > -- > 2.7.4 >