arm64: Kernel booting and initialisation
authorCatalin Marinas <[email protected]>
Mon, 5 Mar 2012 11:49:27 +0000 (11:49 +0000)
committerCatalin Marinas <[email protected]>
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 <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Acked-by: Nicolas Pitre <[email protected]>
Acked-by: Tony Lindgren <[email protected]>
Acked-by: Olof Johansson <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
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]