Re: [edk2-devel] [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc.

2019-11-12 Thread Nate DeSimone
Reviewed-by: Nate DeSimone 

On 11/11/19, 7:25 PM, "Chiu, Chasel"  wrote:

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2314

Fixed typo issue in MinPlatformPkg.dsc caused by previous
commit.

Cc: Michael Kubacki 
Cc: Nate DeSimone 
Cc: Liming Gao 
Signed-off-by: Chasel Chiu 
---
 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




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50467): https://edk2.groups.io/g/devel/message/50467
Mute This Topic: https://groups.io/mt/47032665/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc.

2019-11-11 Thread Liming Gao
Reviewed-by: Liming Gao 

>-Original Message-
>From: Chiu, Chasel
>Sent: Tuesday, November 12, 2019 11:26 AM
>To: devel@edk2.groups.io
>Cc: Kubacki, Michael A ; Desimone, Nathaniel L
>; Gao, Liming 
>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 
>Cc: Nate DeSimone 
>Cc: Liming Gao 
>Signed-off-by: Chasel Chiu 
>---
> 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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50428): https://edk2.groups.io/g/devel/message/50428
Mute This Topic: https://groups.io/mt/47032665/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc.

2019-11-11 Thread Kubacki, Michael A
Reviewed-by: Michael Kubacki 

> -Original Message-
> From: Chiu, Chasel 
> Sent: Monday, November 11, 2019 7:26 PM
> To: devel@edk2.groups.io
> Cc: Kubacki, Michael A ; Desimone, Nathaniel
> L ; Gao, Liming 
> 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 
> Cc: Nate DeSimone 
> Cc: Liming Gao 
> Signed-off-by: Chasel Chiu 
> ---
>  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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50416): https://edk2.groups.io/g/devel/message/50416
Mute This Topic: https://groups.io/mt/47032665/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[edk2-devel] [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc.

2019-11-11 Thread Chiu, Chasel
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2314

Fixed typo issue in MinPlatformPkg.dsc caused by previous
commit.

Cc: Michael Kubacki 
Cc: Nate DeSimone 
Cc: Liming Gao 
Signed-off-by: Chasel Chiu 
---
 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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50410): https://edk2.groups.io/g/devel/message/50410
Mute This Topic: https://groups.io/mt/47032665/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc.

2019-11-11 Thread Nate DeSimone
Reviewed-by: Nate DeSimone 

-Original Message-
From: devel@edk2.groups.io  On Behalf Of Chiu, Chasel
Sent: Thursday, November 7, 2019 6:15 PM
To: devel@edk2.groups.io
Cc: Kubacki, Michael A ; Desimone, Nathaniel L 
; Gao, Liming 
Subject: [edk2-devel] [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 
Cc: Nate DeSimone 
Cc: Liming Gao 
Signed-off-by: Chasel Chiu 
---
 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/SetCacheMt
+ 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





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50380): https://edk2.groups.io/g/devel/message/50380
Mute This Topic: https://groups.io/mt/47032665/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc.

2019-11-07 Thread Kubacki, Michael A
Reviewed-by: Michael Kubacki 

> -Original Message-
> From: Chiu, Chasel 
> Sent: Thursday, November 7, 2019 6:15 PM
> To: devel@edk2.groups.io
> Cc: Kubacki, Michael A ; Desimone, Nathaniel
> L ; Gao, Liming 
> 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 
> Cc: Nate DeSimone 
> Cc: Liming Gao 
> Signed-off-by: Chasel Chiu 
> ---
>  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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50275): https://edk2.groups.io/g/devel/message/50275
Mute This Topic: https://groups.io/mt/47032665/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc.

2019-11-07 Thread Liming Gao
Reviewed-by: Liming Gao 

>-Original Message-
>From: Chiu, Chasel
>Sent: Friday, November 08, 2019 10:15 AM
>To: devel@edk2.groups.io
>Cc: Kubacki, Michael A ; Desimone, Nathaniel L
>; Gao, Liming 
>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 
>Cc: Nate DeSimone 
>Cc: Liming Gao 
>Signed-off-by: Chasel Chiu 
>---
> 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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50274): https://edk2.groups.io/g/devel/message/50274
Mute This Topic: https://groups.io/mt/47032665/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[edk2-devel] [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc.

2019-11-07 Thread Chiu, Chasel
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2314

Added SetCacheMtrrLib class to MinPlatformPkg.dsc.

Cc: Michael Kubacki 
Cc: Nate DeSimone 
Cc: Liming Gao 
Signed-off-by: Chasel Chiu 
---
 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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50273): https://edk2.groups.io/g/devel/message/50273
Mute This Topic: https://groups.io/mt/47032665/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-