From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by mx.groups.io with SMTP id smtpd.web08.10799.1623150717690919272 for ; Tue, 08 Jun 2021 04:11:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=X8xyuP/F; spf=pass (domain: nuviainc.com, ip: 209.85.221.44, mailfrom: leif@nuviainc.com) Received: by mail-wr1-f44.google.com with SMTP id c5so21083115wrq.9 for ; Tue, 08 Jun 2021 04:11:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=qP8/93YsoFLseDh3t9QjhD2bpViXi8mY75WX4b75r1s=; b=X8xyuP/FX9tryBGTmfrvAES0cZ+upcV6gBoJq2RCHLPTcp7OU0NLHigmauTukxB2Yx bhnyXFHSV2YrZ4vMbeWcT2Ew7v7ocX328V0pJCy/85Znz7/BmkcFMZIikDwVJOTW4Sgc VYeLO5n0kqNGKKMt+KlcJG1eLI75nGROtxe2uYz3/d9E/sKDVkbYivB9K1wUx2vOcdw5 dNA8FSbCYdPMUaCTo3elhp1RApemBMMcSXWAA+wae/qJ/iInyqmHYiLlnjiiM1uGlAny H2FIVMukmmpvn7a1L0lxP2thHJOoUAb1z76bLOdBYdNv9mtpvwn2j01lMqWPfAKQDMYk h9cA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=qP8/93YsoFLseDh3t9QjhD2bpViXi8mY75WX4b75r1s=; b=qo3mTRAdmH6XoBraJb37pO4Z2IMgLURSiGzXcF46+nWK+VLNJcslQuK2VKMJJ6FFkd zUVX7C3WWaffPZEE8rwqdaEkHDmsnXtb+giVw89qzomfNCuVwIa5OT4cXUAYbq8TpqCJ hqUpwlGnsIdrTr3rOAw/qOpq/FhM+plEwZ4+JJFssyHWel8IYM4lQHhr6+igLc/hR6GM d2hwaNVrDMRxoKuv5DGZ86iBzTmFcASoB6vxyrge/n0GZgVuL3NClAelf6sxrVA/zUIQ rQjsPUpESlmmmP5K4l3g7LAEFffQfFZKhRG1pSBuYeROZdIx8kvYuKDm1DRfsOxX2o0g rKXQ== X-Gm-Message-State: AOAM532dGOMGhZgeCisw4Rx8n7v/jLmwib/zbCfzo/yL3FO6Oy47F66m 49swDo1lwzbw1zakHUo0iQTwAg== X-Google-Smtp-Source: ABdhPJzSyFL4qJCRkgBzU+M03OFSz3YzeQlg4xLSBZOWBug7bE4noo4pV9BcOJHV/pUiHz3pyOzbKw== X-Received: by 2002:a5d:5151:: with SMTP id u17mr21429648wrt.302.1623150716201; Tue, 08 Jun 2021 04:11:56 -0700 (PDT) Return-Path: Received: from leviathan (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id a3sm21316774wra.4.2021.06.08.04.11.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Jun 2021 04:11:55 -0700 (PDT) Date: Tue, 8 Jun 2021 12:11:53 +0100 From: "Leif Lindholm" To: Vikas Singh Cc: devel@edk2.groups.io, sami.mujawar@arm.com, meenakshi.aggarwal@nxp.com, samer.el-haj-mahmoud@arm.com, v.sethi@nxp.com, arokia.samy@puresoftware.com, kuldip.dwivedi@puresoftware.com, ard.biesheuvel@arm.com, vikas.singh@nxp.com, Sunny.Wang@arm.com Subject: Re: [PATCH V0 0/4] Enable Dynamic ACPI for LS1046AFRWY Message-ID: <20210608111153.s6t2ssmot3kmbdoy@leviathan> References: <20210601135034.22386-1-vikas.singh@puresoftware.com> MIME-Version: 1.0 In-Reply-To: <20210601135034.22386-1-vikas.singh@puresoftware.com> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Vikas, Please resubmit this set, following the instructions set out by https://github.com/tianocore/tianocore.github.io/wiki/Laszlo%27s-unkempt-git-guide-for-edk2-contributors-and-maintainers as I requested for your previous set. Best Regards, Leif On Tue, Jun 01, 2021 at 19:20:30 +0530, Vikas Singh wrote: > This patch series basically aims to extend the Dynamic ACPI > framework towards NXP's LS1046AFRWY platform. > > Refer- https://edk2.groups.io/g/devel/message/71709 > > The change set in the series is in below order - > > (1)Introducing a new platform specific macro "PLAT_SOC_NAME" > This macro will be consumed by Configuration Manager(CM). > Platforms who extends CM services for themselves must notify > their SoC details to CM. Additionally also update the lx2160ardb > platform header with PLAT_SOC_NAME, this will be consumed by CM. > > (2)Introduced a function to get SoC's System Version Register(SVR) > This function will fetch SVR for LS1046A SoC based platforms. > In current patch series, this function will be used by LS1046aFrwy. > > (3)Extending Configuration Manager (CM) and its services to leverage > the Dynamic ACPI support for NXP's LS1046aFrwy platform. > > (4)Introduced an OEM specific firmware acpi table generator > Also add Dsdt.asl as a place holder having only platform's clock > related dsdt properties for now and can accommodate other IP specific > dsdt tables(acpi properties) for LS1046AFRWY in future patch series. > > Vikas Singh (4): > Platform/NXP: Add generic log in CM to print SoC version > Silicon/NXP: Add support of SVR handling for LS1046FRWY > Platform/NXP/LS1046aFrwyPkg: Extend Dynamic ACPI support > Platform/NXP/LS1046aFrwyPkg: Add OEM specific DSDT generator > > .../ConfigurationManager.c | 10 +- > .../AcpiTablesInclude/Dsdt/Clk.asl | 60 +++++++ > .../AcpiTablesInclude/Dsdt/Dsdt.asl | 15 ++ > .../AcpiTablesInclude/PlatformAcpiDsdtLib.inf | 39 +++++ > .../PlatformAcpiDsdtLib/RawDsdtGenerator.c | 138 +++++++++++++++ > .../AcpiTablesInclude/PlatformAcpiLib.h | 23 +++ > .../NXP/LS1046aFrwyPkg/Include/Platform.h | 159 ++++++++++++++++++ > .../NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.dsc | 29 ++++ > .../NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.fdf | 13 ++ > Platform/NXP/LX2160aRdbPkg/Include/Platform.h | 5 +- > Silicon/NXP/LS1046A/LS1046A.dsc.inc | 10 ++ > Silicon/NXP/LS1046A/Library/SocLib/SocLib.c | 16 ++ > 12 files changed, 507 insertions(+), 10 deletions(-) > create mode 100644 Platform/NXP/LS1046aFrwyPkg/AcpiTablesInclude/Dsdt/Clk.asl > create mode 100644 Platform/NXP/LS1046aFrwyPkg/AcpiTablesInclude/Dsdt/Dsdt.asl > create mode 100644 Platform/NXP/LS1046aFrwyPkg/AcpiTablesInclude/PlatformAcpiDsdtLib.inf > create mode 100644 Platform/NXP/LS1046aFrwyPkg/AcpiTablesInclude/PlatformAcpiDsdtLib/RawDsdtGenerator.c > create mode 100644 Platform/NXP/LS1046aFrwyPkg/AcpiTablesInclude/PlatformAcpiLib.h > create mode 100644 Platform/NXP/LS1046aFrwyPkg/Include/Platform.h > > -- > 2.25.1 >