linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] EFI changes for arm64
@ 2014-04-30 20:03 Matt Fleming
       [not found] ` <20140430200332.GO26088-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Matt Fleming @ 2014-04-30 20:03 UTC (permalink / raw)
  To: H. Peter Anvin, Ingo Molnar
  Cc: Leif Lindholm, linux-efi-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Catalin Marinas

Hi folks,

I pulled the arm64 EFI changes into the following topic branch. Catalin
was happy for this to go through tip, which definitely makes things
easier for the next merge window because of the dependency these patches
have on tip/x86/efi.

The following changes since commit e33655a386ed3b26ad36fb97a47ebb1c2ca1e928:

  efivars: Add compatibility code for compat tasks (2014-04-17 13:53:53 +0100)

are available in the git repository at:

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

for you to fetch changes up to 345c736edd07b657a8c48190baed2719b85d0938:

  efi/arm64: ignore dtb= when UEFI SecureBoot is enabled (2014-04-30 19:57:06 +0100)

----------------------------------------------------------------
Ard Biesheuvel (1):
      efi/arm64: ignore dtb= when UEFI SecureBoot is enabled

Leif Lindholm (1):
      doc: arm: add UEFI support documentation

Mark Salter (6):
      lib: add fdt_empty_tree.c
      efi: add helper function to get UEFI params from FDT
      arm64: Add function to create identity mappings
      arm64: add EFI runtime services
      arm64: efi: add EFI stub
      doc: arm64: add description of EFI stub support

Roy Franz (2):
      doc: efi-stub.txt updates for ARM
      efi: Add shared FDT related functions for ARM/ARM64

 Documentation/arm/00-INDEX      |   2 +
 Documentation/arm/uefi.txt      |  64 ++++++
 Documentation/arm64/booting.txt |   4 +
 Documentation/efi-stub.txt      |  33 ++-
 arch/arm64/Kconfig              |  16 ++
 arch/arm64/include/asm/efi.h    |  14 ++
 arch/arm64/include/asm/mmu.h    |   2 +
 arch/arm64/kernel/Makefile      |   3 +
 arch/arm64/kernel/efi-entry.S   | 109 ++++++++++
 arch/arm64/kernel/efi-stub.c    |  81 +++++++
 arch/arm64/kernel/efi.c         | 466 ++++++++++++++++++++++++++++++++++++++++
 arch/arm64/kernel/head.S        | 112 ++++++++++
 arch/arm64/kernel/setup.c       |   5 +
 arch/arm64/mm/mmu.c             |  65 ++++--
 drivers/firmware/efi/Kconfig    |   7 +
 drivers/firmware/efi/arm-stub.c | 278 ++++++++++++++++++++++++
 drivers/firmware/efi/efi.c      |  79 +++++++
 drivers/firmware/efi/fdt.c      | 285 ++++++++++++++++++++++++
 include/linux/efi.h             |  12 ++
 lib/Makefile                    |   3 +-
 lib/fdt_empty_tree.c            |   2 +
 21 files changed, 1616 insertions(+), 26 deletions(-)
 create mode 100644 Documentation/arm/uefi.txt
 create mode 100644 arch/arm64/include/asm/efi.h
 create mode 100644 arch/arm64/kernel/efi-entry.S
 create mode 100644 arch/arm64/kernel/efi-stub.c
 create mode 100644 arch/arm64/kernel/efi.c
 create mode 100644 drivers/firmware/efi/arm-stub.c
 create mode 100644 drivers/firmware/efi/fdt.c
 create mode 100644 lib/fdt_empty_tree.c

-- 
Matt Fleming, Intel Open Source Technology Center

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

* Re: [GIT PULL] EFI changes for arm64
       [not found] ` <20140430200332.GO26088-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
@ 2014-05-19 10:50   ` Matt Fleming
       [not found]     ` <20140519105042.GE4798-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Matt Fleming @ 2014-05-19 10:50 UTC (permalink / raw)
  To: H. Peter Anvin, Ingo Molnar
  Cc: Leif Lindholm, linux-efi-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Catalin Marinas

On Wed, 30 Apr, at 09:03:32PM, Matt Fleming wrote:
> Hi folks,
> 
> I pulled the arm64 EFI changes into the following topic branch. Catalin
> was happy for this to go through tip, which definitely makes things
> easier for the next merge window because of the dependency these patches
> have on tip/x86/efi.
> 
> The following changes since commit e33655a386ed3b26ad36fb97a47ebb1c2ca1e928:
> 
>   efivars: Add compatibility code for compat tasks (2014-04-17 13:53:53 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git arm64-efi
> 
> for you to fetch changes up to 345c736edd07b657a8c48190baed2719b85d0938:
> 
>   efi/arm64: ignore dtb= when UEFI SecureBoot is enabled (2014-04-30 19:57:06 +0100)

Ping?

-- 
Matt Fleming, Intel Open Source Technology Center

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

* Re: [GIT PULL] EFI changes for arm64
       [not found]     ` <20140519105042.GE4798-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
@ 2014-05-20 16:28       ` Catalin Marinas
  0 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2014-05-20 16:28 UTC (permalink / raw)
  To: Matt Fleming
  Cc: H. Peter Anvin, Ingo Molnar, Leif Lindholm,
	linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

On Mon, May 19, 2014 at 11:50:42AM +0100, Matt Fleming wrote:
> On Wed, 30 Apr, at 09:03:32PM, Matt Fleming wrote:
> > I pulled the arm64 EFI changes into the following topic branch. Catalin
> > was happy for this to go through tip, which definitely makes things
> > easier for the next merge window because of the dependency these patches
> > have on tip/x86/efi.
> > 
> > The following changes since commit e33655a386ed3b26ad36fb97a47ebb1c2ca1e928:
> > 
> >   efivars: Add compatibility code for compat tasks (2014-04-17 13:53:53 +0100)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git arm64-efi
> > 
> > for you to fetch changes up to 345c736edd07b657a8c48190baed2719b85d0938:
> > 
> >   efi/arm64: ignore dtb= when UEFI SecureBoot is enabled (2014-04-30 19:57:06 +0100)
> 
> Ping?

Alternatively, I can merge the arm64-efi tree and wait for tip x86/efi
to go in before sending my pull request. Peter, Ingo, do you have any
preference?

Either way, I'd like to see this branch in -next to make sure there are
no (significant) conflicts before the merging window.

Thanks.

-- 
Catalin

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

* [GIT PULL] EFI changes for arm64
@ 2014-05-23 22:23 Matt Fleming
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Fleming @ 2014-05-23 22:23 UTC (permalink / raw)
  To: H. Peter Anvin, Ingo Molnar
  Cc: linux-efi-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Leif Lindholm

Catalin reports that the arm64 EFI changes in tip/arm64/efi are causing
boot issues when trying to run on a non-EFI machine. The below fix from
Leif skips the EFI code on such machines.

The following changes since commit 345c736edd07b657a8c48190baed2719b85d0938:

  efi/arm64: ignore dtb= when UEFI SecureBoot is enabled (2014-04-30 19:57:06 +0100)

are available in the git repository at:

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

for you to fetch changes up to 74bcc2499291d38b6253f9dbd6af33a195222208:

  arm64: efi: only attempt efi map setup if booting via EFI (2014-05-23 15:29:43 +0100)

----------------------------------------------------------------
Leif Lindholm (1):
      arm64: efi: only attempt efi map setup if booting via EFI

 arch/arm64/kernel/efi.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
Matt Fleming, Intel Open Source Technology Center

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

end of thread, other threads:[~2014-05-23 22:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-30 20:03 [GIT PULL] EFI changes for arm64 Matt Fleming
     [not found] ` <20140430200332.GO26088-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2014-05-19 10:50   ` Matt Fleming
     [not found]     ` <20140519105042.GE4798-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2014-05-20 16:28       ` Catalin Marinas
  -- strict thread matches above, loose matches on Subject: below --
2014-05-23 22:23 Matt Fleming

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).