Skip to content

Commit

Permalink
[Mellanox] Disable TPM on SN5600 and SN5400 platform (#19221)
Browse files Browse the repository at this point in the history
Disable TPM module for SN5600 and SN5400 to avoid following error message:

ERR kernel: [    3.434153] tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
  • Loading branch information
Junchao-Mellanox authored and mssonicbld committed Jun 6, 2024
1 parent d06ae81 commit a9d4383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions device/mellanox/x86_64-nvidia_sn5400-r0/installer.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="modprobe.blacklist=tpm_tis,tpm_crb,tpm"
2 changes: 1 addition & 1 deletion device/mellanox/x86_64-nvidia_sn5600-r0/installer.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="libata.force=noncq"
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="libata.force=noncq modprobe.blacklist=tpm_tis,tpm_crb,tpm"

0 comments on commit a9d4383

Please sign in to comment.