* [PATCH] IntelSiliconPkg/IntelSiliconPkg.dsc: Add a driver to build
@ 2019-03-21 14:44 Zhichao Gao
2019-03-22 0:32 ` Chaganty, Rangasai V
2019-03-25 5:29 ` Gao, Liming
0 siblings, 2 replies; 3+ messages in thread
From: Zhichao Gao @ 2019-03-21 14:44 UTC (permalink / raw)
To: edk2-devel; +Cc: Ray Ni, Rangasai V Chaganty, Liming Gao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1647
Add a driver MicrocodeFlashAccessLibNull.inf to the
[Components] section to make sure it would build correctly.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
---
IntelSiliconPkg/IntelSiliconPkg.dsc | 1 +
1 file changed, 1 insertion(+)
diff --git a/IntelSiliconPkg/IntelSiliconPkg.dsc b/IntelSiliconPkg/IntelSiliconPkg.dsc
index 790870e2f1..a00fef6010 100644
--- a/IntelSiliconPkg/IntelSiliconPkg.dsc
+++ b/IntelSiliconPkg/IntelSiliconPkg.dsc
@@ -85,6 +85,7 @@
IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf
IntelSiliconPkg/Feature/VTd/PlatformVTdInfoSamplePei/PlatformVTdInfoSamplePei.inf
IntelSiliconPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf
+ IntelSiliconPkg/Feature/Capsule/Library/MicrocodeFlashAccessLibNull/MicrocodeFlashAccessLibNull.inf
[BuildOptions]
*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
--
2.16.2.windows.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] IntelSiliconPkg/IntelSiliconPkg.dsc: Add a driver to build
2019-03-21 14:44 [PATCH] IntelSiliconPkg/IntelSiliconPkg.dsc: Add a driver to build Zhichao Gao
@ 2019-03-22 0:32 ` Chaganty, Rangasai V
2019-03-25 5:29 ` Gao, Liming
1 sibling, 0 replies; 3+ messages in thread
From: Chaganty, Rangasai V @ 2019-03-22 0:32 UTC (permalink / raw)
To: Gao, Zhichao, edk2-devel@lists.01.org; +Cc: Ni, Ray, Gao, Liming
Reviewed-by: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
-----Original Message-----
From: Gao, Zhichao
Sent: Thursday, March 21, 2019 7:44 AM
To: edk2-devel@lists.01.org
Cc: Ni, Ray <ray.ni@intel.com>; Chaganty, Rangasai V <rangasai.v.chaganty@intel.com>; Gao, Liming <liming.gao@intel.com>
Subject: [PATCH] IntelSiliconPkg/IntelSiliconPkg.dsc: Add a driver to build
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1647
Add a driver MicrocodeFlashAccessLibNull.inf to the [Components] section to make sure it would build correctly.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
---
IntelSiliconPkg/IntelSiliconPkg.dsc | 1 +
1 file changed, 1 insertion(+)
diff --git a/IntelSiliconPkg/IntelSiliconPkg.dsc b/IntelSiliconPkg/IntelSiliconPkg.dsc
index 790870e2f1..a00fef6010 100644
--- a/IntelSiliconPkg/IntelSiliconPkg.dsc
+++ b/IntelSiliconPkg/IntelSiliconPkg.dsc
@@ -85,6 +85,7 @@
IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf
IntelSiliconPkg/Feature/VTd/PlatformVTdInfoSamplePei/PlatformVTdInfoSamplePei.inf
IntelSiliconPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf
+
+ IntelSiliconPkg/Feature/Capsule/Library/MicrocodeFlashAccessLibNull/Mi
+ crocodeFlashAccessLibNull.inf
[BuildOptions]
*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
--
2.16.2.windows.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] IntelSiliconPkg/IntelSiliconPkg.dsc: Add a driver to build
2019-03-21 14:44 [PATCH] IntelSiliconPkg/IntelSiliconPkg.dsc: Add a driver to build Zhichao Gao
2019-03-22 0:32 ` Chaganty, Rangasai V
@ 2019-03-25 5:29 ` Gao, Liming
1 sibling, 0 replies; 3+ messages in thread
From: Gao, Liming @ 2019-03-25 5:29 UTC (permalink / raw)
To: Gao, Zhichao, edk2-devel@lists.01.org
Reviewed-by: Liming Gao <liming.gao@intel.com>
>-----Original Message-----
>From: Gao, Zhichao
>Sent: Thursday, March 21, 2019 10:44 PM
>To: edk2-devel@lists.01.org
>Cc: Ni, Ray <ray.ni@intel.com>; Chaganty, Rangasai V
><rangasai.v.chaganty@intel.com>; Gao, Liming <liming.gao@intel.com>
>Subject: [PATCH] IntelSiliconPkg/IntelSiliconPkg.dsc: Add a driver to build
>
>REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1647
>
>Add a driver MicrocodeFlashAccessLibNull.inf to the
>[Components] section to make sure it would build correctly.
>
>Contributed-under: TianoCore Contribution Agreement 1.1
>Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
>Cc: Ray Ni <ray.ni@intel.com>
>Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
>Cc: Liming Gao <liming.gao@intel.com>
>---
> IntelSiliconPkg/IntelSiliconPkg.dsc | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/IntelSiliconPkg/IntelSiliconPkg.dsc
>b/IntelSiliconPkg/IntelSiliconPkg.dsc
>index 790870e2f1..a00fef6010 100644
>--- a/IntelSiliconPkg/IntelSiliconPkg.dsc
>+++ b/IntelSiliconPkg/IntelSiliconPkg.dsc
>@@ -85,6 +85,7 @@
>
>IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe
>.inf
>
>IntelSiliconPkg/Feature/VTd/PlatformVTdInfoSamplePei/PlatformVTdInfoSa
>mplePei.inf
>
>IntelSiliconPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDx
>e.inf
>+
>IntelSiliconPkg/Feature/Capsule/Library/MicrocodeFlashAccessLibNull/Microc
>odeFlashAccessLibNull.inf
>
> [BuildOptions]
> *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
>--
>2.16.2.windows.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-03-25 5:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-21 14:44 [PATCH] IntelSiliconPkg/IntelSiliconPkg.dsc: Add a driver to build Zhichao Gao
2019-03-22 0:32 ` Chaganty, Rangasai V
2019-03-25 5:29 ` Gao, Liming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox