linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matt Fleming <matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
To: Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	"H. Peter Anvin" <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>,
	Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
Cc: linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [GIT PULL] EFI changes for v4.2
Date: Sun, 31 May 2015 17:25:59 +0100	[thread overview]
Message-ID: <20150531162559.GA6826@codeblueprint.co.uk> (raw)

Hi folks,

Please pull the following new material for v4.2. The most interesting
change is support for the EFI System Resource Table contributed by Peter
Jones. ESRT is new in the UEFI 2.5 specification (released April 2015)
and is used by Fedora's fwupdate tool when performing firmware updates.

The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next

for you to fetch changes up to c208358c2cc832eeb5b341a465eee30be19cd5a0:

  efi: Add 'systab' information to Documentation/ABI (2015-05-27 15:40:20 +0100)

----------------------------------------------------------------
 * Use idiomatic negative error values in efivar_create_sysfs_entry()
   instead of returning '1' to indicate error - Dan Carpenter

 * New support to expose the EFI System Resource Tables in sysfs, which
   provides information for performing firmware updates - Peter Jones

 * Documentation cleanup in the EFI handover protocol section which
   falsely claimed that 'cmdline_size' needed to be filled out by the
   boot loader - Alex Smith

 * Align the order of SMBIOS tables in /sys/firmware/efi/systab to match
   the way that we do things for ACPI and add documentation to
   Documentation/ABI - Jean Delvare

----------------------------------------------------------------
Alex Smith (1):
      x86, doc: Remove cmdline_size from list of fields to be filled in for EFI handover

Dan Carpenter (1):
      efi: efivar_create_sysfs_entry() should return negative error codes

Jean Delvare (1):
      efi: dmi: List SMBIOS3 table before SMBIOS table

Matt Fleming (1):
      efi: Add 'systab' information to Documentation/ABI

Peter Jones (2):
      efi: Add esrt support
      efi/esrt: Fix some compiler warnings

 Documentation/ABI/testing/sysfs-firmware-efi      |  10 +
 Documentation/ABI/testing/sysfs-firmware-efi-esrt |  81 ++++
 Documentation/x86/boot.txt                        |   1 -
 arch/x86/platform/efi/efi.c                       |   2 +
 drivers/firmware/efi/Makefile                     |   2 +-
 drivers/firmware/efi/efi.c                        |  91 ++++-
 drivers/firmware/efi/efivars.c                    |  11 +-
 drivers/firmware/efi/esrt.c                       | 471 ++++++++++++++++++++++
 include/linux/efi.h                               |   8 +
 9 files changed, 667 insertions(+), 10 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-firmware-efi-esrt
 create mode 100644 drivers/firmware/efi/esrt.c

-- 
Matt Fleming, Intel Open Source Technology Center

             reply	other threads:[~2015-05-31 16:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-31 16:25 Matt Fleming [this message]
2015-06-02  6:45 ` [GIT PULL] EFI changes for v4.2 Ingo Molnar
     [not found]   ` <20150602064557.GB31128-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-06-02 13:24     ` Matt Fleming
2015-06-02 13:59   ` Peter Jones
     [not found]     ` <20150602135944.GB29523-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-06-03  6:22       ` Ingo Molnar

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=20150531162559.GA6826@codeblueprint.co.uk \
    --to=matt-mf/unelci9gs6ibeejttw/xrex20p6io@public.gmane.org \
    --cc=hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org \
    --cc=linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
    /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;
as well as URLs for NNTP newsgroup(s).