On 01/26/15 20:03, Ard Biesheuvel wrote: > Allow the use of a patchable PCD for gArmTokenSpaceGuid.PcdFvBaseAddress > by moving it from the [FixedPcd] to the [Pcd] section in the INF file of > PlatformPeiLib. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ard Biesheuvel <ard.biesheu...@linaro.org> > --- > > ArmPlatformPkg/ArmVirtualizationPkg/Library/PlatformPeiLib/PlatformPeiLib.inf > | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git > a/ArmPlatformPkg/ArmVirtualizationPkg/Library/PlatformPeiLib/PlatformPeiLib.inf > > b/ArmPlatformPkg/ArmVirtualizationPkg/Library/PlatformPeiLib/PlatformPeiLib.inf > index 96019e4009ff..1fca9b28f9e2 100644 > --- > a/ArmPlatformPkg/ArmVirtualizationPkg/Library/PlatformPeiLib/PlatformPeiLib.inf > +++ > b/ArmPlatformPkg/ArmVirtualizationPkg/Library/PlatformPeiLib/PlatformPeiLib.inf > @@ -37,9 +37,11 @@ > FdtLib > > [FixedPcd] > - gArmTokenSpaceGuid.PcdFvBaseAddress > gArmTokenSpaceGuid.PcdFvSize > + > +[Pcd] > gArmVirtualizationTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress > + gArmTokenSpaceGuid.PcdFvBaseAddress > > [Guids] > gEarlyPL011BaseAddressGuid >
It also seems to change the PCD type of PcdDeviceTreeInitialBaseAddress. Care to mention that too in the commit message, just for completeness? Reviewed-by: Laszlo Ersek <ler...@redhat.com> Thanks Laszlo _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel