MAINTAINERS: Add ARM and arm64 EFI specific files to EFI subsystem
authorArd Biesheuvel <[email protected]>
Sat, 12 Nov 2016 21:32:30 +0000 (21:32 +0000)
committerIngo Molnar <[email protected]>
Sun, 13 Nov 2016 07:23:14 +0000 (08:23 +0100)
Since I will be co-maintaining the EFI subsystem, it makes sense to
mention the ARM and arm64 EFI bits in the EFI section in MAINTAINERS
so that Matt, the list and I get cc'ed on proposed changes.

Signed-off-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Matt Fleming <[email protected]>
Acked-by: Will Deacon <[email protected]>
Acked-by: Russell King <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: M: Matthew Garrett <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
MAINTAINERS

index 851b89b9edcb5e99e84270e67510e10a19418b21..afaf24f95f46a6987f39caaadc90e3bf9e46ec06 100644 (file)
@@ -4631,12 +4631,14 @@ L:      [email protected]
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
 S:     Maintained
 F:     Documentation/efi-stub.txt
-F:     arch/ia64/kernel/efi.c
+F:     arch/*/kernel/efi.c
 F:     arch/x86/boot/compressed/eboot.[ch]
-F:     arch/x86/include/asm/efi.h
+F:     arch/*/include/asm/efi.h
 F:     arch/x86/platform/efi/
 F:     drivers/firmware/efi/
 F:     include/linux/efi*.h
+F:     arch/arm/boot/compressed/efi-header.S
+F:     arch/arm64/kernel/efi-entry.S
 
 EFI VARIABLE FILESYSTEM
 M:     Matthew Garrett <[email protected]>