diff options
author | Julius Werner <jwerner@chromium.org> | 2021-07-30 16:30:14 -0700 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2021-08-04 19:46:18 +0000 |
commit | 763db46ccd09425ac7b775c8288a59e6ed981ff3 (patch) | |
tree | e5c6705f7085f2053ba858fe381f3f4f7b895620 | |
parent | f2be7d6056631638b6965dec6376c4f75e4d7a86 (diff) |
MAINTAINERS: Update vboot maintainers
Add current maintainers for vboot-related code, and combine the vboot
and vboot2 sections which are not really separate anymore. What's left
in vendorcode/google/chromeos isn't really related to vboot anymore
since the vboot code was moved under src/security, so take it out of
there.
Signed-off-by: Julius Werner <jwerner@chromium.org>
Change-Id: I59a2df9c1580291a6d29537868aab0e1b339a2ce
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56728
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 02fe5fee93..513682216b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -790,8 +790,11 @@ BINARY OBJECTS F: 3rdparty/blobs/ VERIFIED BOOT +M: Julius Werner <jwerner@chromium.org> +M: Yu-Ping Wu <yupingso@google.com> +S: Supported F: 3rdparty/vboot/ -F: src/vendorcode/google/chromeos/ +F: src/security/vboot/ F: src/include/tpm.h F: src/include/tpm_lite/ @@ -823,9 +826,6 @@ F: src/console/ F: src/include/console/ F: src/drivers/uart/ -VERIFIED BOOT 2 -F: src/security/vboot/ - TPM SUPPORT M: Christian Walter <christian.walter@9elements.com> S: Supported |