Add tpm_tis module configuration options in preparation for linking with kernel

We need to set these options in order to link the TPM driver in the kernel before we fix the PNP table in the firmware.  This is the least disruptive change that makes the TPM available earlier in the boot sequence.

Change-Id: I729cd7c153507200e177895bae01951e97b70968

BUG=none
TEST=rebuilt kernel, reinstalled, booted, verified that tcsd still runs

Review URL: http://codereview.chromium.org/3969001
This commit is contained in:
Luigi Semenzato 2010-10-20 17:35:00 -07:00
parent ef22d8fe60
commit 195aebeaea

View File

@ -144,6 +144,8 @@ i915.modeset=1
loglevel=7 loglevel=7
cros_secure cros_secure
kern_guid=%U kern_guid=%U
tpm_tis.force=1
tpm_tis.interrupts=0
EOF EOF
WORK="${WORK} ${FLAGS_working_dir}/config.txt" WORK="${WORK} ${FLAGS_working_dir}/config.txt"