Skip to content

Commit

Permalink
qemu: use tpm-tis for x86_64 architecture
Browse files Browse the repository at this point in the history
It seems like tpm-crb is broken. Also fix the UEFI bios to support TPM 2.0.

Fixes #5619
  • Loading branch information
osy committed Sep 4, 2023
1 parent dfd9603 commit b61b5f9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/UTMQemuConfiguration+Arguments.swift
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ import Virtualization // for getting network interfaces
} else if system.architecture == .ppc64 {
"tpm-spapr"
} else {
"tpm-crb"
"tpm-tis"
}
"tpmdev=tpm0"
f()
Expand Down
Binary file modified patches/data/qemu-7.2.0-utm/pc-bios/edk2-i386-secure-code.fd.bz2
Binary file not shown.
Binary file not shown.

0 comments on commit b61b5f9

Please sign in to comment.