Change Log v4->v5: - 0001 patch: No change. - 0002 patch: Fix up all "line over 80 characters" warnings reported by checkpatch.pl tool. 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/arm-init.c | 4 +- drivers/firmware/efi/capsule-pstore.c | 698 ++++++++++++++++++++++++++++++++++ drivers/firmware/efi/efi.c | 1 + include/linux/efi.h | 1 + 7 files changed, 726 insertions(+), 1 deletion(-) 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