diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-04 21:24:03 +0000 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-02-19 15:11:56 +0900 |
commit | 83a9d171329ce791d734117e6894cccc244893a2 (patch) | |
tree | 9ccfb3f45b2dc7cee66ffc2d545767f81a8b9901 /purgatory | |
parent | b5ee3392dc71c53f93716cb387abacb544d9cf9c (diff) |
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 <u.luckas@road.de>
for adding ATAG support.
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'purgatory')
-rw-r--r-- | purgatory/arch/arm/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 += + |