Skip to content

Commit

Permalink
Merge pull request #610 from MasterKale/fix/604-ibm-tpm-manufacturers
Browse files Browse the repository at this point in the history
Add second TPM manufacturer entry for IBM
  • Loading branch information
MasterKale authored Sep 22, 2024
2 parents 328b7a3 + 3ef8224 commit fd7a546
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ export const TPM_MANUFACTURERS: { [key: string]: ManufacturerInfo } = {
name: 'IBM',
id: 'IBM',
},
'id:49424D00': { // Same ID for IBM as above, except the "D" is capitalized as per TPM spec
name: 'IBM',
id: 'IBM',
},
'id:49465800': {
name: 'Infineon',
id: 'IFX',
Expand Down

0 comments on commit fd7a546

Please sign in to comment.