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>
Mon, 17 Sep 2012 09:24:45 +0000 (10:24 +0100)
commit9703d9d7f77ce129621f7d80a844822e2daa7008
treecd142aedfb18191266756bc6eaa3b1915c3755b5
parent0be7320a635c2e434e8b67e0e9474a85ceb421c4
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>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
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]