Re: [PATCH v4 0/5] Add support for the TPM FF-A start method

2025-03-02 Thread Jarkko Sakkinen
On Mon, Feb 17, 2025 at 04:49:41PM -0600, Stuart Yoder wrote: > Firmware Framework for Arm A-profile (FF-A) is a messaging framework > for Arm-based systems, and in the context of the TPM CRB driver is used > to signal 'start' to a CRB-based TPM service which is hosted in an > FF-A secure partition

Re: [PATCH] tpm: ftpm_tee: remove incorrect of_match_ptr annotation

2025-03-02 Thread Jarkko Sakkinen
On Tue, Feb 25, 2025 at 05:37:15PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > Building with W=1 shows a warning about of_ftpm_tee_ids being unused when > CONFIG_OF is disabled: > > drivers/char/tpm/tpm_ftpm_tee.c:356:34: error: unused variable > 'of_ftpm_tee_ids' [-Werror,-Wunuse