[edk2-devel] [PATCH] MinPlatformPkg:Fixed MinPlatformPkg.dec

Jiwei Wei posted 1 patch 3 years, 4 months ago
Failed in applying to current master (apply log)
Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec | 6 ++++++
1 file changed, 6 insertions(+)
[edk2-devel] [PATCH] MinPlatformPkg:Fixed MinPlatformPkg.dec
Posted by Jiwei Wei 3 years, 4 months ago
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3035

Several new LibraryClasses are missing from MinPlatformPkg.dec,
so i add some new interfaces.

Signed-off-by: Jiwei Wei <weijiwei@byosoft.com.cn>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
---
 Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec
index 7ef189da..03738fa9 100644
--- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec
+++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec
@@ -77,6 +77,12 @@
 
   ReportCpuHobLib|Include/Library/ReportCpuHobLib.h
 
+  BoardBootManagerLib|Include/Library/BoardBootManagerLib.h
+  CompressLib|Include/Library/CompressLib.h
+  HobVariableLib|Include/Library/HobVariableLib.h
+  MultiBoardAcpiSupportLib|Include/Library/MultiBoardAcpiSupportLib.h
+  ReportFvLib|Include/Library/ReportFvLib.h
+
 [PcdsFixedAtBuild, PcdsPatchableInModule]
 
   gMinPlatformPkgTokenSpaceGuid.PcdFspMaxUpdSize|0x00000000|UINT32|0x80000000
-- 
2.26.2.windows.1




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#68940): https://edk2.groups.io/g/devel/message/68940
Mute This Topic: https://groups.io/mt/78995949/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH] MinPlatformPkg:Fixed MinPlatformPkg.dec
Posted by Nate DeSimone 3 years, 4 months ago
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Jiwei
> Wei
> Sent: Tuesday, December 15, 2020 11:18 PM
> To: devel@edk2.groups.io
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Subject: [edk2-devel] [PATCH] MinPlatformPkg:Fixed MinPlatformPkg.dec
> 
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3035
> 
> Several new LibraryClasses are missing from MinPlatformPkg.dec, so i add
> some new interfaces.
> 
> Signed-off-by: Jiwei Wei <weijiwei@byosoft.com.cn>
> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
> ---
>  Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec
> b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec
> index 7ef189da..03738fa9 100644
> --- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec
> +++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec
> @@ -77,6 +77,12 @@
> 
>    ReportCpuHobLib|Include/Library/ReportCpuHobLib.h
> 
> +  BoardBootManagerLib|Include/Library/BoardBootManagerLib.h
> +  CompressLib|Include/Library/CompressLib.h
> +  HobVariableLib|Include/Library/HobVariableLib.h
> +  MultiBoardAcpiSupportLib|Include/Library/MultiBoardAcpiSupportLib.h
> +  ReportFvLib|Include/Library/ReportFvLib.h
> +
>  [PcdsFixedAtBuild, PcdsPatchableInModule]
> 
> 
> gMinPlatformPkgTokenSpaceGuid.PcdFspMaxUpdSize|0x00000000|UINT32|
> 0x80000000
> --
> 2.26.2.windows.1
> 
> 
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#69251): https://edk2.groups.io/g/devel/message/69251
Mute This Topic: https://groups.io/mt/78995949/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH] MinPlatformPkg:Fixed MinPlatformPkg.dec
Posted by Nate DeSimone 3 years, 3 months ago
Pushed: https://github.com/tianocore/edk2-platforms/commit/25937a1

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Jiwei
> Wei
> Sent: Tuesday, December 15, 2020 11:18 PM
> To: devel@edk2.groups.io
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Subject: [edk2-devel] [PATCH] MinPlatformPkg:Fixed MinPlatformPkg.dec
> 
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3035
> 
> Several new LibraryClasses are missing from MinPlatformPkg.dec, so i add
> some new interfaces.
> 
> Signed-off-by: Jiwei Wei <weijiwei@byosoft.com.cn>
> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
> ---
>  Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec
> b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec
> index 7ef189da..03738fa9 100644
> --- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec
> +++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec
> @@ -77,6 +77,12 @@
> 
>    ReportCpuHobLib|Include/Library/ReportCpuHobLib.h
> 
> +  BoardBootManagerLib|Include/Library/BoardBootManagerLib.h
> +  CompressLib|Include/Library/CompressLib.h
> +  HobVariableLib|Include/Library/HobVariableLib.h
> +  MultiBoardAcpiSupportLib|Include/Library/MultiBoardAcpiSupportLib.h
> +  ReportFvLib|Include/Library/ReportFvLib.h
> +
>  [PcdsFixedAtBuild, PcdsPatchableInModule]
> 
> 
> gMinPlatformPkgTokenSpaceGuid.PcdFspMaxUpdSize|0x00000000|UINT32|
> 0x80000000
> --
> 2.26.2.windows.1
> 
> 
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#70560): https://edk2.groups.io/g/devel/message/70560
Mute This Topic: https://groups.io/mt/78995949/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-