From 3ac1a2b124e482d11f6a75d600d2facbe7d157f5 Mon Sep 17 00:00:00 2001 From: Nicholas Sudsgaard Date: Fri, 10 Oct 2025 09:09:53 +0900 Subject: [PATCH] MAINTAINERS: Drop non-existant TPM files from VBOOT The TPM related files were moved into src/security/tpm in commit 64e2d1908263 ("security/tpm: Move tpm TSS and TSPI layer to security section"), then further work was done on the coreboot TPM stack which makes it difficult to find the equivalent area of code which these files correspond to. Therefore, we will drop these files for now and leave it up to the maintainers of VBOOT to re-add any TPM related files (if they want to) in a future change. Change-Id: Ief7cfb81efc4c3daadc4b73af21bfdf0224b9005 Signed-off-by: Nicholas Sudsgaard Reviewed-on: https://review.coreboot.org/c/coreboot/+/89509 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Angel Pons --- MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ff6e32b626..7ad94bd567 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1132,8 +1132,6 @@ M: Yu-Ping Wu S: Supported F: 3rdparty/vboot/ F: src/security/vboot/ -F: src/include/tpm.h -F: src/include/tpm_lite/ RESOURCE ALLOCATOR F: src/device/*