aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini2023-05-02 12:52:40 -0400
committerTom Rini2023-05-02 12:52:40 -0400
commit021e303492ccfdf58425bedb13c1621367cc5cc7 (patch)
treec2dfffab025a7da3f72b076ce8e49f12daf022ea
parent30f6305e0cdcf59b0247b057f04374818d7c76e6 (diff)
parenta390050b4112a1e4a378a1ffba95bd92c49cf75f (diff)
Merge tag 'tpm-master-02052023' of https://source.denx.de/u-boot/custodians/u-boot-tpm
adjust maintainers
-rw-r--r--MAINTAINERS2
-rw-r--r--cmd/tpm_test.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f752132a1fc..706b831571e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1504,7 +1504,9 @@ TPM DRIVERS
M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
S: Maintained
T: git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
+F: cmd/tpm*
F: drivers/tpm/
+F: include/tpm*
TQ GROUP
#M: Martin Krause <martin.krause@tq-systems.de>
diff --git a/cmd/tpm_test.c b/cmd/tpm_test.c
index b35eae81dc3..c4ed8e59012 100644
--- a/cmd/tpm_test.c
+++ b/cmd/tpm_test.c
@@ -471,6 +471,7 @@ static int test_write_limit(struct udevice *dev)
break;
case TPM_MAXNVWRITES:
assert(i >= TPM_MAX_NV_WRITES_NOOWNER);
+ break;
default:
pr_err("\tunexpected error code %d (0x%x)\n",
result, result);