From 83a9d171329ce791d734117e6894cccc244893a2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 4 Feb 2008 21:24:03 +0000 Subject: Add ARM support to kexec Add ARM support to kexec including commandline support through ATAGs. The kernel syscall support has already been merged and kernel ATAG exporting is queued for 2.6.25 (its optional for kexec). Based on work by various people, notably Uli Luckas for adding ATAG support. Signed-off-by: Richard Purdie Signed-off-by: Simon Horman --- purgatory/arch/arm/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 purgatory/arch/arm/Makefile (limited to 'purgatory/arch') diff --git a/purgatory/arch/arm/Makefile b/purgatory/arch/arm/Makefile new file mode 100644 index 0000000..566ff42 --- /dev/null +++ b/purgatory/arch/arm/Makefile @@ -0,0 +1,6 @@ +# +# Purgatory arm +# + +PURGATORY_SRCS += + -- cgit