From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::442; helo=mail-wr1-x442.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) (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 603A2211E95A9 for ; Tue, 26 Mar 2019 12:13:01 -0700 (PDT) Received: by mail-wr1-x442.google.com with SMTP id p10so15761570wrq.1 for ; Tue, 26 Mar 2019 12:13:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=9j6M5QU7/42ZhrH7V1en4wFryg5+Q7oAGBW/s096TF4=; b=YmefynnjLRpDxC7coRSTpSqz7wSeqsOwYFnqMOMoMPcYarFzSlSXj3xjKNYkscHraV 154ScamQQkYm7pD4WA1GiwYGkbG+NUqZsk+oCJwXzhVfrIUsh4T9d1ns/0habS5Pftno jCwN8uhH2s89YwaUJLUA2PabE7a39t7guubPXq51qlEglnAoWSZR26F/HtqJLY7KGiYk D70pEDVt1ZgWf5lqprRlUNYRaBH3axtTkL091BYhP4hVHVlr5dQXi/QHJg4i2UfSO90M 6euN1kWu75IuLNeE1QdUFNeWNH4jh0B7O1BsjiJGz8y5i2Sx9e5A2wCZsUy2LC981gg0 owhg== 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:user-agent; bh=9j6M5QU7/42ZhrH7V1en4wFryg5+Q7oAGBW/s096TF4=; b=VOwm2Paz6v+3aIC/VVTldn8jmPdnnf9AKAV0TPwulT6cjy/+iaSOS9yVyQVHUeLr1a GMIdQsw2zJeP+LbTQ+M2y/WbyhDhvB83FDtPpvenxH2iBAXN0DLrgXiUn5ydjxRpyyWX aAXOCSgxfub1DnuDBHABnqcdFdze8WZ4sSN54LIDGFh3K1amHozaMti2nFj/21/QsTpE jFmrV/I1TjPi85yR4EBIvDuXfc7fzy+qlDyN5NYVEfk7e/TodO0AcgkUDhMES48MmSkm Ltoc0W6nDPUSdlwk6qkzg3Fy5lafSmUzKnik1VOlZxym4dyOZRvMs3Fij6ZDmD1eMj36 ANSA== X-Gm-Message-State: APjAAAWzSsiFjBSFKamz3p+p9bkwYrP0ENx7hGIDxOoBbiYgIqeWGC8I vo1LXDvPSWg2ldvxZ1C0fJd6N1cTyo0= X-Google-Smtp-Source: APXvYqzkqFkYVMsfTYzNkoO6LdXY1h92ad8o+rmsZCjNIp8ks7DCBN3op5Mx4zhNNTNyK601J2cMNg== X-Received: by 2002:a5d:458f:: with SMTP id p15mr21729250wrq.188.1553627579840; Tue, 26 Mar 2019 12:12:59 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id t69sm29443851wmt.16.2019.03.26.12.12.58 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 26 Mar 2019 12:12:59 -0700 (PDT) Date: Tue, 26 Mar 2019 19:12:57 +0000 From: Leif Lindholm To: Sami Mujawar Cc: edk2-devel@lists.01.org, ard.biesheuvel@linaro.org, michael.d.kinney@intel.com, alexei.fedorov@arm.com, Matteo.Carlini@arm.com, Stephanie.Hughes-Fitt@arm.com, nd@arm.com Message-ID: <20190326191257.f6ecec3ttoj4cid7@bivouac.eciton.net> References: <20190221181525.49624-1-sami.mujawar@arm.com> MIME-Version: 1.0 In-Reply-To: <20190221181525.49624-1-sami.mujawar@arm.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v1 0/4] Platform/ARM: Updates corresponding to Dynamic Tables Framework changes X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Mar 2019 19:13:01 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Feb 21, 2019 at 06:15:21PM +0000, Sami Mujawar wrote: > The Dynamic tables framework has been updated to incorporated a series of > updates namely: > * Resolving DEPEX order for modules. > * Removing GIC Distributor ID > > This patch series implement the corresponding changes required in the platform > Configuration Manager. > > Note: This patch series is dependent on the patch series: > https://lists.01.org/pipermail/edk2-devel/2019-January/035611.html Ah, right, so these changes will have to be pushed simultaneously with the edk2 ones. In that case: Reviewed-by: Leif Lindholm And feel free to push the changes to edk2-platforms for this set yourself. > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Sami Mujawar > > The changes can be seen at: > https://github.com/samimujawar/edk2-platforms/tree/473_dynamic_tables_framework_v1 > > The corresponding edk2 code changes can be seen at: > https://github.com/samimujawar/edk2/tree/473_dynamic_tables_framework_v1 > > Sami Mujawar (4): > Platform/ARM: Juno: Configuration Manager depex > Platform/ARM: FVP: Configuration Manager depex > Platform/ARM: FVP: Config Mgr remove GICD ID > Platform/ARM: Juno: Config Mgr remove GICD ID > > Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c | 1 - > Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerDxe.inf | 4 ++-- > Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c | 1 - > Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerDxe.inf | 4 ++-- > 4 files changed, 4 insertions(+), 6 deletions(-) > > -- > 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)' > >