public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] MinPlatformPkg:Fixed MinPlatformPkg.dec
@ 2020-12-16  7:18 Jiwei Wei
  2020-12-19  3:27 ` [edk2-devel] " Nate DeSimone
  2021-01-19 23:32 ` Nate DeSimone
  0 siblings, 2 replies; 3+ messages in thread
From: Jiwei Wei @ 2020-12-16  7:18 UTC (permalink / raw)
  To: devel; +Cc: Liming Gao

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [PATCH] MinPlatformPkg:Fixed MinPlatformPkg.dec
  2020-12-16  7:18 [PATCH] MinPlatformPkg:Fixed MinPlatformPkg.dec Jiwei Wei
@ 2020-12-19  3:27 ` Nate DeSimone
  2021-01-19 23:32 ` Nate DeSimone
  1 sibling, 0 replies; 3+ messages in thread
From: Nate DeSimone @ 2020-12-19  3:27 UTC (permalink / raw)
  To: devel@edk2.groups.io, weijiwei@byosoft.com.cn; +Cc: Liming Gao

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
> 
> 
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [PATCH] MinPlatformPkg:Fixed MinPlatformPkg.dec
  2020-12-16  7:18 [PATCH] MinPlatformPkg:Fixed MinPlatformPkg.dec Jiwei Wei
  2020-12-19  3:27 ` [edk2-devel] " Nate DeSimone
@ 2021-01-19 23:32 ` Nate DeSimone
  1 sibling, 0 replies; 3+ messages in thread
From: Nate DeSimone @ 2021-01-19 23:32 UTC (permalink / raw)
  To: devel@edk2.groups.io, weijiwei@byosoft.com.cn; +Cc: Liming Gao

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
> 
> 
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-19 23:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-16  7:18 [PATCH] MinPlatformPkg:Fixed MinPlatformPkg.dec Jiwei Wei
2020-12-19  3:27 ` [edk2-devel] " Nate DeSimone
2021-01-19 23:32 ` Nate DeSimone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox