aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/elf.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-04-13[POWERPC] Move bootwrapper ELF parsing routines to a fileMark A. Greer1-0/+8
The ELF parsing routines local to arch/powerpc/boot/main.c are useful to other callers therefore move them to their own file. Signed-off-by: Mark A. Greer <mgreer@mvista.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
2005-11-16powerpc: Move ppc64 boot wrapper code over to arch/powerpcPaul Mackerras1-0/+149
This also extends the code to handle 32-bit ELF vmlinux files as well as 64-bit ones. This is sufficient for booting on new-world 32-bit powermacs (i.e. all recent machines). Signed-off-by: Paul Mackerras <paulus@samba.org>