From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::243; helo=mail-wm0-x243.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) (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 539A6203B99DE for ; Mon, 2 Jul 2018 07:01:17 -0700 (PDT) Received: by mail-wm0-x243.google.com with SMTP id p11-v6so8825073wmc.4 for ; Mon, 02 Jul 2018 07:01:17 -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=fxlnr/BXPhoE82EF/38Z+f2CtKUIYwVnRWsQgsZMjLE=; b=SOtJSVdMozu0HNRdx5HPKA8a+SZOZWu50dUI5cs6vXrKeNSZ4JA0O/d02WawtM+40v PSW9CXC1LzLbwCl1KaiO526cjXqAd3aL54kZ3Ng+hWilkCXQiBMmHItRvUUY4namMz64 h1ONy+IPRv7TMRe4jO8qYXdC51UcZff/m4OgY= 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=fxlnr/BXPhoE82EF/38Z+f2CtKUIYwVnRWsQgsZMjLE=; b=IUcFpKcvmUTaHd7SncAjxEaHOoi1kT4UBj+FO7zSzKhdUE46T3+LEPVaQXT+L3j8+C 6+071IoiRF8F+bAFmaTlw0meshbDe6jyDox8/PRFGolyeriLzz4OIE7P1lwihsl8NHzB gIbIzn7UadR2nWKifdd/uM7aMD1ZEmIFpQ8YO9wakohCgnsI/IyyRvuwOY6FY8U2SHOD dTBHwOqqZE10P5X4phR8bh6sAEkrevhNowZZI0gPuwixEUk9/Buu1ioN0aCMZJUocaWJ LLgisrdw9hDj4mz4GuCefJX3233zpEKTtt/a3aqJXCA1QI/GkufbjvhJgEZKw6eEKN/m 37Qw== X-Gm-Message-State: APt69E0Djve4YsJjz2m3Mp2A8bwY0gxUBoJwDEmNG+0AecccW63ioUi8 GsDPkc1uf4ydZyWuOMflw2SQ3A== X-Google-Smtp-Source: AAOMgpeFJ5ysEjNa7Z8QNufPWUfT09XjHDXgGSFR9FvF7YX4vQXYXxcwk3IShE9uhURbOM+ET+kuoA== X-Received: by 2002:a1c:1695:: with SMTP id 143-v6mr8108165wmw.12.1530540075853; Mon, 02 Jul 2018 07:01:15 -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 j7-v6sm10013554wrn.96.2018.07.02.07.01.14 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 02 Jul 2018 07:01:14 -0700 (PDT) Date: Mon, 2 Jul 2018 15:01:13 +0100 From: Leif Lindholm To: Sami Mujawar Cc: edk2-devel@lists.01.org, Arvind Chauhan , Daniil Egranov , Thomas Panakamattam Abraham , evan.lloyd@arm.com, Matteo.Carlini@arm.com, Stephanie.Hughes-Fitt@arm.com, nd@arm.com Message-ID: <20180702140113.hx3fxkjtcy4onggy@bivouac.eciton.net> References: <20180627164848.24124-1-sami.mujawar@arm.com> MIME-Version: 1.0 In-Reply-To: <20180627164848.24124-1-sami.mujawar@arm.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v1 0/6][platforms/devel-dynamictables] Fix issues reported by ecc tool 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: Mon, 02 Jul 2018 14:01:17 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jun 27, 2018 at 05:48:42PM +0100, Sami Mujawar wrote: > This patch series fixes the issues reported by the ecc tool. > > The changes can be seen at https://github.com/samimujawar/edk2-platforms/tree/290_fix_ecc_issues_v1 For series: Reviewed-by: Leif Lindholm Pushed as 693bbd8747..63de92e662. / Leif > Sami Mujawar (6): > Platform/ARM: FVP: Add module info to file header > Platform/ARM: FVP: Fix function documentation > Platform/ARM: FVP: Fix variable declaration > Platform/ARM: Juno: Add module info to file header > Platform/ARM: Juno: Fix function documentation > Platform/ARM: Juno: Fix variable declaration > > Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManager.dsc.inc | 3 +- > Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c | 86 +++++++++--------- > Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerDxe.inf | 1 + > Platform/ARM/JunoPkg/ConfigurationManager/PlatformASLTablesLib/PlatformASLTablesLib.inf | 1 + > Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManager.dsc.inc | 3 +- > Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c | 93 ++++++++++---------- > Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerDxe.inf | 1 + > Platform/ARM/VExpressPkg/ConfigurationManager/PlatformASLTablesLib/PlatformASLTablesLib.inf | 1 + > 8 files changed, 101 insertions(+), 88 deletions(-) > > -- > 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)' > >