* [PATCH edk2-platforms] Platform/DeveloperBox: drop PcdArmReenterPeiForCapsuleWarmReboot
@ 2020-01-07 9:27 Ard Biesheuvel
2020-01-14 17:26 ` Leif Lindholm
0 siblings, 1 reply; 3+ messages in thread
From: Ard Biesheuvel @ 2020-01-07 9:27 UTC (permalink / raw)
To: devel; +Cc: leif.lindholm, Ard Biesheuvel
The PCD PcdArmReenterPeiForCapsuleWarmReboot is going away so drop the
definition for DeveloperBox.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc | 1 -
1 file changed, 1 deletion(-)
diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc
index 084b4c994b97..838c55e1d1a8 100644
--- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc
+++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc
@@ -124,7 +124,6 @@
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|FALSE
- gArmTokenSpaceGuid.PcdArmReenterPeiForCapsuleWarmReboot|TRUE
gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|TRUE
# needed for NFIT tables installed by RamDiskDxe
--
2.20.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH edk2-platforms] Platform/DeveloperBox: drop PcdArmReenterPeiForCapsuleWarmReboot
2020-01-07 9:27 [PATCH edk2-platforms] Platform/DeveloperBox: drop PcdArmReenterPeiForCapsuleWarmReboot Ard Biesheuvel
@ 2020-01-14 17:26 ` Leif Lindholm
2020-01-14 17:39 ` Ard Biesheuvel
0 siblings, 1 reply; 3+ messages in thread
From: Leif Lindholm @ 2020-01-14 17:26 UTC (permalink / raw)
To: Ard Biesheuvel; +Cc: devel
On Tue, Jan 07, 2020 at 10:27:39 +0100, Ard Biesheuvel wrote:
> The PCD PcdArmReenterPeiForCapsuleWarmReboot is going away so drop the
> definition for DeveloperBox.
>
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
> ---
> Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc
> index 084b4c994b97..838c55e1d1a8 100644
> --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc
> +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc
> @@ -124,7 +124,6 @@
> gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
> gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|FALSE
>
> - gArmTokenSpaceGuid.PcdArmReenterPeiForCapsuleWarmReboot|TRUE
> gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|TRUE
>
> # needed for NFIT tables installed by RamDiskDxe
> --
> 2.20.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH edk2-platforms] Platform/DeveloperBox: drop PcdArmReenterPeiForCapsuleWarmReboot
2020-01-14 17:26 ` Leif Lindholm
@ 2020-01-14 17:39 ` Ard Biesheuvel
0 siblings, 0 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2020-01-14 17:39 UTC (permalink / raw)
To: Leif Lindholm; +Cc: edk2-devel-groups-io
On Tue, 14 Jan 2020 at 18:26, Leif Lindholm <leif.lindholm@linaro.org> wrote:
>
> On Tue, Jan 07, 2020 at 10:27:39 +0100, Ard Biesheuvel wrote:
> > The PCD PcdArmReenterPeiForCapsuleWarmReboot is going away so drop the
> > definition for DeveloperBox.
> >
> > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>
Pushed as df7fcd923a75..f69e04d25b20
Thanks,
> > ---
> > Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc
> > index 084b4c994b97..838c55e1d1a8 100644
> > --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc
> > +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc
> > @@ -124,7 +124,6 @@
> > gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
> > gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|FALSE
> >
> > - gArmTokenSpaceGuid.PcdArmReenterPeiForCapsuleWarmReboot|TRUE
> > gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|TRUE
> >
> > # needed for NFIT tables installed by RamDiskDxe
> > --
> > 2.20.1
> >
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-01-14 17:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-07 9:27 [PATCH edk2-platforms] Platform/DeveloperBox: drop PcdArmReenterPeiForCapsuleWarmReboot Ard Biesheuvel
2020-01-14 17:26 ` Leif Lindholm
2020-01-14 17:39 ` Ard Biesheuvel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox