From: "Luis R. Rodriguez" <mcgrof@kernel.org>
To: Lukas Wunner <lukas@wunner.de>
Cc: Peter Jones <pjones@redhat.com>,
Hans de Goede <hdegoede@redhat.com>,
"Luis R. Rodriguez" <mcgrof@kernel.org>,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Thomas Gleixner <tglx@linutronix.de>,
Kalle Valo <kvalo@codeaurora.org>,
Arend Van Spriel <arend.vanspriel@broadcom.com>,
Ingo Molnar <mingo@redhat.com>, "H . Peter Anvin" <hpa@zytor.com>,
linux-kernel@vger.kernel.org, Dave Olsthoorn <dave@bewaar.me>,
x86@kernel.org, linux-efi@vger.kernel.org,
Will Deacon <will.deacon@arm.com>,
Andy Lutomirski <luto@kernel.org>,
Matt Fleming <matt@codeblueprint.co.uk>,
David Howells <dhowells@redhat.com>,
Mimi Zohar <zohar@linux.vnet.ibm.com>,
Josh Triplett <josh@joshtriplett.org>,
Matthew Garrett <mjg59@srcf.ucam.or>
Subject: Re: [PATCH 2/2] efi: Add embedded peripheral firmware support
Date: Fri, 6 Apr 2018 14:08:32 +0000 [thread overview]
Message-ID: <20180406140832.GF30543@wotan.suse.de> (raw)
In-Reply-To: <20180405054349.GA25653@wunner.de>
On Thu, Apr 05, 2018 at 07:43:49AM +0200, Lukas Wunner wrote:
> On Wed, Apr 04, 2018 at 01:18:36PM -0400, Peter Jones wrote:
> > > On Tue, Apr 03, 2018 at 08:07:11PM +0200, Lukas Wunner wrote:
> > > > * Add the EFI Firmware Volume Protocol to include/linux/efi.h:
> > > > https://www.intel.com/content/dam/doc/reference-guide/efi-firmware-file-volume-specification.pdf
> > > >
> > > > * Amend arch/x86/boot/compressed/eboot.c to read the files with the
> > > > GUIDs you're interested in into memory and pass the files to the
> > > > kernel as setup_data payloads.
> >
> > To be honest, I'm a bit skeptical about the firmware volume approach.
> > Tools like UEFITool[0] and uefi-firmware-parser[1] have existed for
> > years, still don't seem to reliably parse firmware images I see in the
> > wild, and have a fairly regular need for fixes. These are tools
> > maintained by smart people who are making a real effort, and it still
> > looks pretty hard to do a good job that applies across a lot of
> > platforms.
> >
> > So I'd rather use Hans's existing patches, at least for now, and if
> > someone is interested in hacking on making an efi firmware volume parser
> > for the kernel, switch them to that when such a thing is ready.
>
> Hello? As I've written in the above-quoted e-mail the kernel should
> read the files using EFI_FIRMWARE_VOLUME_PROTOCOL.ReadFile().
>
> *Not* by parsing the firmware volume!
>
> Parsing the firmware volume is only necessary to find out the GUIDs
> of the files you're looking for. You only do that *once*.
How do you get the GUIDs for each driver BTW?
Hans, I do believe we should *try* this approach at the very least.
Why not?
Otherwise it would be wise to provide a technical reason for why
we'd choose one custom mechanism which would only serve a few tablets
over a mechanism which could serve more devices.
Luis
next prev parent reply other threads:[~2018-04-06 14:08 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-31 12:19 [PATCH 1/2] efi: Export boot-services code and data as debugfs-blobs Hans de Goede
2018-03-31 12:19 ` [PATCH 2/2] efi: Add embedded peripheral firmware support Hans de Goede
2018-04-01 0:19 ` kbuild test robot
2018-04-01 0:22 ` kbuild test robot
2018-04-02 23:23 ` Luis R. Rodriguez
2018-04-03 8:33 ` Hans de Goede
2018-04-03 18:07 ` Lukas Wunner
2018-04-03 18:58 ` Luis R. Rodriguez
2018-04-04 17:18 ` Peter Jones
2018-04-04 20:25 ` Hans de Goede
2018-04-05 0:28 ` Ard Biesheuvel
2018-04-05 5:43 ` Lukas Wunner
2018-04-06 14:08 ` Luis R. Rodriguez [this message]
2018-04-06 14:14 ` Ard Biesheuvel
2018-04-06 14:28 ` Ard Biesheuvel
2018-04-07 9:51 ` Lukas Wunner
2018-04-07 11:13 ` Hans de Goede
2018-04-06 14:16 ` Peter Jones
2018-04-03 18:47 ` Luis R. Rodriguez
2018-04-05 13:54 ` Hans de Goede
2018-04-03 19:53 ` Peter Jones
2018-04-05 11:51 ` Hans de Goede
2018-03-31 14:10 ` [PATCH 1/2] efi: Export boot-services code and data as debugfs-blobs Greg Kroah-Hartman
2018-03-31 16:57 ` Hans de Goede
2018-04-01 0:12 ` [RFC PATCH] efi: debugfs_blob[] can be static kbuild test robot
2018-04-01 0:12 ` [PATCH 1/2] efi: Export boot-services code and data as debugfs-blobs kbuild test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180406140832.GF30543@wotan.suse.de \
--to=mcgrof@kernel.org \
--cc=ard.biesheuvel@linaro.org \
--cc=arend.vanspriel@broadcom.com \
--cc=dave@bewaar.me \
--cc=dhowells@redhat.com \
--cc=gregkh@linuxfoundation.org \
--cc=hdegoede@redhat.com \
--cc=hpa@zytor.com \
--cc=josh@joshtriplett.org \
--cc=kvalo@codeaurora.org \
--cc=linux-efi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lukas@wunner.de \
--cc=luto@kernel.org \
--cc=matt@codeblueprint.co.uk \
--cc=mingo@redhat.com \
--cc=mjg59@srcf.ucam.or \
--cc=pjones@redhat.com \
--cc=tglx@linutronix.de \
--cc=will.deacon@arm.com \
--cc=x86@kernel.org \
--cc=zohar@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox