Change Log v2->v3: - Get rid of 'capsule' in efi structure, and add 'nr_config_table' in efi structure for iterating over configuration table array. - Move efi_capsule_lookup() from capsule.c to capsule-pstore.c, and extract capsule with any GUID by iterating over the configuration table array. - Add PMSG support. - Reduce debug/info message. - Include a file header comment for new file capsuel-pstore.c. - Some bug fix and code cleanup. Qiuxu Zhuo (2): efi: Add 'nr_config_table' variable in efi structure eif/capsule-pstore: Add capsule pstore backend arch/x86/platform/efi/efi.c | 1 + drivers/firmware/efi/Kconfig | 21 ++ drivers/firmware/efi/Makefile | 1 + drivers/firmware/efi/capsule-pstore.c | 667 ++++++++++++++++++++++++++++++++++ drivers/firmware/efi/efi.c | 1 + include/linux/efi.h | 1 + 6 files changed, 692 insertions(+) create mode 100644 drivers/firmware/efi/capsule-pstore.c -- 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