Re: [edk2] [PATCH 3/5] ArmVirtPkg: refactor reading of the physical address space size

2018-11-26 Thread Ard Biesheuvel
On Mon, 26 Nov 2018 at 11:00, Laszlo Ersek wrote: > > On 11/23/18 13:14, Ard Biesheuvel wrote: > > In preparation of dropping the hardcoded 40-bit limit on the physical > > address space when running under virtualization, let's refactor the > > code a bit so we read the hardware limit in a single

Re: [edk2] [PATCH 3/5] ArmVirtPkg: refactor reading of the physical address space size

2018-11-26 Thread Laszlo Ersek
On 11/23/18 13:14, Ard Biesheuvel wrote: > In preparation of dropping the hardcoded 40-bit limit on the physical > address space when running under virtualization, let's refactor the > code a bit so we read the hardware limit in a single place. > > Contributed-under: TianoCore Contribution

[edk2] [PATCH 3/5] ArmVirtPkg: refactor reading of the physical address space size

2018-11-23 Thread Ard Biesheuvel
In preparation of dropping the hardcoded 40-bit limit on the physical address space when running under virtualization, let's refactor the code a bit so we read the hardware limit in a single place. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel ---