Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [PATCH] ppc boot: replace string labels with numbers | Olaf Hering | 2005-11-17 |
| | | | | | | | | | | | 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> | ||
* | powerpc: Move ppc64 boot wrapper code over to arch/powerpc | Paul Mackerras | 2005-11-15 |
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> |