From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: michael.a.kubacki@intel.com) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by groups.io with SMTP; Wed, 11 Sep 2019 16:54:30 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Sep 2019 16:54:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,495,1559545200"; d="scan'208";a="200622346" Received: from orsmsx102.amr.corp.intel.com ([10.22.225.129]) by fmsmga001.fm.intel.com with ESMTP; 11 Sep 2019 16:54:28 -0700 Received: from orsmsx126.amr.corp.intel.com (10.22.240.126) by ORSMSX102.amr.corp.intel.com (10.22.225.129) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 11 Sep 2019 16:54:28 -0700 Received: from orsmsx121.amr.corp.intel.com ([169.254.10.57]) by ORSMSX126.amr.corp.intel.com ([169.254.4.36]) with mapi id 14.03.0439.000; Wed, 11 Sep 2019 16:54:28 -0700 From: "Kubacki, Michael A" To: "Agyeman, Prince" , "devel@edk2.groups.io" CC: "philmd@redhat.com" , "Wei, David Y" , "Gao, Liming" , "Sinha, Ankit" , "Desimone, Nathaniel L" Subject: Re: [edk2-devel] [PATCH v2 1/3] AdvancedFeaturePkg: Fix GCC build Thread-Topic: [edk2-devel] [PATCH v2 1/3] AdvancedFeaturePkg: Fix GCC build Thread-Index: AQHVaL+cgXFYfvZQxkSur7xatlfh66cnJfzA Date: Wed, 11 Sep 2019 23:54:28 +0000 Message-ID: <49AB4ACB9627B8468F29D589A27B745588ABEC8C@ORSMSX121.amr.corp.intel.com> References: <9c6eaf2883cc440905026a435b6bfb1ed6b89733.1568219401.git.prince.agyeman@intel.com> In-Reply-To: <9c6eaf2883cc440905026a435b6bfb1ed6b89733.1568219401.git.prince.agyeman@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2QxODI2ZTQtM2E3Mi00NGQwLTk0NjMtMzM3ZDY3MDk3ODJmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicjdWeHRFeEJVVUF6dTM5VmE2VGlyRktvWTFzeFdVQWlyRFwvQzdBS1dkd1VJalB5T29OaXdzOEd4N3NoNVhxc0cifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Return-Path: michael.a.kubacki@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Kubacki > -----Original Message----- > From: Agyeman, Prince > Sent: Wednesday, September 11, 2019 9:40 AM > To: devel@edk2.groups.io > Cc: philmd@redhat.com; Agyeman, Prince ; > Wei, David Y ; Gao, Liming ; > Sinha, Ankit ; Kubacki, Michael A > ; Desimone, Nathaniel L > > Subject: [edk2-devel] [PATCH v2 1/3] AdvancedFeaturePkg: Fix GCC build >=20 > From: "Agyeman, Prince" >=20 > Changed include file name Smbios.h to > SmBios.h to fix gcc file not found > build issue, due to case sensitive > file names in Linux >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2162 >=20 > Cc: David Wei > Cc: Liming Gao > Cc: Ankit Sinha > Cc: Agyeman Prince > Cc: Kubacki Michael A > Cc: Nate DeSimone >=20 > Signed-off-by: Prince Agyeman > --- > .../AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/SmbiosBasic.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git > a/Platform/Intel/AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/SmbiosBasi > c.h > b/Platform/Intel/AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/SmbiosBasi > c.h > index e278a4ed18..944946b5b8 100644 > --- > a/Platform/Intel/AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/SmbiosBasi > c.h > +++ > b/Platform/Intel/AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/SmbiosBasi > c.h > @@ -11,7 +11,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent >=20 > #include > #include > -#include > +#include > #include > #include > #include > -- > 2.19.1.windows.1