Skip to content

Commit

Permalink
core: Fix the entry on the match table for TPM support.
Browse files Browse the repository at this point in the history
TF-A Measured Boot driver expects a tpm_event_log node on the
DTB with the compatible field set to "arm,tpm_event_log", so
fix the match table entry for the TPM support to match the one
used by TF-A.

Signed-off-by: Javier Almansa Sobrino <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
  • Loading branch information
javieralso-arm authored and jforissier committed Aug 20, 2020
1 parent c4d767e commit 1554a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kernel/tpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static void get_tpm_phys_params(void *fdt __maybe_unused,
#ifdef CFG_DT
int node = 0;
const char *dt_tpm_match_table = {
"arm,nt_fw",
"arm,tpm_event_log",
};

if (!fdt) {
Expand Down

0 comments on commit 1554a77

Please sign in to comment.