Re: [PATCH v11 17/20] tpm: Add ability to set the default locality the TPM chip uses
On Fri Sep 13, 2024 at 11:05 PM EEST, Ross Philipson wrote: > Curently the locality is hard coded to 0 but for DRTM support, access > is needed to localities 1 through 4. Why? > > Signed-off-by: Ross Philipson BR, Jarkko
[PATCH v11 17/20] tpm: Add ability to set the default locality the TPM chip uses
Curently the locality is hard coded to 0 but for DRTM support, access is needed to localities 1 through 4. Signed-off-by: Ross Philipson --- drivers/char/tpm/tpm-chip.c | 24 +++- include/linux/tpm.h | 4 2 files changed, 27 insertions(+), 1 deletion(-) diff --