-
-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supplement TPM detection with a list of processors with TPM included #415
Comments
What exactly you mean just Enabling TPM in BIOS or something else ? |
BIOS. Both Intel and AMD systems from the last few years have built-in TPM support that's usually disabled by default. |
In mikroprocesor instead separate TPM chip ? How this feature is called / named? |
Intel PTT, AMD fTPM |
Do you mean this: Please run: here are mine:
|
btw. |
I don't think that |
It cannot. |
What about checking Intel PTT, AMD fTPM ? |
Doesn't appear to be included in the CPU feature list, so I'd have to manually create a list of them |
If a CPU passes the CPU Generation check already, it means, among other things, that it already has firmware TPM available, so we could have a bunch of them dealt with that way. |
I'll have to verify this, but if true I'll make a note of it |
It has to be enabled via the UEFI Settings. And different OEMs have different prerequisites in order to enable it. And, finally, my understanding is that PTT / fTPM is not directly in the CPU, the CPU supports it - the actual implementations are in the chipsets. |
The big4 MOBO manufacturers have all released which series are compatible: https://www.asrock.com/news/index.asp?iD=4696 |
Exactly. It's the chipsets. Because as noted on both the ASRock and MSI websites above, 100 & 200 series Intel chipset-based boards are "capable" of TPM support for Win11, though the processors compatible with those boards (6th / 7th gen Intel CPUs) are not on the list of officially supported CPUs, even though plenty of people with both those generations of CPUs have been able to successfully install Windows 11, both clean installs as well as upgrades from Win 10. I do agree that adding a note under the TPM topic stating something along the lines of "Although it is not enabled, your Chipset XXX does support fTPM / PTT. Please refer to your manual to enable it." would probably be a good thing - too many people still don't get this whole firmware TPM thing. But coding this could get tricky, I know. If the chipset used on the motherboard being tested could be determined, maybe even a link to one of the four links above (if it is a mobo from those 4 OEMs) might help with the resulting issues like "It says that my chipset supports it but I can't find it in the Settings / UEFI / BIOS!" too. So, for example, when I test my MSI X570 GODLIKE, if I ever have TPM disabled (which is easy to encounter - UEFI fw upgrades reset settings to default), it would then tell me TPM is not present, but my mobo supports it, link to the MSI page (maybe use a URL shortener to save space / characters) and call it a day. |
built in tpm is a chipset feature not a cpu feature |
Currently "missing/disabled" TPM is marked in red, giving impression that hardware is incompatible with Windows 11. While in reality, fixing this incompatibility may be as easy as changing a BIOS setting on most modern PCs.
The text was updated successfully, but these errors were encountered: