Re: [edk2] [PATCH v1 4/6] ArmVirtPkg: Save DT base address from X0 in PCD

2018-10-19 Thread Ard Biesheuvel
On 14 October 2018 at 05:35, Laszlo Ersek wrote: > On 10/12/18 16:40, Sami Mujawar wrote: >> Some virtual machine managers provide the base address of the DT >> in memory in the X0 register. Save the DT Base address in the >> PcdDeviceTreeInitialBaseAddress so that the firmware can use the >> PCD

Re: [edk2] [PATCH v1 4/6] ArmVirtPkg: Save DT base address from X0 in PCD

2018-10-13 Thread Laszlo Ersek
On 10/12/18 16:40, Sami Mujawar wrote: > Some virtual machine managers provide the base address of the DT > in memory in the X0 register. Save the DT Base address in the > PcdDeviceTreeInitialBaseAddress so that the firmware can use the > PCD to parse the DT and obtain the platform information

[edk2] [PATCH v1 4/6] ArmVirtPkg: Save DT base address from X0 in PCD

2018-10-12 Thread Sami Mujawar
Some virtual machine managers provide the base address of the DT in memory in the X0 register. Save the DT Base address in the PcdDeviceTreeInitialBaseAddress so that the firmware can use the PCD to parse the DT and obtain the platform information subsequently. This change also requires that the