Skip to content

Commit

Permalink
insmod TPM driver
Browse files Browse the repository at this point in the history
To fix ACM start up tpm failure during S3 resume

Tracked-On: OAM-111067
Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
  • Loading branch information
qizhangz authored and sysopenci committed Jul 13, 2023
1 parent c6e40f1 commit a5135a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions groups/device-specific/celadon_ivi/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ on post-fs
insmod /vendor/lib/modules/asix.ko
insmod /vendor/lib/modules/r8152.ko
insmod /vendor/lib/modules/r8169.ko

insmod /vendor/lib/modules/tpm.ko
insmod /vendor/lib/modules/tpm_tis_core.ko
insmod /vendor/lib/modules/tpm_crb.ko
insmod /vendor/lib/modules/tpm_tis.ko

0 comments on commit a5135a3

Please sign in to comment.