[PATCH 0/2] Add Firmware Test Suite (fwts) EFI driver for Yakkety

Colin King colin.king at canonical.com
Fri Sep 9 15:43:27 UTC 2016


From: Colin Ian King <colin.king at canonical.com>

The Firmware Test Suite EFI driver has recently landed in the EFI next
branch and is ready to land in Linux 4.9.  It would be useful to land
this in the Yakkety 4.8 kernel to support fwts without the need for DKMS.

Currently the EFI driver is found in:
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git branch next
commit: f8c1a021147e8d3a6ca5c3d86de44956a6b03168
  efi: Add efi_test driver for exporting UEFI runtime service interfaces 

I have built this driver against the 4.8 unstable tree and successfully
tested this with today's fwts V16.09.00 release.

Colin Ian King (1):
  UBUNTU SAUCE: enable fwts test module, set CONFIG_EFI_TEST=m

Ivan Hu (1):
  efi: Add efi_test driver for exporting UEFI runtime service interfaces

 MAINTAINERS                               |   7 +
 debian.master/config/config.common.ubuntu |   1 +
 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 +++++
 7 files changed, 886 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

-- 
2.7.4





More information about the kernel-team mailing list