- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The SOAP sample in the SDK does not display every possible hardware asset information but rather is a reference application to help you develop your own solution.
Now, to your question about how to determine the TPM version, starting with AMT 4.0, we have added this capability to the hardware asset realm. Please look at the SDK documentation for hardware asset section here. This use case flow will walk you through the vPro Verification table which includes Cpu Capabilities, Mch Capabilities, Ich Capabilities, Me Capabilities, Tpm Capabilities, Network Devices, Bios Capabilities. TPM Capabilities provide you the following information:
############
TpmCapabilities
4 bytes of data.
Bit 0 - Supports TPM on board (1= Supported)
Bit 1 - TPM state (1 = Enabled)
Bit 2:15 - Reserved (must be set to 0).
Bits 16:23 - Major version of TCG spec to which TPM is designed.
This is same as the value retrieved using the command
TCG_StatusCheck as defined by TCG.
Bits 24:31 - Minor version of TCG spec to which TPM is designed.
##########
Please look at the WS-Management sample of AssetDisplay in the SDK and it will display the TPM information when run against an AMT enabled machine.
Thanks,
AI
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
-RB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The SOAP sample in the SDK does not display every possible hardware asset information but rather is a reference application to help you develop your own solution.
Now, to your question about how to determine the TPM version, starting with AMT 4.0, we have added this capability to the hardware asset realm. Please look at the SDK documentation for hardware asset section here. This use case flow will walk you through the vPro Verification table which includes Cpu Capabilities, Mch Capabilities, Ich Capabilities, Me Capabilities, Tpm Capabilities, Network Devices, Bios Capabilities. TPM Capabilities provide you the following information:
############
TpmCapabilities
4 bytes of data.
Bit 0 - Supports TPM on board (1= Supported)
Bit 1 - TPM state (1 = Enabled)
Bit 2:15 - Reserved (must be set to 0).
Bits 16:23 - Major version of TCG spec to which TPM is designed.
This is same as the value retrieved using the command
TCG_StatusCheck as defined by TCG.
Bits 24:31 - Minor version of TCG spec to which TPM is designed.
##########
Please look at the WS-Management sample of AssetDisplay in the SDK and it will display the TPM information when run against an AMT enabled machine.
Thanks,
AI
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page