On Thu, 25 Aug, at 11:15:31AM, Ivan Hu wrote: > 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@xxxxxxxxxxxxx> > --- > MAINTAINERS | 7 + > drivers/firmware/efi/Kconfig | 17 + > drivers/firmware/efi/Makefile | 1 + > drivers/firmware/efi/test/Makefile | 1 + > drivers/firmware/efi/test/efi_test.c | 749 +++++++++++++++++++++++++++++++++++ > drivers/firmware/efi/test/efi_test.h | 110 +++++ > 6 files changed, 885 insertions(+) > create mode 100644 drivers/firmware/efi/test/Makefile > create mode 100644 drivers/firmware/efi/test/efi_test.c > create mode 100644 drivers/firmware/efi/test/efi_test.h Thanks Ivan, applied for v4.9. -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html