public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Kinney, Michael D" <michael.d.kinney@intel.com>
To: "Zeng, Star" <star.zeng@intel.com>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>
Subject: Re: [PATCH] FmpDevicePkg: Remove IPF
Date: Fri, 20 Jul 2018 16:04:41 +0000	[thread overview]
Message-ID: <E92EE9817A31E24EB0585FDF735412F5B8A99453@ORSMSX113.amr.corp.intel.com> (raw)
In-Reply-To: <1532078557-36824-1-git-send-email-star.zeng@intel.com>

Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>

Mike

> -----Original Message-----
> From: Zeng, Star
> Sent: Friday, July 20, 2018 2:23 AM
> To: edk2-devel@lists.01.org
> Cc: Zeng, Star <star.zeng@intel.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>
> Subject: [PATCH] FmpDevicePkg: Remove IPF
> 
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Star Zeng <star.zeng@intel.com>
> ---
>  FmpDevicePkg/FmpDevicePkg.dsc
> | 2 +-
>  FmpDevicePkg/FmpDxe/FmpDxe.inf
> | 2 +-
>  FmpDevicePkg/FmpDxe/FmpDxeLib.inf
> | 2 +-
> 
> .../Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicy
> LibNull.inf   | 2 +-
> 
> FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.inf
> | 2 +-
> 
> FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeade
> rLibV1.inf    | 2 +-
>  6 files changed, 6 insertions(+), 6 deletions(-)
> 
> 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               = 0.1
>    DSC_SPECIFICATION              = 0x00010005
>    OUTPUT_DIRECTORY               = Build/FmpDevicePkg
> -  SUPPORTED_ARCHITECTURES        =
> IA32|IPF|X64|ARM|AARCH64
> +  SUPPORTED_ARCHITECTURES        = IA32|X64|ARM|AARCH64
>    BUILD_TARGETS                  = DEBUG|RELEASE
>    SKUID_IDENTIFIER               = DEFAULT
> 
> 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           = IA32 X64 IPF ARM
> AARCH64
> +#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64
>  #
> 
>  [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           = IA32 X64 IPF ARM
> AARCH64
> +#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64
>  #
> 
>  [Sources]
> diff --git
> a/FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleU
> pdatePolicyLibNull.inf
> b/FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleU
> pdatePolicyLibNull.inf
> index c7c669e3e018..f92d88a7c188 100644
> ---
> a/FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleU
> pdatePolicyLibNull.inf
> +++
> b/FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleU
> pdatePolicyLibNull.inf
> @@ -34,7 +34,7 @@ [Defines]
>    LIBRARY_CLASS   = CapsuleUpdatePolicyLib
> 
>  #
> -#  VALID_ARCHITECTURES           = IA32 X64 IPF ARM
> AARCH64
> +#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64
>  #
> 
>  [Sources]
> diff --git
> a/FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.i
> nf
> b/FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.i
> nf
> index d51f69d0b987..0383b250f687 100644
> ---
> a/FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.i
> nf
> +++
> b/FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.i
> nf
> @@ -37,7 +37,7 @@ [Defines]
>  #
>  # The following information is for reference only and not
> required by the build tools.
>  #
> -#  VALID_ARCHITECTURES           = IA32 X64 IPF ARM
> AARCH64
> +#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64
>  #
> 
>  [Sources]
> diff --git
> a/FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHea
> derLibV1.inf
> b/FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHea
> derLibV1.inf
> index 41ed6e2aca14..324b7cc781a1 100644
> ---
> a/FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHea
> derLibV1.inf
> +++
> b/FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHea
> derLibV1.inf
> @@ -37,7 +37,7 @@ [Defines]
>    LIBRARY_CLASS                  =
> FmpPayloadHeaderLib|DXE_DRIVER UEFI_APPLICATION
> 
>  #
> -#  VALID_ARCHITECTURES           = IA32 X64 IPF ARM
> AARCH64
> +#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64
>  #
> 
>  [Sources]
> --
> 2.7.0.windows.1



  reply	other threads:[~2018-07-20 16:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-20  9:22 [PATCH] FmpDevicePkg: Remove IPF Star Zeng
2018-07-20 16:04 ` Kinney, Michael D [this message]
2018-07-28  6:03 ` Kinney, Michael D

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E92EE9817A31E24EB0585FDF735412F5B8A99453@ORSMSX113.amr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox