Re: [edk2-devel] [PATCH 2/4] ArmVirtPkg/PlatformPeiLib: discover the TPM base address from the DT

2020-01-09 Thread Laszlo Ersek
On 01/08/20 15:41, Ard Biesheuvel wrote: > On Tue, 7 Jan 2020 at 16:42, Laszlo Ersek wrote: >> On 01/07/20 10:47, Ard Biesheuvel wrote: >>> >>> diff --git a/ArmVirtPkg/ArmVirtPkg.dec b/ArmVirtPkg/ArmVirtPkg.dec >>> index a019cc269d10..ed5114887489 100644 >>> --- a/ArmVirtPkg/ArmVirtPkg.dec >>>

Re: [edk2-devel] [PATCH 2/4] ArmVirtPkg/PlatformPeiLib: discover the TPM base address from the DT

2020-01-08 Thread Ard Biesheuvel
On Tue, 7 Jan 2020 at 16:42, Laszlo Ersek wrote: > > On 01/07/20 10:47, Ard Biesheuvel wrote: > > Introduce a boolean PCD that tells us whether TPM support is enabled > > in the build, and if it is, record the TPM base address in the existing > > routine that traverses the device tree in the

Re: [edk2-devel] [PATCH 2/4] ArmVirtPkg/PlatformPeiLib: discover the TPM base address from the DT

2020-01-07 Thread Laszlo Ersek
On 01/07/20 10:47, Ard Biesheuvel wrote: > Introduce a boolean PCD that tells us whether TPM support is enabled > in the build, and if it is, record the TPM base address in the existing > routine that traverses the device tree in the platform PEIM. > > Signed-off-by: Ard Biesheuvel > --- >

[edk2-devel] [PATCH 2/4] ArmVirtPkg/PlatformPeiLib: discover the TPM base address from the DT

2020-01-07 Thread Ard Biesheuvel
Introduce a boolean PCD that tells us whether TPM support is enabled in the build, and if it is, record the TPM base address in the existing routine that traverses the device tree in the platform PEIM. Signed-off-by: Ard Biesheuvel --- ArmVirtPkg/ArmVirtPkg.dec| 5