* [edk2-platform patch 0/4] Add generic MICROCODE FFS Rules
@ 2019-06-11 5:04 Liming Gao
2019-06-11 5:04 ` [edk2-platform patch 1/4] MinPlatformPkg: " Liming Gao
` (3 more replies)
0 siblings, 4 replies; 11+ messages in thread
From: Liming Gao @ 2019-06-11 5:04 UTC (permalink / raw)
To: devel; +Cc: Chasel Chiu, Nate DeSimone, Shifei A Lu, Xiaohu Zhou, Ankit Sinha
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1893
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Shifei A Lu <shifei.a.lu@intel.com>
Cc: Xiaohu Zhou <bowen.zhou@intel.com>
Cc: Ankit Sinha <ankit.sinha@intel.com>
Liming Gao (4):
MinPlatformPkg: Add generic MICROCODE FFS Rules
ClevoOpenBoardPkg: Update FDF to use generic Microcode FFS rule
KabylakeOpenBoardPkg: Update FDF to use the generic Microcode FFS rule
PurleyOpenBoardPkg: Update FDF to use the generic Microcode FFS rules
Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkg.fdf | 4 +---
Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf | 4 +---
Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf | 5 +++++
Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf | 4 +---
4 files changed, 8 insertions(+), 9 deletions(-)
--
2.13.0.windows.1
^ permalink raw reply [flat|nested] 11+ messages in thread
* [edk2-platform patch 1/4] MinPlatformPkg: Add generic MICROCODE FFS Rules
2019-06-11 5:04 [edk2-platform patch 0/4] Add generic MICROCODE FFS Rules Liming Gao
@ 2019-06-11 5:04 ` Liming Gao
2019-06-11 5:17 ` [edk2-devel] " Chiu, Chasel
2019-06-12 0:29 ` Nate DeSimone
2019-06-11 5:04 ` [edk2-platform patch 2/4] ClevoOpenBoardPkg: Update FDF to use generic Microcode FFS rule Liming Gao
` (2 subsequent siblings)
3 siblings, 2 replies; 11+ messages in thread
From: Liming Gao @ 2019-06-11 5:04 UTC (permalink / raw)
To: devel; +Cc: Chasel Chiu, Nate DeSimone
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1893
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
---
Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf b/Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf
index a1a8964b91..85e6f773df 100644
--- a/Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf
+++ b/Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf
@@ -227,6 +227,11 @@
VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
}
+[Rule.Common.USER_DEFINED.MICROCODE]
+ FILE RAW = 197DB236-F856-4924-90F8-CDF12FB875F3 {
+ $(INF_OUTPUT)/$(MODULE_NAME).bin
+ }
+
[Rule.Common.PEIM.BIN_FV]
FILE FV_IMAGE = $(NAMED_GUID) {
FV_IMAGE FV |.fv
--
2.13.0.windows.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [edk2-devel] [edk2-platform patch 1/4] MinPlatformPkg: Add generic MICROCODE FFS Rules
2019-06-11 5:04 ` [edk2-platform patch 1/4] MinPlatformPkg: " Liming Gao
@ 2019-06-11 5:17 ` Chiu, Chasel
2019-06-12 0:29 ` Nate DeSimone
1 sibling, 0 replies; 11+ messages in thread
From: Chiu, Chasel @ 2019-06-11 5:17 UTC (permalink / raw)
To: devel@edk2.groups.io, Gao, Liming; +Cc: Desimone, Nathaniel L
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Liming Gao
> Sent: Tuesday, June 11, 2019 1:04 PM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>
> Subject: [edk2-devel] [edk2-platform patch 1/4] MinPlatformPkg: Add generic
> MICROCODE FFS Rules
>
> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1893
>
> Signed-off-by: Liming Gao <liming.gao@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> ---
> Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf
> b/Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf
> index a1a8964b91..85e6f773df 100644
> --- a/Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf
> +++ b/Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf
> @@ -227,6 +227,11 @@
> VERSION STRING="$(INF_VERSION)" Optional
> BUILD_NUM=$(BUILD_NUMBER)
> }
>
> +[Rule.Common.USER_DEFINED.MICROCODE]
> + FILE RAW = 197DB236-F856-4924-90F8-CDF12FB875F3 {
> + $(INF_OUTPUT)/$(MODULE_NAME).bin
> + }
> +
> [Rule.Common.PEIM.BIN_FV]
> FILE FV_IMAGE = $(NAMED_GUID) {
> FV_IMAGE FV |.fv
> --
> 2.13.0.windows.1
>
>
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [edk2-platform patch 1/4] MinPlatformPkg: Add generic MICROCODE FFS Rules
2019-06-11 5:04 ` [edk2-platform patch 1/4] MinPlatformPkg: " Liming Gao
2019-06-11 5:17 ` [edk2-devel] " Chiu, Chasel
@ 2019-06-12 0:29 ` Nate DeSimone
1 sibling, 0 replies; 11+ messages in thread
From: Nate DeSimone @ 2019-06-12 0:29 UTC (permalink / raw)
To: Gao, Liming, devel@edk2.groups.io; +Cc: Chiu, Chasel
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
-----Original Message-----
From: Gao, Liming
Sent: Monday, June 10, 2019 10:04 PM
To: devel@edk2.groups.io
Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
Subject: [edk2-platform patch 1/4] MinPlatformPkg: Add generic MICROCODE FFS Rules
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1893
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
---
Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf b/Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf
index a1a8964b91..85e6f773df 100644
--- a/Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf
+++ b/Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf
@@ -227,6 +227,11 @@
VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
}
+[Rule.Common.USER_DEFINED.MICROCODE]
+ FILE RAW = 197DB236-F856-4924-90F8-CDF12FB875F3 {
+ $(INF_OUTPUT)/$(MODULE_NAME).bin
+ }
+
[Rule.Common.PEIM.BIN_FV]
FILE FV_IMAGE = $(NAMED_GUID) {
FV_IMAGE FV |.fv
--
2.13.0.windows.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [edk2-platform patch 2/4] ClevoOpenBoardPkg: Update FDF to use generic Microcode FFS rule
2019-06-11 5:04 [edk2-platform patch 0/4] Add generic MICROCODE FFS Rules Liming Gao
2019-06-11 5:04 ` [edk2-platform patch 1/4] MinPlatformPkg: " Liming Gao
@ 2019-06-11 5:04 ` Liming Gao
2019-06-12 0:29 ` [edk2-devel] " Nate DeSimone
2019-06-11 5:04 ` [edk2-platform patch 3/4] KabylakeOpenBoardPkg: Update FDF to use the " Liming Gao
2019-06-11 5:04 ` [edk2-platform patch 4/4] PurleyOpenBoardPkg: Update FDF to use the generic Microcode FFS rules Liming Gao
3 siblings, 1 reply; 11+ messages in thread
From: Liming Gao @ 2019-06-11 5:04 UTC (permalink / raw)
To: devel; +Cc: Ankit Sinha, Nate DeSimone
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Ankit Sinha <ankit.sinha@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
---
Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkg.fdf | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkg.fdf b/Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkg.fdf
index 67aebbd547..b16bf0fe4e 100644
--- a/Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkg.fdf
+++ b/Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkg.fdf
@@ -207,9 +207,7 @@ READ_STATUS = FALSE
READ_LOCK_CAP = TRUE
READ_LOCK_STATUS = TRUE
-FILE RAW = 197DB236-F856-4924-90F8-CDF12FB875F3 {
- $(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/X64/MicrocodeUpdates.bin
-}
+INF RuleOverride = MICROCODE $(PLATFORM_SI_BIN_PACKAGE)/Microcode/MicrocodeUpdates.inf
[FV.FvPreMemory]
BlockSize = $(FLASH_BLOCK_SIZE)
--
2.13.0.windows.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [edk2-devel] [edk2-platform patch 2/4] ClevoOpenBoardPkg: Update FDF to use generic Microcode FFS rule
2019-06-11 5:04 ` [edk2-platform patch 2/4] ClevoOpenBoardPkg: Update FDF to use generic Microcode FFS rule Liming Gao
@ 2019-06-12 0:29 ` Nate DeSimone
0 siblings, 0 replies; 11+ messages in thread
From: Nate DeSimone @ 2019-06-12 0:29 UTC (permalink / raw)
To: devel@edk2.groups.io, Gao, Liming; +Cc: Sinha, Ankit
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Liming Gao
Sent: Monday, June 10, 2019 10:04 PM
To: devel@edk2.groups.io
Cc: Sinha, Ankit <ankit.sinha@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
Subject: [edk2-devel] [edk2-platform patch 2/4] ClevoOpenBoardPkg: Update FDF to use generic Microcode FFS rule
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Ankit Sinha <ankit.sinha@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
---
Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkg.fdf | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkg.fdf b/Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkg.fdf
index 67aebbd547..b16bf0fe4e 100644
--- a/Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkg.fdf
+++ b/Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkg.fdf
@@ -207,9 +207,7 @@ READ_STATUS = FALSE
READ_LOCK_CAP = TRUE
READ_LOCK_STATUS = TRUE
-FILE RAW = 197DB236-F856-4924-90F8-CDF12FB875F3 {
- $(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/X64/MicrocodeUpdates.bin
-}
+INF RuleOverride = MICROCODE $(PLATFORM_SI_BIN_PACKAGE)/Microcode/MicrocodeUpdates.inf
[FV.FvPreMemory]
BlockSize = $(FLASH_BLOCK_SIZE)
--
2.13.0.windows.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [edk2-platform patch 3/4] KabylakeOpenBoardPkg: Update FDF to use the generic Microcode FFS rule
2019-06-11 5:04 [edk2-platform patch 0/4] Add generic MICROCODE FFS Rules Liming Gao
2019-06-11 5:04 ` [edk2-platform patch 1/4] MinPlatformPkg: " Liming Gao
2019-06-11 5:04 ` [edk2-platform patch 2/4] ClevoOpenBoardPkg: Update FDF to use generic Microcode FFS rule Liming Gao
@ 2019-06-11 5:04 ` Liming Gao
2019-06-11 5:17 ` Chiu, Chasel
2019-06-12 0:29 ` Nate DeSimone
2019-06-11 5:04 ` [edk2-platform patch 4/4] PurleyOpenBoardPkg: Update FDF to use the generic Microcode FFS rules Liming Gao
3 siblings, 2 replies; 11+ messages in thread
From: Liming Gao @ 2019-06-11 5:04 UTC (permalink / raw)
To: devel; +Cc: Chasel Chiu, Nate DeSimone
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
---
Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf
index 0cff53e308..0f95ee7942 100644
--- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf
+++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf
@@ -203,9 +203,7 @@ READ_STATUS = FALSE
READ_LOCK_CAP = TRUE
READ_LOCK_STATUS = TRUE
-FILE RAW = 197DB236-F856-4924-90F8-CDF12FB875F3 {
- $(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/X64/MicrocodeUpdates.bin
-}
+INF RuleOverride = MICROCODE $(PLATFORM_SI_BIN_PACKAGE)/Microcode/MicrocodeUpdates.inf
[FV.FvPreMemory]
BlockSize = $(FLASH_BLOCK_SIZE)
--
2.13.0.windows.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [edk2-platform patch 3/4] KabylakeOpenBoardPkg: Update FDF to use the generic Microcode FFS rule
2019-06-11 5:04 ` [edk2-platform patch 3/4] KabylakeOpenBoardPkg: Update FDF to use the " Liming Gao
@ 2019-06-11 5:17 ` Chiu, Chasel
2019-06-12 0:29 ` Nate DeSimone
1 sibling, 0 replies; 11+ messages in thread
From: Chiu, Chasel @ 2019-06-11 5:17 UTC (permalink / raw)
To: Gao, Liming, devel@edk2.groups.io; +Cc: Desimone, Nathaniel L
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
> -----Original Message-----
> From: Gao, Liming
> Sent: Tuesday, June 11, 2019 1:04 PM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>
> Subject: [edk2-platform patch 3/4] KabylakeOpenBoardPkg: Update FDF to use
> the generic Microcode FFS rule
>
> Signed-off-by: Liming Gao <liming.gao@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> ---
> Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf | 4
> +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git
> a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf
> b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf
> index 0cff53e308..0f95ee7942 100644
> --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf
> +++
> b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf
> @@ -203,9 +203,7 @@ READ_STATUS = FALSE
> READ_LOCK_CAP = TRUE
> READ_LOCK_STATUS = TRUE
>
> -FILE RAW = 197DB236-F856-4924-90F8-CDF12FB875F3 {
> -
> $(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/X64/MicrocodeUpd
> ates.bin
> -}
> +INF RuleOverride = MICROCODE
> $(PLATFORM_SI_BIN_PACKAGE)/Microcode/MicrocodeUpdates.inf
>
> [FV.FvPreMemory]
> BlockSize = $(FLASH_BLOCK_SIZE)
> --
> 2.13.0.windows.1
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [edk2-platform patch 3/4] KabylakeOpenBoardPkg: Update FDF to use the generic Microcode FFS rule
2019-06-11 5:04 ` [edk2-platform patch 3/4] KabylakeOpenBoardPkg: Update FDF to use the " Liming Gao
2019-06-11 5:17 ` Chiu, Chasel
@ 2019-06-12 0:29 ` Nate DeSimone
1 sibling, 0 replies; 11+ messages in thread
From: Nate DeSimone @ 2019-06-12 0:29 UTC (permalink / raw)
To: Gao, Liming, devel@edk2.groups.io; +Cc: Chiu, Chasel
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
-----Original Message-----
From: Gao, Liming
Sent: Monday, June 10, 2019 10:04 PM
To: devel@edk2.groups.io
Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
Subject: [edk2-platform patch 3/4] KabylakeOpenBoardPkg: Update FDF to use the generic Microcode FFS rule
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
---
Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf
index 0cff53e308..0f95ee7942 100644
--- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf
+++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf
@@ -203,9 +203,7 @@ READ_STATUS = FALSE
READ_LOCK_CAP = TRUE
READ_LOCK_STATUS = TRUE
-FILE RAW = 197DB236-F856-4924-90F8-CDF12FB875F3 {
- $(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/X64/MicrocodeUpdates.bin
-}
+INF RuleOverride = MICROCODE $(PLATFORM_SI_BIN_PACKAGE)/Microcode/MicrocodeUpdates.inf
[FV.FvPreMemory]
BlockSize = $(FLASH_BLOCK_SIZE)
--
2.13.0.windows.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [edk2-platform patch 4/4] PurleyOpenBoardPkg: Update FDF to use the generic Microcode FFS rules
2019-06-11 5:04 [edk2-platform patch 0/4] Add generic MICROCODE FFS Rules Liming Gao
` (2 preceding siblings ...)
2019-06-11 5:04 ` [edk2-platform patch 3/4] KabylakeOpenBoardPkg: Update FDF to use the " Liming Gao
@ 2019-06-11 5:04 ` Liming Gao
2019-06-11 6:14 ` Zhou, Bowen
3 siblings, 1 reply; 11+ messages in thread
From: Liming Gao @ 2019-06-11 5:04 UTC (permalink / raw)
To: devel; +Cc: Shifei A Lu, Xiaohu Zhou
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Shifei A Lu <shifei.a.lu@intel.com>
Cc: Xiaohu Zhou <bowen.zhou@intel.com>
---
Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf
index e7523da74e..182e197344 100644
--- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf
+++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf
@@ -194,9 +194,7 @@ READ_STATUS = TRUE
READ_LOCK_CAP = TRUE
READ_LOCK_STATUS = TRUE
-FILE RAW = 197DB236-F856-4924-90F8-CDF12FB875F3 {
- $(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/X64/Microcode.bin
-}
+INF RuleOverride = MICROCODE $(SILICON_BIN_PKG)/Microcode/Microcode.inf
[FV.FvPreMemory]
FvAlignment = 16
--
2.13.0.windows.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [edk2-platform patch 4/4] PurleyOpenBoardPkg: Update FDF to use the generic Microcode FFS rules
2019-06-11 5:04 ` [edk2-platform patch 4/4] PurleyOpenBoardPkg: Update FDF to use the generic Microcode FFS rules Liming Gao
@ 2019-06-11 6:14 ` Zhou, Bowen
0 siblings, 0 replies; 11+ messages in thread
From: Zhou, Bowen @ 2019-06-11 6:14 UTC (permalink / raw)
To: Gao, Liming, devel@edk2.groups.io; +Cc: Lu, Shifei A
reviewed-by: Xiaohu Zhou <bowen.zhou@intel.com>
-----Original Message-----
From: Gao, Liming
Sent: Tuesday, June 11, 2019 1:04 PM
To: devel@edk2.groups.io
Cc: Lu, Shifei A <shifei.a.lu@intel.com>; Zhou, Bowen <bowen.zhou@intel.com>
Subject: [edk2-platform patch 4/4] PurleyOpenBoardPkg: Update FDF to use the generic Microcode FFS rules
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Shifei A Lu <shifei.a.lu@intel.com>
Cc: Xiaohu Zhou <bowen.zhou@intel.com>
---
Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf
index e7523da74e..182e197344 100644
--- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf
+++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf
@@ -194,9 +194,7 @@ READ_STATUS = TRUE
READ_LOCK_CAP = TRUE
READ_LOCK_STATUS = TRUE
-FILE RAW = 197DB236-F856-4924-90F8-CDF12FB875F3 {
- $(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/X64/Microcode.bin
-}
+INF RuleOverride = MICROCODE $(SILICON_BIN_PKG)/Microcode/Microcode.inf
[FV.FvPreMemory]
FvAlignment = 16
--
2.13.0.windows.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2019-06-12 0:29 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-11 5:04 [edk2-platform patch 0/4] Add generic MICROCODE FFS Rules Liming Gao
2019-06-11 5:04 ` [edk2-platform patch 1/4] MinPlatformPkg: " Liming Gao
2019-06-11 5:17 ` [edk2-devel] " Chiu, Chasel
2019-06-12 0:29 ` Nate DeSimone
2019-06-11 5:04 ` [edk2-platform patch 2/4] ClevoOpenBoardPkg: Update FDF to use generic Microcode FFS rule Liming Gao
2019-06-12 0:29 ` [edk2-devel] " Nate DeSimone
2019-06-11 5:04 ` [edk2-platform patch 3/4] KabylakeOpenBoardPkg: Update FDF to use the " Liming Gao
2019-06-11 5:17 ` Chiu, Chasel
2019-06-12 0:29 ` Nate DeSimone
2019-06-11 5:04 ` [edk2-platform patch 4/4] PurleyOpenBoardPkg: Update FDF to use the generic Microcode FFS rules Liming Gao
2019-06-11 6:14 ` Zhou, Bowen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox