Merge tag 'tpm-master-02052023' of https://source.denx.de/u-boot/custodians/u-boot-tpm
adjust maintainers
This commit is contained in:
@@ -1504,7 +1504,9 @@ TPM DRIVERS
|
|||||||
M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
|
M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
|
||||||
S: Maintained
|
S: Maintained
|
||||||
T: git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
|
T: git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
|
||||||
|
F: cmd/tpm*
|
||||||
F: drivers/tpm/
|
F: drivers/tpm/
|
||||||
|
F: include/tpm*
|
||||||
|
|
||||||
TQ GROUP
|
TQ GROUP
|
||||||
#M: Martin Krause <martin.krause@tq-systems.de>
|
#M: Martin Krause <martin.krause@tq-systems.de>
|
||||||
|
@@ -471,6 +471,7 @@ static int test_write_limit(struct udevice *dev)
|
|||||||
break;
|
break;
|
||||||
case TPM_MAXNVWRITES:
|
case TPM_MAXNVWRITES:
|
||||||
assert(i >= TPM_MAX_NV_WRITES_NOOWNER);
|
assert(i >= TPM_MAX_NV_WRITES_NOOWNER);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
pr_err("\tunexpected error code %d (0x%x)\n",
|
pr_err("\tunexpected error code %d (0x%x)\n",
|
||||||
result, result);
|
result, result);
|
||||||
|
Reference in New Issue
Block a user