]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: Kernel booting and initialisation
authorCatalin Marinas <catalin.marinas@arm.com>
Mon, 5 Mar 2012 11:49:27 +0000 (11:49 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 5 Sep 2012 15:30:12 +0000 (16:30 +0100)
commit6c8605f2810b1b07987579115aa534605ba71d24
tree62bb064e8f0d385777b124970c5bf63d9f6f8df4
parent5125d545ba8248bc5f983e370a4e086a2e5f5e34
arm64: Kernel booting and initialisation

The patch adds the kernel booting and the initial setup code.
Documentation/arm64/booting.txt describes the booting protocol on the
AArch64 Linux kernel. This is subject to change following the work on
boot standardisation, ACPI.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Documentation/arm64/booting.txt [new file with mode: 0644]
arch/arm64/include/asm/setup.h [new file with mode: 0644]
arch/arm64/kernel/head.S [new file with mode: 0644]
arch/arm64/kernel/setup.c [new file with mode: 0644]