summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/elf.h
Commit message (Collapse)AuthorAgeFilesLines
* [POWERPC] Move bootwrapper ELF parsing routines to a fileMark A. Greer2007-04-121-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>
* powerpc: Move ppc64 boot wrapper code over to arch/powerpcPaul Mackerras2005-11-161-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>