*** BLURB HERE *** Qiuxu Zhuo (2): efi/capsule: Add 'capsule' lookup support efi: capsule pstore backend drivers/firmware/efi/Kconfig | 21 ++ drivers/firmware/efi/Makefile | 1 + drivers/firmware/efi/capsule-pstore.c | 527 ++++++++++++++++++++++++++++++++++ drivers/firmware/efi/capsule.c | 107 +++++++ drivers/firmware/efi/efi.c | 4 + include/linux/efi.h | 4 + 6 files changed, 664 insertions(+) create mode 100644 drivers/firmware/efi/capsule-pstore.c -- Change Log (v1->v2): - Use memremap() instead of ioremap() for firmware tables - Remove "default n" in Kconfig file - Move check_capsule_support() up a bit - Update SoB chain -- 2.9.0.GIT -- 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