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>
This commit is contained in:
parent
f2be7d6056
commit
763db46ccd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue