* [PATCH] FmpDevicePkg: Remove IPF
@ 2018-07-20 9:22 Star Zeng
2018-07-20 16:04 ` Kinney, Michael D
2018-07-28 6:03 ` Kinney, Michael D
0 siblings, 2 replies; 3+ messages in thread
From: Star Zeng @ 2018-07-20 9:22 UTC (permalink / raw)
To: edk2-devel; +Cc: Star Zeng, Michael D Kinney
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/CapsuleUpdatePolicyLibNull.inf | 2 +-
FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.inf | 2 +-
| 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/CapsuleUpdatePolicyLibNull.inf b/FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf
index c7c669e3e018..f92d88a7c188 100644
--- a/FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf
+++ b/FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.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.inf b/FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.inf
index d51f69d0b987..0383b250f687 100644
--- a/FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.inf
+++ b/FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.inf
@@ -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]
--git a/FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeaderLibV1.inf b/FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeaderLibV1.inf
index 41ed6e2aca14..324b7cc781a1 100644
--- a/FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeaderLibV1.inf
+++ b/FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeaderLibV1.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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] FmpDevicePkg: Remove IPF
2018-07-20 9:22 [PATCH] FmpDevicePkg: Remove IPF Star Zeng
@ 2018-07-20 16:04 ` Kinney, Michael D
2018-07-28 6:03 ` Kinney, Michael D
1 sibling, 0 replies; 3+ messages in thread
From: Kinney, Michael D @ 2018-07-20 16:04 UTC (permalink / raw)
To: Zeng, Star, edk2-devel@lists.01.org, Kinney, Michael D
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] FmpDevicePkg: Remove IPF
2018-07-20 9:22 [PATCH] FmpDevicePkg: Remove IPF Star Zeng
2018-07-20 16:04 ` Kinney, Michael D
@ 2018-07-28 6:03 ` Kinney, Michael D
1 sibling, 0 replies; 3+ messages in thread
From: Kinney, Michael D @ 2018-07-28 6:03 UTC (permalink / raw)
To: Zeng, Star, edk2-devel@lists.01.org, Kinney, Michael D
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/CapsuleUpdatePol
> icyLibNull.inf | 2 +-
>
> FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.
> inf | 2 +-
>
> FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHe
> aderLibV1.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/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 = CapsuleUpdatePolicyLib
>
> #
> -# VALID_ARCHITECTURES = IA32 X64 IPF ARM
> AARCH64
> +# VALID_ARCHITECTURES = IA32 X64 ARM
> AARCH64
> #
>
> [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 = IA32 X64 IPF ARM
> AARCH64
> +# VALID_ARCHITECTURES = IA32 X64 ARM
> AARCH64
> #
>
> [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 =
> FmpPayloadHeaderLib|DXE_DRIVER UEFI_APPLICATION
>
> #
> -# VALID_ARCHITECTURES = IA32 X64 IPF ARM
> AARCH64
> +# VALID_ARCHITECTURES = IA32 X64 ARM
> AARCH64
> #
>
> [Sources]
> --
> 2.7.0.windows.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-07-28 6:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-20 9:22 [PATCH] FmpDevicePkg: Remove IPF Star Zeng
2018-07-20 16:04 ` Kinney, Michael D
2018-07-28 6:03 ` Kinney, Michael D
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox