Re: [edk2-devel] [PATCH v3 0/5] SEV-ES TPM enablement fixes

2021-04-30 Thread Lendacky, Thomas
On 4/30/21 1:44 PM, Laszlo Ersek wrote: > On 04/29/21 19:12, Lendacky, Thomas wrote: >> This patch series provides fixes for using TPM support with an SEV-ES >> guest. >> >> The fixes include: >> >> - Decode ModRM byte for MOVZX and MOVSX opcodes. >> - Add MMIO support for MOV opcodes 0xA0-0xA3.

Re: [edk2-devel] [PATCH v3 0/5] SEV-ES TPM enablement fixes

2021-04-30 Thread Laszlo Ersek
On 04/29/21 19:12, Lendacky, Thomas wrote: > This patch series provides fixes for using TPM support with an SEV-ES > guest. > > The fixes include: > > - Decode ModRM byte for MOVZX and MOVSX opcodes. > - Add MMIO support for MOV opcodes 0xA0-0xA3. > - Create a new TPM MMIO ready PPI guid, gOvmfTp

[edk2-devel] [PATCH v3 0/5] SEV-ES TPM enablement fixes

2021-04-29 Thread Lendacky, Thomas
This patch series provides fixes for using TPM support with an SEV-ES guest. The fixes include: - Decode ModRM byte for MOVZX and MOVSX opcodes. - Add MMIO support for MOV opcodes 0xA0-0xA3. - Create a new TPM MMIO ready PPI guid, gOvmfTpmMmioAccessiblePpiGuid - Mark TPM MMIO range as un-encrypte