Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1328871
| From | Matt Fleming <matt@console-pimps.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v11 1/1] efi: a misc char interface for user to update efi firmware |
| Date | 2016-02-08 11:00 +0100 |
| Message-ID | <qZQLV-3tN-21@gated-at.bofh.it> (permalink) |
| References | <qW90K-5NS-5@gated-at.bofh.it> <qW90K-5NS-3@gated-at.bofh.it> <qZMRY-IU-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, 07 Feb, at 09:43:31PM, Greg KH wrote: > On Fri, Jan 29, 2016 at 12:39:54PM +0800, Kweh, Hock Leong wrote: > > From: "Kweh, Hock Leong" <hock.leong.kweh@intel.com> > > > > Introducing a kernel module to expose capsule loader interface > > (misc char device file note) for users to upload capsule binaries. > > > > Example: > > cat firmware.bin > /dev/efi_capsule_loader > > > > This patch also export efi_capsule_supported() function symbol for > > verifying the submitted capsule header in this kernel module. > > > > Cc: Matt Fleming <matt@codeblueprint.co.uk> > > Signed-off-by: Kweh, Hock Leong <hock.leong.kweh@intel.com> > > --- > > drivers/firmware/efi/Kconfig | 9 + > > drivers/firmware/efi/Makefile | 1 + > > drivers/firmware/efi/capsule-loader.c | 334 +++++++++++++++++++++++++++++++++ > > drivers/firmware/efi/capsule.c | 1 + > > 4 files changed, 345 insertions(+) > > create mode 100644 drivers/firmware/efi/capsule-loader.c > > I need an ack from the efi maintainer, or at least someone else > reviewing / testing this, before I can accept it. Thanks Greg, but this should probably go through the EFI tree since there are prerequisite core EFI capsule patches for this driver. If you're happy with the code though, an ACK would be much appreciated.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v11 1/1] efi: a misc char interface for user to update efi firmware "Kweh, Hock Leong" <hock.leong.kweh@intel.com> - 2016-01-29 05:40 +0100
Re: [PATCH v11 1/1] efi: a misc char interface for user to update efi firmware Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-02-08 06:50 +0100
Re: [PATCH v11 1/1] efi: a misc char interface for user to update efi firmware Matt Fleming <matt@console-pimps.org> - 2016-02-08 11:00 +0100
Re: [PATCH v11 1/1] efi: a misc char interface for user to update efi firmware Matt Fleming <matt@console-pimps.org> - 2016-02-08 16:20 +0100
csiph-web