Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1488196 > unrolled thread
| Started by | Ard Biesheuvel <ard.biesheuvel@linaro.org> |
|---|---|
| First post | 2016-09-21 17:40 +0200 |
| Last post | 2016-09-21 17:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/2] MAINTAINERS: add ARM and arm64 EFI specific files to EFI subsystem Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2016-09-21 17:40 +0200
Re: [PATCH 2/2] MAINTAINERS: add ARM and arm64 EFI specific files to EFI subsystem Will Deacon <will.deacon@arm.com> - 2016-09-21 17:50 +0200
| From | Ard Biesheuvel <ard.biesheuvel@linaro.org> |
|---|---|
| Date | 2016-09-21 17:40 +0200 |
| Subject | [PATCH 2/2] MAINTAINERS: add ARM and arm64 EFI specific files to EFI subsystem |
| Message-ID | <sjRMR-2jj-9@gated-at.bofh.it> |
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. Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will.deacon@arm.com> Cc: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> --- MAINTAINERS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 224518556a84..cc8b36699f94 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4562,12 +4562,14 @@ L: linux-efi@vger.kernel.org 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 <matthew.garrett@nebula.com> -- 2.7.4
[toc] | [next] | [standalone]
| From | Will Deacon <will.deacon@arm.com> |
|---|---|
| Date | 2016-09-21 17:50 +0200 |
| Subject | Re: [PATCH 2/2] MAINTAINERS: add ARM and arm64 EFI specific files to EFI subsystem |
| Message-ID | <sjRWD-2mP-25@gated-at.bofh.it> |
| In reply to | #1488196 |
On Wed, Sep 21, 2016 at 04:35:14PM +0100, Ard Biesheuvel wrote: > 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. > > Cc: Catalin Marinas <catalin.marinas@arm.com> > Cc: Will Deacon <will.deacon@arm.com> > Cc: Russell King <rmk+kernel@armlinux.org.uk> > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> > --- > MAINTAINERS | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 224518556a84..cc8b36699f94 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4562,12 +4562,14 @@ L: linux-efi@vger.kernel.org > 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 For the arm64 bit, Acked-by: Will Deacon <will.deacon@arm.com> Thanks, Will
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web