linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Enable user helper interface for efi capsule update
@ 2014-11-03  3:07 Kweh Hock Leong
  2014-11-03  3:07 ` [PATCH v2 1/3] firmware loader: Introduce new API - request_firmware_abort() Kweh Hock Leong
                   ` (3 more replies)
  0 siblings, 4 replies; 38+ messages in thread
From: Kweh Hock Leong @ 2014-11-03  3:07 UTC (permalink / raw)
  To: Matt Fleming, Ming Lei, Sam Protsenko
  Cc: Greg Kroah-Hartman, LKML, linux-efi, Ong Boon Leong, Kweh Hock Leong

From: "Kweh, Hock Leong" <hock.leong.kweh@intel.com>

Hi Guys,

This patchset is created on top of "efi: Capsule update support" patch:
http://permalink.gmane.org/gmane.linux.kernel.efi/4837

It leverages the request_firmware_nowait() to expose the user helper interface for user to upload the capsule binary and calling the
efi_capsule_update() API to pass the binary to EFI firmware.

Besides build in kernel, the design also cater for build as kernel driver module. This patchset introduce a new API (request_firmware_abort()) at firmware_class so that the driver module could be unloaded by calling the API to properly stop user helper interface and release the device.

Thanks.

---
changelog v2:
[PATCH 1/3]
* use fw_lookup_buf() instead of __fw_lookup_buf() function call
* move the fw_lookup_buf() function out of the CONFIG_PM_SLEEP block

[PATCH 2/3]
* no change

[PATCH 3/3]
* no change


Kweh, Hock Leong (3):
  firmware loader: Introduce new API - request_firmware_abort()
  firmware loader: fix hung task warning dump
  efi: Capsule update with user helper interface

 drivers/base/firmware_class.c                  |   56 ++++--
 drivers/firmware/efi/Kconfig                   |   13 ++
 drivers/firmware/efi/Makefile                  |    1 +
 drivers/firmware/efi/efi-capsule-user-helper.c |  246 ++++++++++++++++++++++++
 include/linux/firmware.h                       |    4 +
 5 files changed, 306 insertions(+), 14 deletions(-)
 create mode 100644 drivers/firmware/efi/efi-capsule-user-helper.c

-- 
1.7.9.5


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

end of thread, other threads:[~2015-02-27 11:35 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-03  3:07 [PATCH v2 0/3] Enable user helper interface for efi capsule update Kweh Hock Leong
2014-11-03  3:07 ` [PATCH v2 1/3] firmware loader: Introduce new API - request_firmware_abort() Kweh Hock Leong
2014-11-03 10:15   ` Henrique de Moraes Holschuh
2014-11-03 12:07     ` Matt Fleming
2014-11-08 19:06   ` Greg Kroah-Hartman
2014-11-13  2:51     ` Kweh, Hock Leong
2014-11-17 15:12       ` Matt Fleming
2014-11-18  6:31         ` Kweh, Hock Leong
2014-11-19  2:05           ` Greg Kroah-Hartman
2014-11-03  3:07 ` [PATCH v2 2/3] firmware loader: fix hung task warning dump Kweh Hock Leong
2014-11-08 19:07   ` Greg Kroah-Hartman
2014-11-03  3:07 ` [PATCH v2 3/3] efi: Capsule update with user helper interface Kweh Hock Leong
2014-11-04  4:32   ` Greg Kroah-Hartman
2014-11-04  5:20     ` Andy Lutomirski
2014-11-04  6:04       ` Kweh, Hock Leong
2014-11-04  6:32         ` Andy Lutomirski
2014-11-04  8:03           ` Kweh, Hock Leong
2014-11-04 14:18           ` Matt Fleming
2014-11-04 14:57             ` Andy Lutomirski
2014-11-04 15:40               ` Greg KH
2014-11-04 16:35                 ` Andy Lutomirski
2014-11-06 12:53                   ` Kweh, Hock Leong
2014-11-06 16:52                     ` Andy Lutomirski
2014-11-10  8:31                       ` Kweh, Hock Leong
2014-11-10 19:31                         ` Andy Lutomirski
2014-11-08 13:05                   ` Matt Fleming
2014-11-08 15:54                     ` Andy Lutomirski
2015-02-27  5:06   ` Roy Franz
2015-02-27 11:35     ` Kweh, Hock Leong
2014-11-03 19:33 ` [PATCH v2 0/3] Enable user helper interface for efi capsule update Andy Lutomirski
2014-11-03 21:27   ` Greg Kroah-Hartman
2014-11-03 21:32     ` Andy Lutomirski
2014-11-03 23:02       ` Greg Kroah-Hartman
2014-11-03 23:08         ` Andy Lutomirski
2014-11-04  0:38           ` Greg Kroah-Hartman
2014-11-04  1:14             ` Andy Lutomirski
2014-11-04 14:07             ` Matt Fleming
2014-11-05  9:52               ` Kweh, Hock Leong

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).