From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web12.11085.1587056035807473184 for ; Thu, 16 Apr 2020 09:53:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=OMt3qaD/; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587056035; 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=cQeUsaWwRhfFoHSam4Zx7IT95BB+cmGMnpP9XWqIPhU=; b=OMt3qaD/zHU9WDZHcYjSWYmHbMdn33ghEqgMWLy6g3G9hxX93IGuWwEWO+pqCVtDCEWRD+ jTT5OyuDeCh/on8VbiCKtNyw4/Fbqee4C0ZcFEaRL4xMTcl+7Qcx6L+6J8MVxXIfQo8zD9 JaP3ThYYjOo+khcIGD9GpwJ3YCX77tM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-289-iolv0Sj8NWCCg_MziiKPNg-1; Thu, 16 Apr 2020 12:53:51 -0400 X-MC-Unique: iolv0Sj8NWCCg_MziiKPNg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id DB2168017F6; Thu, 16 Apr 2020 16:53:49 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-225.ams2.redhat.com [10.36.114.225]) by smtp.corp.redhat.com (Postfix) with ESMTP id 96DA460BE0; Thu, 16 Apr 2020 16:53:48 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH] MdePkg: Include Acpi hearder file To: devel@edk2.groups.io, wasim.khan@nxp.com Cc: michael.d.kinney@intel.com, liming.gao@intel.com, v.sethi@nxp.com References: <1586950842-19391-1-git-send-email-wasim.khan@nxp.com> From: "Laszlo Ersek" Message-ID: <237cee2d-d73e-9a32-571c-2462f2d0075e@redhat.com> Date: Thu, 16 Apr 2020 18:53:47 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1586950842-19391-1-git-send-email-wasim.khan@nxp.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 04/15/20 13:40, Wasim Khan wrote: > ACPI memory mapped configuration space access (MCFG) table requires > defination of EFI_ACPI_DESCRIPTION_HEADER. > > Signed-off-by: Wasim Khan > --- > .../IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h b/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h > index 3356ec9..8a4933d 100644 > --- a/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h > +++ b/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h > @@ -10,6 +10,8 @@ > #ifndef _MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_TABLE_H_ > #define _MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_TABLE_H_ > > +#include > + > // > // Ensure proper structure formats > // > There's a typo in the subject: s/hearder/header/. (I'll let the MdePkg maintainers review this patch beyond this superficial comment.) Thanks Laszlo