From 195aebeaea383efe42cfe05435db03766c941343 Mon Sep 17 00:00:00 2001 From: Luigi Semenzato Date: Wed, 20 Oct 2010 17:35:00 -0700 Subject: [PATCH] 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 --- build_kernel_image.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_kernel_image.sh b/build_kernel_image.sh index ce94f1dcf3..70c5894dea 100755 --- a/build_kernel_image.sh +++ b/build_kernel_image.sh @@ -144,6 +144,8 @@ i915.modeset=1 loglevel=7 cros_secure kern_guid=%U +tpm_tis.force=1 +tpm_tis.interrupts=0 EOF WORK="${WORK} ${FLAGS_working_dir}/config.txt"