Re: [edk2] [PATCH 5/5] ArmVirtPkg: revert PcdPrePiCpuMemorySize to is default value of 48

2018-11-26 Thread Laszlo Ersek
(1) s/is/its/ in $SUBJECT, please. On 11/23/18 13:14, Ard Biesheuvel wrote: > Drop the PcdPrePiCpuMemorySize definitions that limit it to 40 > bits on AArch64 targets. Indeed, after this series is applied, we still have [PcdsFixedAtBuild.ARM] gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40

Re: [edk2] [PATCH 5/5] ArmVirtPkg: revert PcdPrePiCpuMemorySize to is default value of 48

2018-11-23 Thread Ard Biesheuvel
On Fri, 23 Nov 2018 at 14:36, Andrew Jones wrote: > > On Fri, Nov 23, 2018 at 01:14:31PM +0100, Ard Biesheuvel wrote: > > Drop the PcdPrePiCpuMemorySize definitions that limit it to 40 > > bits on AArch64 targets. This is no longer appropriate now that > > KVM has been enhanced to permit any IPA

[edk2] [PATCH 5/5] ArmVirtPkg: revert PcdPrePiCpuMemorySize to is default value of 48

2018-11-23 Thread Ard Biesheuvel
Drop the PcdPrePiCpuMemorySize definitions that limit it to 40 bits on AArch64 targets. This is no longer appropriate now that KVM has been enhanced to permit any IPA space size permitted by the architecture. This means the value will revert back to its default of 48. Contributed-under: TianoCore