From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web11.25755.1574351870822362413 for ; Thu, 21 Nov 2019 07:57:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=HXZrSX67; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574351870; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6ozZS3Y/8Bgy5GBXSGT1C9xWn/QRUsw8WolLeinPDGw=; b=HXZrSX67LP6qiRYgG3MNRXbGZQxVcrzpQzBxxbG2VLDji1qO1nFGeKkGb5VlvCF69OYcF2 L3dg7YGdfVfMQAra2qkjAkA3wrH9UrCfBDop+BjqGwaJ1BjA6m123irEdnWrA3ExTbxuix DuVLbxVMToXaDcxhf4DtBYvOU2fzpdQ= Received: from mail-wm1-f72.google.com (mail-wm1-f72.google.com [209.85.128.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-74-OFBG4K_mOoikwcKsQV6KsQ-1; Thu, 21 Nov 2019 10:57:48 -0500 Received: by mail-wm1-f72.google.com with SMTP id m68so2009652wme.7 for ; Thu, 21 Nov 2019 07:57:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=scd3/kk8ip3uBdm0kSNLs8y9D2vycpo6HclooO4B/40=; b=PcJgdvElzo/VbVdwom+jr8pmHLnOnKXdFkdC3HUNbHoBcreBMBSCt1vgc5COfKOPs3 pXvjAp2PZFy1vgtmW7vaW+BRlrhdFt6J28zYoI8yEq05aYQg3lEK8HLpGOVyg77F+G2o Gy7NAiMwStR1c1+jQPCpApmLFJltL3qRQxF0nMrmN6sYNtNFhU2TlE7BrWV1D/RZzKLH Dexv/rQzL1wlmzBxkkk5k6C/LLhgGT9yJZVG+qm+Z3LVBCk/IEt8nIFcD9uVtoPTA/yP +3LlqxpnM/hwMO4GrUlIBlF9ANfhdYADg6n4GWzexhyZ1xTkrkKG8Bxvn0qQA6OD9DQt s8tQ== X-Gm-Message-State: APjAAAXtsvXEUOPhke2XmWFUJqwS5pULFjAIWgrNkbqMoe911wtwK96B 0gL2RSjpRtEvseNukL15hHI/erEmYnRlJZIHySxHRKU/wJmwzPBWQvwVdUW0vshdieT0S+ATcvV Rgr/gnfYvuc49qg== X-Received: by 2002:a7b:cd86:: with SMTP id y6mr10640131wmj.163.1574351867560; Thu, 21 Nov 2019 07:57:47 -0800 (PST) X-Google-Smtp-Source: APXvYqyDuwFBnIIe/S43Wc6HOqYKUr4NwgUFig4uiVNqaL5cttati1k6Szn0Y2OCkfpNVbTZIfwnLg== X-Received: by 2002:a7b:cd86:: with SMTP id y6mr10640117wmj.163.1574351867381; Thu, 21 Nov 2019 07:57:47 -0800 (PST) Return-Path: Received: from [192.168.1.35] (131.red-88-21-102.staticip.rima-tde.net. [88.21.102.131]) by smtp.gmail.com with ESMTPSA id h5sm3891917wrx.16.2019.11.21.07.57.46 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 21 Nov 2019 07:57:46 -0800 (PST) Subject: Re: [edk2-devel] [PATCH v1 0/2] ArmPlatformPkg: Fix build warnings To: devel@edk2.groups.io, sami.mujawar@arm.com Cc: ard.biesheuvel@linaro.org, leif.lindholm@linaro.org, Matteo.Carlini@arm.com, Laura.Moretta@arm.com, nd@arm.com References: <20191121143251.10204-1-sami.mujawar@arm.com> From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= Message-ID: <56b2fb80-e3dc-4378-af55-aa07572ad31d@redhat.com> Date: Thu, 21 Nov 2019 16:57:45 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: <20191121143251.10204-1-sami.mujawar@arm.com> X-MC-Unique: OFBG4K_mOoikwcKsQV6KsQ-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable On 11/21/19 3:32 PM, Sami Mujawar wrote: > This patch-set has the following updates: > * PL061: Minor section alignment > - Minor update to add an empty line before the 'sources' section in = an inf file. > * Fix 'missing header' warnings > - Updates to inf files to include header files in the 'sources' sect= ion. >=20 > The changes can be seen at: > https://github.com/samimujawar/edk2/tree/700_armplatformpkg_fix_missing_h= eader_warning_v1 >=20 > Sami Mujawar (2): > ArmPlatformPkg: PL061: Minor section alignment > ArmPlatformPkg: Fix 'missing header' warnings >=20 > ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf | = 3 ++- > ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf | = 4 +++- > ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf | = 3 ++- > ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf | = 3 ++- > 4 files changed, 9 insertions(+), 4 deletions(-) Reviewed-by: Philippe Mathieu-Daude