Re: [edk2-devel] [PATCH v4 00/11] ArmVirtPkg: implement measured boot for ArmVirtQemu

2020-03-04 Thread Ard Biesheuvel
On Thu, 27 Feb 2020 at 15:40, Ard Biesheuvel wrote: > > Wire up the various existing pieces so that we can implement measured > boot on ArmVirtQemu based on the TPM support in QEMU, just like it has > been implemented for x86 in OvmfPkg. > > The main difference is that on ARM, we first need to dis

Re: [edk2-devel] [PATCH v4 00/11] ArmVirtPkg: implement measured boot for ArmVirtQemu

2020-02-27 Thread Ard Biesheuvel
On Thu, 27 Feb 2020 at 19:14, Laszlo Ersek wrote: > > On 02/27/20 15:40, Ard Biesheuvel wrote: > > Wire up the various existing pieces so that we can implement measured > > boot on ArmVirtQemu based on the TPM support in QEMU, just like it has > > been implemented for x86 in OvmfPkg. > > > > The m

Re: [edk2-devel] [PATCH v4 00/11] ArmVirtPkg: implement measured boot for ArmVirtQemu

2020-02-27 Thread Laszlo Ersek
On 02/27/20 15:40, Ard Biesheuvel wrote: > Wire up the various existing pieces so that we can implement measured > boot on ArmVirtQemu based on the TPM support in QEMU, just like it has > been implemented for x86 in OvmfPkg. > > The main difference is that on ARM, we first need to discover the TPM

[edk2-devel] [PATCH v4 00/11] ArmVirtPkg: implement measured boot for ArmVirtQemu

2020-02-27 Thread Ard Biesheuvel
Wire up the various existing pieces so that we can implement measured boot on ArmVirtQemu based on the TPM support in QEMU, just like it has been implemented for x86 in OvmfPkg. The main difference is that on ARM, we first need to discover the TPM base address from the device tree provided by QEMU