All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/9] EFI changes for v4.19 (#2)
@ 2018-07-20  1:47 Ard Biesheuvel
  2018-07-20  1:47 ` [PATCH 1/9] efi/x86: prevent reentrant firmware calls in mixed mode Ard Biesheuvel
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Ard Biesheuvel @ 2018-07-20  1:47 UTC (permalink / raw)
  To: linux-efi, Ingo Molnar, Thomas Gleixner
  Cc: Ard Biesheuvel, linux-kernel, Andy Shevchenko, Hans de Goede,
	Lukas Wunner

The following changes since commit 61f0d55569463a1af897117ff47d202b0ccb2e24:

  efi/esrt: Only call efi_mem_reserve() for boot services memory (2018-07-17 09:15:05 +0200)

are available in the Git repository at:

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

for you to fetch changes up to ea6854bfead2a7ac7e44274a5dbc69a567cf3e73:

  efivars: Call guid_parse() against guid_t type of variable (2018-07-18 07:17:20 +0800)

----------------------------------------------------------------
EFI changes for v4.19, batch #2:
- Make mixed mode UEFI runtime service invocations mutually exclusive, as
  mandated by the UEFI spec (Ard)
- GUID cleanups by Andy
- More stub code deduplication and cleanup (Lukas, Ard)

----------------------------------------------------------------
Andy Shevchenko (2):
      efi/cper: Use consistent types for UUIDs
      efivars: Call guid_parse() against guid_t type of variable

Ard Biesheuvel (6):
      efi/x86: prevent reentrant firmware calls in mixed mode
      efi/x86: merge setup_efi_pci32 and setup_efi_pci64 routines
      efi/x86: align efi_uga_draw_protocol typedef names to convention
      efi/x86: merge 32-bit and 64-bit UGA draw protocol setup routines
      efi/x86: add missing NULL initialization in UGA draw protocol discovery
      efi/x86: replace references to efi_early->is64 with efi_is_64bit()

Lukas Wunner (1):
      efi: Deduplicate efi_open_volume()

 arch/arm/include/asm/efi.h                     |   3 +
 arch/arm64/include/asm/efi.h                   |   3 +
 arch/x86/boot/compressed/eboot.c               | 316 ++++++-------------------
 arch/x86/boot/compressed/eboot.h               |  12 +-
 arch/x86/platform/efi/efi_64.c                 | 101 +++++++-
 drivers/firmware/efi/cper.c                    |   2 +-
 drivers/firmware/efi/libstub/arm-stub.c        |  25 --
 drivers/firmware/efi/libstub/efi-stub-helper.c |  31 ++-
 drivers/firmware/efi/libstub/efistub.h         |   3 -
 fs/efivarfs/inode.c                            |   4 +-
 include/linux/efi.h                            |  10 +
 11 files changed, 219 insertions(+), 291 deletions(-)

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

end of thread, other threads:[~2018-07-22 15:24 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-20  1:47 [GIT PULL 0/9] EFI changes for v4.19 (#2) Ard Biesheuvel
2018-07-20  1:47 ` [PATCH 1/9] efi/x86: prevent reentrant firmware calls in mixed mode Ard Biesheuvel
2018-07-22 15:19   ` [tip:efi/core] efi/x86: Prevent " tip-bot for Ard Biesheuvel
2018-07-20  1:47 ` [PATCH 2/9] efi/x86: merge setup_efi_pci32 and setup_efi_pci64 routines Ard Biesheuvel
2018-07-22 15:20   ` [tip:efi/core] efi/x86: Merge the setup_efi_pci32() and setup_efi_pci64() routines tip-bot for Ard Biesheuvel
2018-07-20  1:47 ` [PATCH 3/9] efi/x86: align efi_uga_draw_protocol typedef names to convention Ard Biesheuvel
2018-07-22 15:20   ` [tip:efi/core] efi/x86: Align " tip-bot for Ard Biesheuvel
2018-07-20  1:47 ` [PATCH 4/9] efi/x86: merge 32-bit and 64-bit UGA draw protocol setup routines Ard Biesheuvel
2018-07-22 15:21   ` [tip:efi/core] efi/x86: Merge " tip-bot for Ard Biesheuvel
2018-07-20  1:47 ` [PATCH 5/9] efi/x86: add missing NULL initialization in UGA draw protocol discovery Ard Biesheuvel
2018-07-22 15:21   ` [tip:efi/core] efi/x86: Add " tip-bot for Ard Biesheuvel
2018-07-20  1:47 ` [PATCH 6/9] efi: Deduplicate efi_open_volume() Ard Biesheuvel
2018-07-22 15:22   ` [tip:efi/core] " tip-bot for Lukas Wunner
2018-07-20  1:47 ` [PATCH 7/9] efi/x86: replace references to efi_early->is64 with efi_is_64bit() Ard Biesheuvel
2018-07-22 15:22   ` [tip:efi/core] efi/x86: Replace " tip-bot for Ard Biesheuvel
2018-07-20  1:47 ` [PATCH 8/9] efi/cper: Use consistent types for UUIDs Ard Biesheuvel
2018-07-22 15:23   ` [tip:efi/core] " tip-bot for Andy Shevchenko
2018-07-20  1:47 ` [PATCH 9/9] efivars: Call guid_parse() against guid_t type of variable Ard Biesheuvel
2018-07-22 15:23   ` [tip:efi/core] " tip-bot for Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.