Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-18 | [PATCH] ppc boot: replace string labels with numbers | Olaf Hering | |
Replacing the string labels with numbers saves 117 bytes in the final zImage. These local labels are not discared. Signed-off-by: Olaf Hering <olh@suse.de> arch/powerpc/boot/crt0.S | 23 +++++++++++------------ 1 files changed, 11 insertions(+), 12 deletions(-) Signed-off-by: Paul Mackerras <paulus@samba.org> | |||
2005-11-16 | powerpc: Move ppc64 boot wrapper code over to arch/powerpc | Paul Mackerras | |
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> |