aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorIvan Hu <ivan.hu@canonical.com>2016-08-24 23:15:31 -0400
committerMatt Fleming <matt@codeblueprint.co.uk>2016-09-09 11:08:53 -0400
commitff6301dabc3ca20ab8f50f8d0252ac05da610d89 (patch)
tree69e1ff9e859da896eb38de14dbe7e69181cd30a2 /MAINTAINERS
parent3dad6f7f6975387f53f1a772f29f54335563d93d (diff)
efi: Add efi_test driver for exporting UEFI runtime service interfaces
This driver is used by the Firmware Test Suite (FWTS) for testing the UEFI runtime interfaces readiness of the firmware. This driver exports UEFI runtime service interfaces into userspace, which allows to use and test UEFI runtime services provided by the firmware. This driver uses the efi.<service> function pointers directly instead of going through the efivar API to allow for direct testing of the UEFI runtime service interfaces provided by the firmware. Details for FWTS are available from, <https://wiki.ubuntu.com/FirmwareTestSuite> Signed-off-by: Ivan Hu <ivan.hu@canonical.com> Cc: joeyli <jlee@suse.com> Cc: Ricardo Neri <ricardo.neri-calderon@linux.intel.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index db814a89599c..007d05acbb5f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4583,6 +4583,13 @@ M: Peter Jones <pjones@redhat.com>
4583S: Maintained 4583S: Maintained
4584F: drivers/video/fbdev/efifb.c 4584F: drivers/video/fbdev/efifb.c
4585 4585
4586EFI TEST DRIVER
4587L: linux-efi@vger.kernel.org
4588M: Ivan Hu <ivan.hu@canonical.com>
4589M: Matt Fleming <matt@codeblueprint.co.uk>
4590S: Maintained
4591F: drivers/firmware/efi/test/
4592
4586EFS FILESYSTEM 4593EFS FILESYSTEM
4587W: http://aeschi.ch.eu.org/efs/ 4594W: http://aeschi.ch.eu.org/efs/
4588S: Orphan 4595S: Orphan