On 1 March 2017 at 17:59, Qiuxu Zhuo <qiuxu.zhuo@xxxxxxxxx> wrote: > *** BLURB HERE *** > FYI the UEFI spec is vague about the exact format of the per-GUID capsule configuration table entries, and so we have asked the USWG for clarification. In the mean time, I'd like to refrain from merging anything based on it, so unfortunately, we are going to have to park this for now. Regards, Ard. > 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