linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] efi: add support for non-standard capsule headers
@ 2017-04-19 18:32 Jan Kiszka
  2017-04-19 18:33 ` [PATCH v2 2/3] efi/capsule-loader: Use page addresses rather than struct page pointers Jan Kiszka
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Jan Kiszka @ 2017-04-19 18:32 UTC (permalink / raw)
  To: Matt Fleming, Ard Biesheuvel
  Cc: linux-efi-u79uwXL29TY76Z2rM5mHXA, Linux Kernel Mailing List,
	Andy Shevchenko, Bryan O'Donoghue, Hock Leong Kweh,
	Borislav Petkov, Sascha Weisenberger

This picks up the patches Ard send before in [1], including the
"left-over" patches 6..8.

As Ard suggested, I've taken updated patches 6 and 7 of him from [2]
which address reviewer comments. Furthermore, I've changed patch 8 to
factor out the Quark quirk logic from the overloaded
efi_capsule_setup_info as requested by Matt and also applied Andy's
suggestion to have a quirk dispatcher table with callbacks.

Tested successfully on the IOT2040 - still without a working Galileo
board.

Jan

[1] http://www.spinics.net/lists/linux-efi/msg11194.html
[2] https://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git/log/?h=quark-capsule

Cc: Matt Fleming <matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>

Ard Biesheuvel (2):
  efi/capsule-loader: Redirect calls to efi_capsule_setup_info via weak
    alias
  efi/capsule-loader: Use page addresses rather than struct page
    pointers

Jan Kiszka (1):
  efi/capsule: Add support for Quark security header

 arch/x86/platform/efi/quirks.c        | 137 ++++++++++++++++++++++++++++++++++
 drivers/firmware/efi/Kconfig          |   9 +++
 drivers/firmware/efi/capsule-loader.c |  66 ++++++++--------
 drivers/firmware/efi/capsule.c        |   7 +-
 include/linux/efi.h                   |  14 +++-
 5 files changed, 197 insertions(+), 36 deletions(-)

-- 
2.12.0

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-05-18 10:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-19 18:32 [PATCH v2 0/3] efi: add support for non-standard capsule headers Jan Kiszka
2017-04-19 18:33 ` [PATCH v2 2/3] efi/capsule-loader: Use page addresses rather than struct page pointers Jan Kiszka
2017-04-20  9:48 ` [PATCH v2 0/3] efi: add support for non-standard capsule headers Bryan O'Donoghue
     [not found] ` <cover.1492626781.git.jan.kiszka-kv7WeFo6aLtBDgjK7y7TUQ@public.gmane.org>
2017-04-19 18:33   ` [PATCH v2 1/3] efi/capsule-loader: Redirect calls to efi_capsule_setup_info via weak alias Jan Kiszka
2017-04-19 18:33   ` [PATCH v2 3/3] efi/capsule: Add support for Quark security header Jan Kiszka
     [not found]     ` <b6057daf8bb105b5cac7203b2aa234e093f93250.1492626781.git.jan.kiszka-kv7WeFo6aLtBDgjK7y7TUQ@public.gmane.org>
2017-04-19 21:17       ` Andy Shevchenko
2017-04-20 15:27   ` [PATCH v2 0/3] efi: add support for non-standard capsule headers Bryan O'Donoghue
2017-04-25 15:00   ` Matt Fleming
     [not found]     ` <20170425150005.GR24360-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
2017-04-25 15:01       ` Ard Biesheuvel
2017-04-25 15:07         ` Bryan O'Donoghue
     [not found]           ` <3fe85a2e-c846-5545-7896-c838bec6f251-SyKdqv6vbfZdzvEItQ6vdLNAH6kLmebB@public.gmane.org>
2017-04-25 15:08             ` Ard Biesheuvel
     [not found]               ` <CAKv+Gu_WXagYAUoWbgwCNnPBynOHMg81HQ=hfyb_X+YarynUxg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-04-27 12:46                 ` Bryan O'Donoghue
     [not found]                   ` <d3885f56-8c36-9b94-b653-c14536022129-SyKdqv6vbfZdzvEItQ6vdLNAH6kLmebB@public.gmane.org>
2017-04-27 12:42                     ` Ard Biesheuvel
     [not found]                       ` <CAKv+Gu8N0tQtg_5kpFYWrNWbH_pYm_DBXG3rXR-_EDPkC6kwyA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-18 10:31                         ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).