Re: [edk2-devel] OVMF commit 6612ff8 24/12/2021 - Windows 11 vm - TPM 2.0 error code 10

2021-12-28 Thread Daniele Crudo
My bad, my build argument was wrong, and it was also written in the description of the commit. -D TPM_ENABLE doesn't exist anymore, and it must be replaced with  -D TPM1_ENABLE (tpm 1.2) or with  -D TPM2_ENABLE (tpm 2.0) Sorry! -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages

Re: [edk2-devel] OVMF commit 6612ff8 24/12/2021 - Windows 11 vm - TPM 2.0 error code 10

2021-12-28 Thread Daniele Crudo
I found the offending commit: OvmfPkg: rework TPM configuration https://github.com/tianocore/edk2/commit/4de8d61bcec02a13ceed84f92b0cf3ea58adf9c5 With this commit applied windows 11 reports error code 10 with emulated qemu/libvirt tpm 2.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all

[edk2-devel] OVMF commit 6612ff8 24/12/2021 - Windows 11 vm - TPM 2.0 error code 10

2021-12-28 Thread Daniele Crudo
Hi, I just compiled ovmf, updated to commit 6612ff8 (24/12/2021): https://github.com/tianocore/edk2/commit/6612ff85611bc2be16dc0fd5de0e1413df88941a The build command: build -a X64 -b RELEASE -D SECURE_BOOT_ENABLE -D TPM_ENABLE -D FD_SIZE_4MB -p OvmfPkg/OvmfPkgX64.dsc -t GCC5 And used OVMF_CODE.f

[edk2-devel] FL1100 usb chipset/Mac OS OVMF/XhciDxe issues with bootable usb 3.0 devices

2021-10-17 Thread Daniele Crudo
Hi, I'm using OVMF/qemu/kvm/libvirt to boot a mac os system. In my setup I'm passing through a fresco logic usb controller with FL1100 chipset. I noticed that: 1. If I plug a usb 3.0 device in a usb 3.0 port of the FL1100 controller with a mac os installer, the bootloader is unable to see the inst

[edk2-devel] OVMF_CODE/VARS unable to reboot a mac os vm during installation (only first stage)

2021-09-25 Thread Daniele Crudo
Hi, forwarding this also to the mailing list: https://bugzilla.tianocore.org/show_bug.cgi?id=3640 > Hello, it's been about a year I'm experiencing a strange issue, not a stopper, so I started only recently to investigate. I found that it's OVMF. System: x86_64 manjaro 21.1.3 (only cli), qem