[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140429112720.GI26088@console-pimps.org>
Date: Tue, 29 Apr 2014 12:27:20 +0100
From: Matt Fleming <matt@...sole-pimps.org>
To: Leif Lindholm <leif.lindholm@...aro.org>
Cc: linux-kernel@...r.kernel.org, linux-efi@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, matt.fleming@...el.com,
catalin.marinas@....com, msalter@...hat.com,
grant.likely@...aro.org, roy.franz@...aro.org,
ard.biesheuvel@...aro.org, mark.rutland@....com,
linux-doc@...r.kernel.org
Subject: Re: [PATCH v2 08/10] arm64: efi: add EFI stub
On Fri, 25 Apr, at 05:09:12PM, Leif Lindholm wrote:
> From: Mark Salter <msalter@...hat.com>
>
> This patch adds PE/COFF header fields to the start of the kernel
> Image so that it appears as an EFI application to UEFI firmware.
> An EFI stub is included to allow direct booting of the kernel
> Image.
>
> Signed-off-by: Mark Salter <msalter@...hat.com>
> [Add support in PE/COFF header for signed images]
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@...aro.org>
> Signed-off-by: Leif Lindholm <leif.lindholm@...aro.org>
> ---
> arch/arm64/Kconfig | 5 +-
> arch/arm64/kernel/Makefile | 4 +-
> arch/arm64/kernel/efi-entry.S | 109 +++++++++++++++++
> arch/arm64/kernel/efi-stub.c | 81 +++++++++++++
> arch/arm64/kernel/head.S | 112 ++++++++++++++++++
> drivers/firmware/efi/arm-stub.c | 247 +++++++++++++++++++++++++++++++++++++++
> 6 files changed, 555 insertions(+), 3 deletions(-)
> create mode 100644 arch/arm64/kernel/efi-entry.S
> create mode 100644 arch/arm64/kernel/efi-stub.c
> create mode 100644 drivers/firmware/efi/arm-stub.c
For the drivers/firmware/efi/arm-stub.c bits,
Acked-by: Matt Fleming <matt.fleming@...el.com>
--
Matt Fleming, Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists