* [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc.
@ 2019-11-12 3:25 Chiu, Chasel
2019-11-12 3:35 ` Kubacki, Michael A
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Chiu, Chasel @ 2019-11-12 3:25 UTC (permalink / raw)
To: devel; +Cc: Michael Kubacki, Nate DeSimone, Liming Gao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2314
Fixed typo issue in MinPlatformPkg.dsc caused by previous
commit.
Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
---
Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
index 17272f819c..038f05be92 100644
--- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
+++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
@@ -94,7 +94,7 @@
ReportFvLib|MinPlatformPkg/PlatformInit/Library/PeiReportFvLib/PeiReportFvLib.inf
TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf
TestPointLib|MinPlatformPkg/Test/Library/TestPointLib/PeiTestPointLib.inf
- SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheMtrrLibNull.inf
+ SetCacheMtrrLib|MinPlatformPkg/Library/SetCacheMtrrLib/SetCacheMtrrLibNull.inf
[LibraryClasses.common.DXE_DRIVER]
#
--
2.13.3.windows.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc.
2019-11-12 3:25 [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc Chiu, Chasel
@ 2019-11-12 3:35 ` Kubacki, Michael A
2019-11-12 4:35 ` Liming Gao
2019-11-12 17:01 ` Nate DeSimone
2 siblings, 0 replies; 7+ messages in thread
From: Kubacki, Michael A @ 2019-11-12 3:35 UTC (permalink / raw)
To: Chiu, Chasel, devel@edk2.groups.io; +Cc: Desimone, Nathaniel L, Gao, Liming
Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>
> -----Original Message-----
> From: Chiu, Chasel <chasel.chiu@intel.com>
> Sent: Monday, November 11, 2019 7:26 PM
> To: devel@edk2.groups.io
> Cc: Kubacki, Michael A <michael.a.kubacki@intel.com>; Desimone, Nathaniel
> L <nathaniel.l.desimone@intel.com>; Gao, Liming <liming.gao@intel.com>
> Subject: [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib
> class to dsc.
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2314
>
> Fixed typo issue in MinPlatformPkg.dsc caused by previous commit.
>
> Cc: Michael Kubacki <michael.a.kubacki@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
> ---
> Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
> b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
> index 17272f819c..038f05be92 100644
> --- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
> +++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
> @@ -94,7 +94,7 @@
>
> ReportFvLib|MinPlatformPkg/PlatformInit/Library/PeiReportFvLib/PeiReport
> FvLib.inf
>
> TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTest
> PointCheckLib.inf
> TestPointLib|MinPlatformPkg/Test/Library/TestPointLib/PeiTestPointLib.inf
> -
> SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCac
> heMtrrLibNull.inf
> +
> +
> SetCacheMtrrLib|MinPlatformPkg/Library/SetCacheMtrrLib/SetCacheMtrrLi
> b
> + Null.inf
>
> [LibraryClasses.common.DXE_DRIVER]
> #
> --
> 2.13.3.windows.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc.
2019-11-12 3:25 [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc Chiu, Chasel
2019-11-12 3:35 ` Kubacki, Michael A
@ 2019-11-12 4:35 ` Liming Gao
2019-11-12 17:01 ` Nate DeSimone
2 siblings, 0 replies; 7+ messages in thread
From: Liming Gao @ 2019-11-12 4:35 UTC (permalink / raw)
To: Chiu, Chasel, devel@edk2.groups.io
Cc: Kubacki, Michael A, Desimone, Nathaniel L
Reviewed-by: Liming Gao <liming.gao@intel.com>
>-----Original Message-----
>From: Chiu, Chasel
>Sent: Tuesday, November 12, 2019 11:26 AM
>To: devel@edk2.groups.io
>Cc: Kubacki, Michael A <michael.a.kubacki@intel.com>; Desimone, Nathaniel L
><nathaniel.l.desimone@intel.com>; Gao, Liming <liming.gao@intel.com>
>Subject: [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class
>to dsc.
>
>REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2314
>
>Fixed typo issue in MinPlatformPkg.dsc caused by previous
>commit.
>
>Cc: Michael Kubacki <michael.a.kubacki@intel.com>
>Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
>Cc: Liming Gao <liming.gao@intel.com>
>Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
>---
> Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
>b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
>index 17272f819c..038f05be92 100644
>--- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
>+++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
>@@ -94,7 +94,7 @@
>
>ReportFvLib|MinPlatformPkg/PlatformInit/Library/PeiReportFvLib/PeiReport
>FvLib.inf
>
>TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestP
>ointCheckLib.inf
> TestPointLib|MinPlatformPkg/Test/Library/TestPointLib/PeiTestPointLib.inf
>-
>SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCach
>eMtrrLibNull.inf
>+
>SetCacheMtrrLib|MinPlatformPkg/Library/SetCacheMtrrLib/SetCacheMtrrLib
>Null.inf
>
> [LibraryClasses.common.DXE_DRIVER]
> #
>--
>2.13.3.windows.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc.
2019-11-12 3:25 [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc Chiu, Chasel
2019-11-12 3:35 ` Kubacki, Michael A
2019-11-12 4:35 ` Liming Gao
@ 2019-11-12 17:01 ` Nate DeSimone
2 siblings, 0 replies; 7+ messages in thread
From: Nate DeSimone @ 2019-11-12 17:01 UTC (permalink / raw)
To: Chiu, Chasel, devel@edk2.groups.io; +Cc: Kubacki, Michael A, Gao, Liming
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
On 11/11/19, 7:25 PM, "Chiu, Chasel" <chasel.chiu@intel.com> wrote:
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2314
Fixed typo issue in MinPlatformPkg.dsc caused by previous
commit.
Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
---
Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
index 17272f819c..038f05be92 100644
--- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
+++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
@@ -94,7 +94,7 @@
ReportFvLib|MinPlatformPkg/PlatformInit/Library/PeiReportFvLib/PeiReportFvLib.inf
TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf
TestPointLib|MinPlatformPkg/Test/Library/TestPointLib/PeiTestPointLib.inf
- SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheMtrrLibNull.inf
+ SetCacheMtrrLib|MinPlatformPkg/Library/SetCacheMtrrLib/SetCacheMtrrLibNull.inf
[LibraryClasses.common.DXE_DRIVER]
#
--
2.13.3.windows.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc.
@ 2019-11-08 2:15 Chiu, Chasel
2019-11-08 2:15 ` Liming Gao
2019-11-08 2:38 ` Kubacki, Michael A
0 siblings, 2 replies; 7+ messages in thread
From: Chiu, Chasel @ 2019-11-08 2:15 UTC (permalink / raw)
To: devel; +Cc: Michael Kubacki, Nate DeSimone, Liming Gao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2314
Added SetCacheMtrrLib class to MinPlatformPkg.dsc.
Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
---
Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
index 5f9363ff32..17272f819c 100644
--- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
+++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
@@ -94,6 +94,7 @@
ReportFvLib|MinPlatformPkg/PlatformInit/Library/PeiReportFvLib/PeiReportFvLib.inf
TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf
TestPointLib|MinPlatformPkg/Test/Library/TestPointLib/PeiTestPointLib.inf
+ SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheMtrrLibNull.inf
[LibraryClasses.common.DXE_DRIVER]
#
@@ -189,4 +190,4 @@
!endif
[BuildOptions]
- *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
\ No newline at end of file
+ *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
--
2.13.3.windows.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc.
2019-11-08 2:15 Chiu, Chasel
@ 2019-11-08 2:15 ` Liming Gao
2019-11-08 2:38 ` Kubacki, Michael A
1 sibling, 0 replies; 7+ messages in thread
From: Liming Gao @ 2019-11-08 2:15 UTC (permalink / raw)
To: Chiu, Chasel, devel@edk2.groups.io
Cc: Kubacki, Michael A, Desimone, Nathaniel L
Reviewed-by: Liming Gao <liming.gao@intel.com>
>-----Original Message-----
>From: Chiu, Chasel
>Sent: Friday, November 08, 2019 10:15 AM
>To: devel@edk2.groups.io
>Cc: Kubacki, Michael A <michael.a.kubacki@intel.com>; Desimone, Nathaniel L
><nathaniel.l.desimone@intel.com>; Gao, Liming <liming.gao@intel.com>
>Subject: [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class
>to dsc.
>
>REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2314
>
>Added SetCacheMtrrLib class to MinPlatformPkg.dsc.
>
>Cc: Michael Kubacki <michael.a.kubacki@intel.com>
>Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
>Cc: Liming Gao <liming.gao@intel.com>
>Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
>---
> Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
>diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
>b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
>index 5f9363ff32..17272f819c 100644
>--- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
>+++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
>@@ -94,6 +94,7 @@
>
>ReportFvLib|MinPlatformPkg/PlatformInit/Library/PeiReportFvLib/PeiReport
>FvLib.inf
>
>TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestP
>ointCheckLib.inf
> TestPointLib|MinPlatformPkg/Test/Library/TestPointLib/PeiTestPointLib.inf
>+
>SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCach
>eMtrrLibNull.inf
>
> [LibraryClasses.common.DXE_DRIVER]
> #
>@@ -189,4 +190,4 @@
> !endif
>
> [BuildOptions]
>- *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
>\ No newline at end of file
>+ *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
>--
>2.13.3.windows.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc.
2019-11-08 2:15 Chiu, Chasel
2019-11-08 2:15 ` Liming Gao
@ 2019-11-08 2:38 ` Kubacki, Michael A
1 sibling, 0 replies; 7+ messages in thread
From: Kubacki, Michael A @ 2019-11-08 2:38 UTC (permalink / raw)
To: Chiu, Chasel, devel@edk2.groups.io; +Cc: Desimone, Nathaniel L, Gao, Liming
Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>
> -----Original Message-----
> From: Chiu, Chasel <chasel.chiu@intel.com>
> Sent: Thursday, November 7, 2019 6:15 PM
> To: devel@edk2.groups.io
> Cc: Kubacki, Michael A <michael.a.kubacki@intel.com>; Desimone, Nathaniel
> L <nathaniel.l.desimone@intel.com>; Gao, Liming <liming.gao@intel.com>
> Subject: [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib
> class to dsc.
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2314
>
> Added SetCacheMtrrLib class to MinPlatformPkg.dsc.
>
> Cc: Michael Kubacki <michael.a.kubacki@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
> ---
> Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
> b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
> index 5f9363ff32..17272f819c 100644
> --- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
> +++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc
> @@ -94,6 +94,7 @@
>
> ReportFvLib|MinPlatformPkg/PlatformInit/Library/PeiReportFvLib/PeiReport
> FvLib.inf
>
> TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTest
> PointCheckLib.inf
> TestPointLib|MinPlatformPkg/Test/Library/TestPointLib/PeiTestPointLib.inf
> +
> +
> SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCac
> heMt
> + rrLibNull.inf
>
> [LibraryClasses.common.DXE_DRIVER]
> #
> @@ -189,4 +190,4 @@
> !endif
>
> [BuildOptions]
> - *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES \ No
> newline at end of file
> + *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
> --
> 2.13.3.windows.1
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-11-12 17:01 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-12 3:25 [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc Chiu, Chasel
2019-11-12 3:35 ` Kubacki, Michael A
2019-11-12 4:35 ` Liming Gao
2019-11-12 17:01 ` Nate DeSimone
-- strict thread matches above, loose matches on Subject: below --
2019-11-08 2:15 Chiu, Chasel
2019-11-08 2:15 ` Liming Gao
2019-11-08 2:38 ` Kubacki, Michael A
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox