From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.20; helo=mga02.intel.com; envelope-from=michael.d.kinney@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2FA2B210C42D0 for ; Fri, 27 Jul 2018 23:03:50 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jul 2018 23:03:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,412,1526367600"; d="scan'208";a="219794774" Received: from orsmsx103.amr.corp.intel.com ([10.22.225.130]) by orsmga004.jf.intel.com with ESMTP; 27 Jul 2018 23:03:32 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.96]) by ORSMSX103.amr.corp.intel.com ([169.254.5.19]) with mapi id 14.03.0319.002; Fri, 27 Jul 2018 23:03:32 -0700 From: "Kinney, Michael D" To: "Zeng, Star" , "edk2-devel@lists.01.org" , "Kinney, Michael D" Thread-Topic: [PATCH] FmpDevicePkg: Remove IPF Thread-Index: AQHUIAtJ6jFwbBxFqUyrkoOuS1MdXaSkMUgQ Date: Sat, 28 Jul 2018 06:03:31 +0000 Message-ID: References: <1532078557-36824-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1532078557-36824-1-git-send-email-star.zeng@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Subject: Re: [PATCH] FmpDevicePkg: Remove IPF X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2018 06:03:50 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael D Kinney Mike > -----Original Message----- > From: Zeng, Star > Sent: Friday, July 20, 2018 2:23 AM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Kinney, Michael D > > Subject: [PATCH] FmpDevicePkg: Remove IPF >=20 > Cc: Michael D Kinney > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Star Zeng > --- > FmpDevicePkg/FmpDevicePkg.dsc > | 2 +- > FmpDevicePkg/FmpDxe/FmpDxe.inf > | 2 +- > FmpDevicePkg/FmpDxe/FmpDxeLib.inf > | 2 +- >=20 > .../Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePol > icyLibNull.inf | 2 +- >=20 > FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull. > inf | 2 +- >=20 > FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHe > aderLibV1.inf | 2 +- > 6 files changed, 6 insertions(+), 6 deletions(-) >=20 > diff --git a/FmpDevicePkg/FmpDevicePkg.dsc > b/FmpDevicePkg/FmpDevicePkg.dsc > index 4d08a2cf9e64..a4eac1e60de0 100644 > --- a/FmpDevicePkg/FmpDevicePkg.dsc > +++ b/FmpDevicePkg/FmpDevicePkg.dsc > @@ -36,7 +36,7 @@ [Defines] > PLATFORM_VERSION =3D 0.1 > DSC_SPECIFICATION =3D 0x00010005 > OUTPUT_DIRECTORY =3D Build/FmpDevicePkg > - SUPPORTED_ARCHITECTURES =3D > IA32|IPF|X64|ARM|AARCH64 > + SUPPORTED_ARCHITECTURES =3D > IA32|X64|ARM|AARCH64 > BUILD_TARGETS =3D DEBUG|RELEASE > SKUID_IDENTIFIER =3D DEFAULT >=20 > diff --git a/FmpDevicePkg/FmpDxe/FmpDxe.inf > b/FmpDevicePkg/FmpDxe/FmpDxe.inf > index a5817f0a0dd0..228e53658a98 100644 > --- a/FmpDevicePkg/FmpDxe/FmpDxe.inf > +++ b/FmpDevicePkg/FmpDxe/FmpDxe.inf > @@ -38,7 +38,7 @@ [Defines] > # > # The following information is for reference only and > not required by the build tools. > # > -# VALID_ARCHITECTURES =3D IA32 X64 IPF ARM > AARCH64 > +# VALID_ARCHITECTURES =3D IA32 X64 ARM > AARCH64 > # >=20 > [Sources] > diff --git a/FmpDevicePkg/FmpDxe/FmpDxeLib.inf > b/FmpDevicePkg/FmpDxe/FmpDxeLib.inf > index a011dcf4f2a0..548453115537 100644 > --- a/FmpDevicePkg/FmpDxe/FmpDxeLib.inf > +++ b/FmpDevicePkg/FmpDxe/FmpDxeLib.inf > @@ -39,7 +39,7 @@ [Defines] > # > # The following information is for reference only and > not required by the build tools. > # > -# VALID_ARCHITECTURES =3D IA32 X64 IPF ARM > AARCH64 > +# VALID_ARCHITECTURES =3D IA32 X64 ARM > AARCH64 > # >=20 > [Sources] > diff --git > a/FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/Capsu > leUpdatePolicyLibNull.inf > b/FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/Capsu > leUpdatePolicyLibNull.inf > index c7c669e3e018..f92d88a7c188 100644 > --- > a/FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/Capsu > leUpdatePolicyLibNull.inf > +++ > b/FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/Capsu > leUpdatePolicyLibNull.inf > @@ -34,7 +34,7 @@ [Defines] > LIBRARY_CLASS =3D CapsuleUpdatePolicyLib >=20 > # > -# VALID_ARCHITECTURES =3D IA32 X64 IPF ARM > AARCH64 > +# VALID_ARCHITECTURES =3D IA32 X64 ARM > AARCH64 > # >=20 > [Sources] > diff --git > a/FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNul > l.inf > b/FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNul > l.inf > index d51f69d0b987..0383b250f687 100644 > --- > a/FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNul > l.inf > +++ > b/FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNul > l.inf > @@ -37,7 +37,7 @@ [Defines] > # > # The following information is for reference only and > not required by the build tools. > # > -# VALID_ARCHITECTURES =3D IA32 X64 IPF ARM > AARCH64 > +# VALID_ARCHITECTURES =3D IA32 X64 ARM > AARCH64 > # >=20 > [Sources] > diff --git > a/FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayload > HeaderLibV1.inf > b/FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayload > HeaderLibV1.inf > index 41ed6e2aca14..324b7cc781a1 100644 > --- > a/FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayload > HeaderLibV1.inf > +++ > b/FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayload > HeaderLibV1.inf > @@ -37,7 +37,7 @@ [Defines] > LIBRARY_CLASS =3D > FmpPayloadHeaderLib|DXE_DRIVER UEFI_APPLICATION >=20 > # > -# VALID_ARCHITECTURES =3D IA32 X64 IPF ARM > AARCH64 > +# VALID_ARCHITECTURES =3D IA32 X64 ARM > AARCH64 > # >=20 > [Sources] > -- > 2.7.0.windows.1