* [edk2-devel] [PATCH] MinPlatformPkg: Remove IA32 in PeiFspWrapperPlatformLib
@ 2023-07-24 9:43 dorax.hsueh
2023-07-24 9:51 ` Hsueh, DoraX
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: dorax.hsueh @ 2023-07-24 9:43 UTC (permalink / raw)
To: devel
Cc: DoraX Hsueh, Chasel Chiu, Nate DeSimone, Isaac Oram, Liming Gao,
Eric Dong, Rosen Chuang, Ted Kuo
From: DoraX Hsueh <dorax.hsueh@intel.com>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4508
Remove IA32 only dependency, Because we need to support both IA32 and X64.
Apply to a modern platform supporting x64.
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Rosen Chuang <rosen.chuang@intel.com>
Cc: Ted Kuo <ted.kuo@intel.com>
Signed-off-by: DoraX Hsueh <dorax.hsueh@intel.com>
---
.../PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
index dafd17dc..489b34cf 100644
--- a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
+++ b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
@@ -51,7 +51,7 @@
IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
MinPlatformPkg/MinPlatformPkg.dec
-[LibraryClasses.IA32]
+[LibraryClasses]
SiliconPolicyInitLib
SiliconPolicyUpdateLib
PeiServicesTablePointerLib
--
2.26.2.windows.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#107178): https://edk2.groups.io/g/devel/message/107178
Mute This Topic: https://groups.io/mt/100333272/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [edk2-devel] [PATCH] MinPlatformPkg: Remove IA32 in PeiFspWrapperPlatformLib
2023-07-24 9:43 dorax.hsueh
@ 2023-07-24 9:51 ` Hsueh, DoraX
2023-07-26 15:00 ` Chiu, Chasel
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Hsueh, DoraX @ 2023-07-24 9:51 UTC (permalink / raw)
To: devel@edk2.groups.io
Cc: Chiu, Chasel, Desimone, Nathaniel L, Oram, Isaac W, Gao, Liming,
Dong, Eric, Chuang, Rosen, Kuo, Ted, Chaganty, Rangasai V
Add "Chaganty, Rangasai V"
-----Original Message-----
From: Hsueh, DoraX <dorax.hsueh@intel.com>
Sent: Monday, July 24, 2023 5:43 PM
To: devel@edk2.groups.io
Cc: Hsueh, DoraX <dorax.hsueh@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Oram, Isaac W <isaac.w.oram@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Dong, Eric <eric.dong@intel.com>; Chuang, Rosen <rosen.chuang@intel.com>; Kuo, Ted <ted.kuo@intel.com>
Subject: [PATCH] MinPlatformPkg: Remove IA32 in PeiFspWrapperPlatformLib
From: DoraX Hsueh <dorax.hsueh@intel.com>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4508
Remove IA32 only dependency, Because we need to support both IA32 and X64.
Apply to a modern platform supporting x64.
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Rosen Chuang <rosen.chuang@intel.com>
Cc: Ted Kuo <ted.kuo@intel.com>
Signed-off-by: DoraX Hsueh <dorax.hsueh@intel.com>
---
.../PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
index dafd17dc..489b34cf 100644
--- a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
+++ b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
@@ -51,7 +51,7 @@
IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
MinPlatformPkg/MinPlatformPkg.dec
-[LibraryClasses.IA32]
+[LibraryClasses]
SiliconPolicyInitLib
SiliconPolicyUpdateLib
PeiServicesTablePointerLib
--
2.26.2.windows.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#107179): https://edk2.groups.io/g/devel/message/107179
Mute This Topic: https://groups.io/mt/100333272/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [edk2-devel] [PATCH] MinPlatformPkg: Remove IA32 in PeiFspWrapperPlatformLib
@ 2023-07-24 10:07 dorax.hsueh
2023-07-31 20:44 ` Nate DeSimone
0 siblings, 1 reply; 7+ messages in thread
From: dorax.hsueh @ 2023-07-24 10:07 UTC (permalink / raw)
To: devel
Cc: DoraX Hsueh, Chasel Chiu, Nate DeSimone, Isaac Oram, Liming Gao,
Eric Dong, Rangasai V Chaganty, Rosen Chuang, Ted Kuo
From: DoraX Hsueh <dorax.hsueh@intel.com>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4508
Remove IA32 only dependency, Because we need to support both IA32 and X64.
Apply to a modern platform supporting x64.
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
Cc: Rosen Chuang <rosen.chuang@intel.com>
Cc: Ted Kuo <ted.kuo@intel.com>
Signed-off-by: DoraX Hsueh <dorax.hsueh@intel.com>
---
.../PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
index dafd17dc..489b34cf 100644
--- a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
+++ b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
@@ -51,7 +51,7 @@
IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
MinPlatformPkg/MinPlatformPkg.dec
-[LibraryClasses.IA32]
+[LibraryClasses]
SiliconPolicyInitLib
SiliconPolicyUpdateLib
PeiServicesTablePointerLib
--
2.26.2.windows.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#107180): https://edk2.groups.io/g/devel/message/107180
Mute This Topic: https://groups.io/mt/100333272/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [edk2-devel] [PATCH] MinPlatformPkg: Remove IA32 in PeiFspWrapperPlatformLib
2023-07-24 9:43 dorax.hsueh
2023-07-24 9:51 ` Hsueh, DoraX
@ 2023-07-26 15:00 ` Chiu, Chasel
2023-07-26 16:10 ` Isaac Oram
[not found] ` <17757707CC86C58B.21334@groups.io>
3 siblings, 0 replies; 7+ messages in thread
From: Chiu, Chasel @ 2023-07-26 15:00 UTC (permalink / raw)
To: Hsueh, DoraX, devel@edk2.groups.io
Cc: Desimone, Nathaniel L, Oram, Isaac W, Gao, Liming, Dong, Eric,
Chuang, Rosen, Kuo, Ted
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Thanks,
Chasel
> -----Original Message-----
> From: Hsueh, DoraX <dorax.hsueh@intel.com>
> Sent: Monday, July 24, 2023 2:43 AM
> To: devel@edk2.groups.io
> Cc: Hsueh, DoraX <dorax.hsueh@intel.com>; Chiu, Chasel
> <chasel.chiu@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>; Oram, Isaac W <isaac.w.oram@intel.com>;
> Gao, Liming <gaoliming@byosoft.com.cn>; Dong, Eric <eric.dong@intel.com>;
> Chuang, Rosen <rosen.chuang@intel.com>; Kuo, Ted <ted.kuo@intel.com>
> Subject: [PATCH] MinPlatformPkg: Remove IA32 in PeiFspWrapperPlatformLib
>
> From: DoraX Hsueh <dorax.hsueh@intel.com>
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4508
>
> Remove IA32 only dependency, Because we need to support both IA32 and X64.
> Apply to a modern platform supporting x64.
>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Isaac Oram <isaac.w.oram@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Eric Dong <eric.dong@intel.com>
> Cc: Rosen Chuang <rosen.chuang@intel.com>
> Cc: Ted Kuo <ted.kuo@intel.com>
> Signed-off-by: DoraX Hsueh <dorax.hsueh@intel.com>
> ---
> .../PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git
> a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib
> /PeiFspWrapperPlatformLib.inf
> b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib
> /PeiFspWrapperPlatformLib.inf
> index dafd17dc..489b34cf 100644
> ---
> a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib
> /PeiFspWrapperPlatformLib.inf
> +++
> b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib
> /PeiFspWrapperPlatformLib.inf
> @@ -51,7 +51,7 @@
> IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
>
> MinPlatformPkg/MinPlatformPkg.dec
>
>
>
> -[LibraryClasses.IA32]
>
> +[LibraryClasses]
>
> SiliconPolicyInitLib
>
> SiliconPolicyUpdateLib
>
> PeiServicesTablePointerLib
>
> --
> 2.26.2.windows.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#107271): https://edk2.groups.io/g/devel/message/107271
Mute This Topic: https://groups.io/mt/100333272/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [edk2-devel] [PATCH] MinPlatformPkg: Remove IA32 in PeiFspWrapperPlatformLib
2023-07-24 9:43 dorax.hsueh
2023-07-24 9:51 ` Hsueh, DoraX
2023-07-26 15:00 ` Chiu, Chasel
@ 2023-07-26 16:10 ` Isaac Oram
[not found] ` <17757707CC86C58B.21334@groups.io>
3 siblings, 0 replies; 7+ messages in thread
From: Isaac Oram @ 2023-07-26 16:10 UTC (permalink / raw)
To: Hsueh, DoraX, devel@edk2.groups.io
Cc: Chiu, Chasel, Desimone, Nathaniel L, Gao, Liming, Dong, Eric,
Chuang, Rosen, Kuo, Ted
Reviewed-by: Isaac Oram <isaac.w.oram@intel.com>
-----Original Message-----
From: Hsueh, DoraX <dorax.hsueh@intel.com>
Sent: Monday, July 24, 2023 3:43 AM
To: devel@edk2.groups.io
Cc: Hsueh, DoraX <dorax.hsueh@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Oram, Isaac W <isaac.w.oram@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Dong, Eric <eric.dong@intel.com>; Chuang, Rosen <rosen.chuang@intel.com>; Kuo, Ted <ted.kuo@intel.com>
Subject: [PATCH] MinPlatformPkg: Remove IA32 in PeiFspWrapperPlatformLib
From: DoraX Hsueh <dorax.hsueh@intel.com>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4508
Remove IA32 only dependency, Because we need to support both IA32 and X64.
Apply to a modern platform supporting x64.
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Rosen Chuang <rosen.chuang@intel.com>
Cc: Ted Kuo <ted.kuo@intel.com>
Signed-off-by: DoraX Hsueh <dorax.hsueh@intel.com>
---
.../PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
index dafd17dc..489b34cf 100644
--- a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
+++ b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
@@ -51,7 +51,7 @@
IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
MinPlatformPkg/MinPlatformPkg.dec
-[LibraryClasses.IA32]
+[LibraryClasses]
SiliconPolicyInitLib
SiliconPolicyUpdateLib
PeiServicesTablePointerLib
--
2.26.2.windows.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#107274): https://edk2.groups.io/g/devel/message/107274
Mute This Topic: https://groups.io/mt/100333272/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [edk2-devel] [PATCH] MinPlatformPkg: Remove IA32 in PeiFspWrapperPlatformLib
[not found] ` <17757707CC86C58B.21334@groups.io>
@ 2023-07-26 16:16 ` Isaac Oram
0 siblings, 0 replies; 7+ messages in thread
From: Isaac Oram @ 2023-07-26 16:16 UTC (permalink / raw)
To: devel@edk2.groups.io, Oram, Isaac W, Hsueh, DoraX
Cc: Chiu, Chasel, Desimone, Nathaniel L, Gao, Liming, Dong, Eric,
Chuang, Rosen, Kuo, Ted
Pushed as 9131d63e08..41e8d638fa
-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Isaac Oram
Sent: Wednesday, July 26, 2023 10:11 AM
To: Hsueh, DoraX <dorax.hsueh@intel.com>; devel@edk2.groups.io
Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Dong, Eric <eric.dong@intel.com>; Chuang, Rosen <rosen.chuang@intel.com>; Kuo, Ted <ted.kuo@intel.com>
Subject: Re: [edk2-devel] [PATCH] MinPlatformPkg: Remove IA32 in PeiFspWrapperPlatformLib
Reviewed-by: Isaac Oram <isaac.w.oram@intel.com>
-----Original Message-----
From: Hsueh, DoraX <dorax.hsueh@intel.com>
Sent: Monday, July 24, 2023 3:43 AM
To: devel@edk2.groups.io
Cc: Hsueh, DoraX <dorax.hsueh@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Oram, Isaac W <isaac.w.oram@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Dong, Eric <eric.dong@intel.com>; Chuang, Rosen <rosen.chuang@intel.com>; Kuo, Ted <ted.kuo@intel.com>
Subject: [PATCH] MinPlatformPkg: Remove IA32 in PeiFspWrapperPlatformLib
From: DoraX Hsueh <dorax.hsueh@intel.com>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4508
Remove IA32 only dependency, Because we need to support both IA32 and X64.
Apply to a modern platform supporting x64.
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Rosen Chuang <rosen.chuang@intel.com>
Cc: Ted Kuo <ted.kuo@intel.com>
Signed-off-by: DoraX Hsueh <dorax.hsueh@intel.com>
---
.../PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
index dafd17dc..489b34cf 100644
--- a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
+++ b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
@@ -51,7 +51,7 @@
IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
MinPlatformPkg/MinPlatformPkg.dec
-[LibraryClasses.IA32]
+[LibraryClasses]
SiliconPolicyInitLib
SiliconPolicyUpdateLib
PeiServicesTablePointerLib
--
2.26.2.windows.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#107275): https://edk2.groups.io/g/devel/message/107275
Mute This Topic: https://groups.io/mt/100333272/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [edk2-devel] [PATCH] MinPlatformPkg: Remove IA32 in PeiFspWrapperPlatformLib
2023-07-24 10:07 [edk2-devel] [PATCH] MinPlatformPkg: Remove IA32 in PeiFspWrapperPlatformLib dorax.hsueh
@ 2023-07-31 20:44 ` Nate DeSimone
0 siblings, 0 replies; 7+ messages in thread
From: Nate DeSimone @ 2023-07-31 20:44 UTC (permalink / raw)
To: Hsueh, DoraX, devel@edk2.groups.io
Cc: Chiu, Chasel, Oram, Isaac W, Gao, Liming, Dong, Eric,
Chaganty, Rangasai V, Chuang, Rosen, Kuo, Ted
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
-----Original Message-----
From: Hsueh, DoraX <dorax.hsueh@intel.com>
Sent: Monday, July 24, 2023 3:07 AM
To: devel@edk2.groups.io
Cc: Hsueh, DoraX <dorax.hsueh@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Oram, Isaac W <isaac.w.oram@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Dong, Eric <eric.dong@intel.com>; Chaganty, Rangasai V <rangasai.v.chaganty@intel.com>; Chuang, Rosen <rosen.chuang@intel.com>; Kuo, Ted <ted.kuo@intel.com>
Subject: [PATCH] MinPlatformPkg: Remove IA32 in PeiFspWrapperPlatformLib
From: DoraX Hsueh <dorax.hsueh@intel.com>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4508
Remove IA32 only dependency, Because we need to support both IA32 and X64.
Apply to a modern platform supporting x64.
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
Cc: Rosen Chuang <rosen.chuang@intel.com>
Cc: Ted Kuo <ted.kuo@intel.com>
Signed-off-by: DoraX Hsueh <dorax.hsueh@intel.com>
---
.../PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
index dafd17dc..489b34cf 100644
--- a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
+++ b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
@@ -51,7 +51,7 @@
IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
MinPlatformPkg/MinPlatformPkg.dec
-[LibraryClasses.IA32]
+[LibraryClasses]
SiliconPolicyInitLib
SiliconPolicyUpdateLib
PeiServicesTablePointerLib
--
2.26.2.windows.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#107410): https://edk2.groups.io/g/devel/message/107410
Mute This Topic: https://groups.io/mt/100333272/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-07-31 20:44 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24 10:07 [edk2-devel] [PATCH] MinPlatformPkg: Remove IA32 in PeiFspWrapperPlatformLib dorax.hsueh
2023-07-31 20:44 ` Nate DeSimone
-- strict thread matches above, loose matches on Subject: below --
2023-07-24 9:43 dorax.hsueh
2023-07-24 9:51 ` Hsueh, DoraX
2023-07-26 15:00 ` Chiu, Chasel
2023-07-26 16:10 ` Isaac Oram
[not found] ` <17757707CC86C58B.21334@groups.io>
2023-07-26 16:16 ` Isaac Oram
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox