ARM: wire up UEFI init and runtime support
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 24 Sep 2015 20:49:52 +0000 (13:49 -0700)
committerard <ard.biesheuvel@linaro.org>
Sun, 13 Dec 2015 18:18:30 +0000 (19:18 +0100)
commitda58fb6571bf40e5b2287d6aa3bbca04965f5677
treec12a192ebd7969626e4ab79d46360779cd6f9b93
parent09414d00a137cf7f42b6dc7415f346258d60e8da
ARM: wire up UEFI init and runtime support

This adds support to the kernel proper for booting via UEFI. It shares
most of the code with arm64, so this patch mostly just wires it up for
use with ARM.

Note that this does not include the EFI stub, it is added in a subsequent
patch.

Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Matt Fleming <matt@codeblueprint.co.uk>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
arch/arm/include/asm/efi.h [new file with mode: 0644]
arch/arm/include/asm/mmu_context.h
arch/arm/kernel/Makefile
arch/arm/kernel/efi.c [new file with mode: 0644]
arch/arm/kernel/setup.c
drivers/firmware/efi/Makefile
This page took 0.04947 seconds and 5 git commands to generate.