diff options
author | Philipp Deppenwiese <zaolin@das-labor.org> | 2016-06-22 19:01:47 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-07-07 17:04:29 +0200 |
commit | 6507e6f056a38040fe6cb9bc455cbb224f02c981 (patch) | |
tree | 4a4840fc194d136c0a9cf08d3edd46cc5acefb45 | |
parent | 7124882aeb45ed863c12dcd9cea2f3ab033b2ee4 (diff) |
MAINTAINERS: Add myself as tpm support maintainer.
The tpm software stack, drivers and trustedboot
needs to be maintained.
Change-Id: I7b9ff9c4d7504c861de98ef3d8fcda53b20657c4
Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org>
Reviewed-on: https://review.coreboot.org/15312
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
Tested-by: build bot (Jenkins)
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 69dcb985f1..6e51ff827a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -461,6 +461,13 @@ VERIFIED BOOT 2 M: Aaron Durbin <adurbin@chromium.org> F: src/vendorcode/google/chromeos/vboot2/ +TPM SUPPORT +M: Philipp Deppenwiese <zaolin.daisuki@gmail.com> +F: src/drivers/*/tpm/ +F: src/security/tpm12/ +F: src/security/tpm20/ +F: util/tss-generator/ + MISSING: TIMERS / DELAYS MISSING: TIMESTAMPS |