* [PATCH] UefiPayloadPkg: Fix master by adding SafeIntLib
@ 2020-12-03 15:01 Patrick Rudolph
2020-12-03 15:47 ` Guo Dong
[not found] ` <164D3F852262237B.29825@groups.io>
0 siblings, 2 replies; 3+ messages in thread
From: Patrick Rudolph @ 2020-12-03 15:01 UTC (permalink / raw)
To: devel; +Cc: maurice.ma, guo.dong, benjamin.you
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
---
UefiPayloadPkg/UefiPayloadPkg.dsc | 1 +
1 file changed, 1 insertion(+)
diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayloadPkg.dsc
index 74ff58bc5a..ae62a9c4d6 100644
--- a/UefiPayloadPkg/UefiPayloadPkg.dsc
+++ b/UefiPayloadPkg/UefiPayloadPkg.dsc
@@ -142,6 +142,7 @@
PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
+ SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
#
# UEFI & PI
--
2.26.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] UefiPayloadPkg: Fix master by adding SafeIntLib
2020-12-03 15:01 [PATCH] UefiPayloadPkg: Fix master by adding SafeIntLib Patrick Rudolph
@ 2020-12-03 15:47 ` Guo Dong
[not found] ` <164D3F852262237B.29825@groups.io>
1 sibling, 0 replies; 3+ messages in thread
From: Guo Dong @ 2020-12-03 15:47 UTC (permalink / raw)
To: Patrick Rudolph, devel@edk2.groups.io; +Cc: Ma, Maurice, You, Benjamin
Thanks Patrick for this fix.
Reviewed-by: Guo Dong <guo.dong@intel.com>
> -----Original Message-----
> From: Patrick Rudolph <patrick.rudolph@9elements.com>
> Sent: Thursday, December 3, 2020 8:02 AM
> To: devel@edk2.groups.io
> Cc: Ma, Maurice <maurice.ma@intel.com>; Dong, Guo <guo.dong@intel.com>;
> You, Benjamin <benjamin.you@intel.com>
> Subject: [PATCH] UefiPayloadPkg: Fix master by adding SafeIntLib
>
> Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
> ---
> UefiPayloadPkg/UefiPayloadPkg.dsc | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc
> b/UefiPayloadPkg/UefiPayloadPkg.dsc
> index 74ff58bc5a..ae62a9c4d6 100644
> --- a/UefiPayloadPkg/UefiPayloadPkg.dsc
> +++ b/UefiPayloadPkg/UefiPayloadPkg.dsc
> @@ -142,6 +142,7 @@
> PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
>
>
> PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeC
> offGetEntryPointLib.inf
>
>
> CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCache
> MaintenanceLib.inf
>
> + SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
>
>
>
> #
>
> # UEFI & PI
>
> --
> 2.26.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [PATCH] UefiPayloadPkg: Fix master by adding SafeIntLib
[not found] ` <164D3F852262237B.29825@groups.io>
@ 2020-12-03 16:00 ` Guo Dong
0 siblings, 0 replies; 3+ messages in thread
From: Guo Dong @ 2020-12-03 16:00 UTC (permalink / raw)
To: devel@edk2.groups.io, Dong, Guo, Patrick Rudolph
Cc: Ma, Maurice, You, Benjamin
Merged as 6d95eff8827333de492c24ba77904927b61c584f.
Thanks,
Guo
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Guo Dong
> Sent: Thursday, December 3, 2020 8:48 AM
> To: Patrick Rudolph <patrick.rudolph@9elements.com>; devel@edk2.groups.io
> Cc: Ma, Maurice <maurice.ma@intel.com>; You, Benjamin
> <benjamin.you@intel.com>
> Subject: Re: [edk2-devel] [PATCH] UefiPayloadPkg: Fix master by adding
> SafeIntLib
>
>
> Thanks Patrick for this fix.
> Reviewed-by: Guo Dong <guo.dong@intel.com>
>
> > -----Original Message-----
> > From: Patrick Rudolph <patrick.rudolph@9elements.com>
> > Sent: Thursday, December 3, 2020 8:02 AM
> > To: devel@edk2.groups.io
> > Cc: Ma, Maurice <maurice.ma@intel.com>; Dong, Guo
> <guo.dong@intel.com>;
> > You, Benjamin <benjamin.you@intel.com>
> > Subject: [PATCH] UefiPayloadPkg: Fix master by adding SafeIntLib
> >
> > Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
> > ---
> > UefiPayloadPkg/UefiPayloadPkg.dsc | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc
> > b/UefiPayloadPkg/UefiPayloadPkg.dsc
> > index 74ff58bc5a..ae62a9c4d6 100644
> > --- a/UefiPayloadPkg/UefiPayloadPkg.dsc
> > +++ b/UefiPayloadPkg/UefiPayloadPkg.dsc
> > @@ -142,6 +142,7 @@
> > PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
> >
> >
> >
> PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeC
> > offGetEntryPointLib.inf
> >
> >
> >
> CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCache
> > MaintenanceLib.inf
> >
> > + SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
> >
> >
> >
> > #
> >
> > # UEFI & PI
> >
> > --
> > 2.26.2
>
>
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-12-03 16:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-03 15:01 [PATCH] UefiPayloadPkg: Fix master by adding SafeIntLib Patrick Rudolph
2020-12-03 15:47 ` Guo Dong
[not found] ` <164D3F852262237B.29825@groups.io>
2020-12-03 16:00 ` [edk2-devel] " Guo Dong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox