linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	James Morse <james.morse@arm.com>,
	linux-efi@vger.kernel.org, Thomas Gleixner <tglx@linutronix.de>,
	Borislav Petkov <bp@alien8.de>
Subject: [GIT PULL] EFI changes for v5.4
Date: Mon, 16 Sep 2019 13:35:49 +0200	[thread overview]
Message-ID: <20190916113549.GA76922@gmail.com> (raw)

Linus,

Please pull the latest efi-core-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-core-for-linus

   # HEAD: d3dc0168e93233ba4d4ed9a2c506c9d2b8d8cd33 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core

The changes in this cycle were:

 - Refactoring of the EFI config table handling across architectures.
 - Add support for the Dell EMC OEM config table.
 - Include AER diagnostic output to CPER handling of fatal PCIe errors.

 Thanks,

	Ingo

------------------>
Ard Biesheuvel (3):
      efi: x86: move efi_is_table_address() into arch/x86
      efi/x86: move UV_SYSTAB handling into arch/x86
      efi: ia64: move SAL systab handling out of generic EFI code

Narendra K (1):
      efi: Export Runtime Configuration Interface table to sysfs

Xiaofei Tan (1):
      efi: cper: print AER info of PCIe fatal error


 Documentation/ABI/testing/sysfs-firmware-efi |   8 ++
 arch/ia64/include/asm/sal.h                  |   1 +
 arch/ia64/include/asm/sn/sn_sal.h            |   2 +-
 arch/ia64/kernel/efi.c                       |   3 +
 arch/ia64/kernel/setup.c                     |   2 +-
 arch/x86/include/asm/efi.h                   |   5 +
 arch/x86/include/asm/uv/uv.h                 |   4 +-
 arch/x86/mm/ioremap.c                        |   1 +
 arch/x86/platform/efi/efi.c                  |  39 ++++++-
 arch/x86/platform/uv/bios_uv.c               |  10 +-
 drivers/firmware/efi/Kconfig                 |  13 +++
 drivers/firmware/efi/Makefile                |   1 +
 drivers/firmware/efi/cper.c                  |  15 +++
 drivers/firmware/efi/efi.c                   |  39 +------
 drivers/firmware/efi/rci2-table.c            | 147 +++++++++++++++++++++++++++
 include/linux/efi.h                          |  14 +--
 16 files changed, 251 insertions(+), 53 deletions(-)
 create mode 100644 drivers/firmware/efi/rci2-table.c

             reply	other threads:[~2019-09-16 11:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-16 11:35 Ingo Molnar [this message]
2019-09-17  1:00 ` [GIT PULL] EFI changes for v5.4 pr-tracker-bot

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=20190916113549.GA76922@gmail.com \
    --to=mingo@kernel.org \
    --cc=ard.biesheuvel@linaro.org \
    --cc=bp@alien8.de \
    --cc=james.morse@arm.com \
    --cc=linux-efi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.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).