Joshua Kinard
2014-10-08 01:33:04 UTC
Building a 64bit kernel for the SGI O2 (IP32) and the SGI Indy (IP22) uses the
'vmlinux.32' target, which converts the output 64-bit 'vmlinux' image into a
32-bit wrapped image. This is needed for certain revisions of the IP22 and
IP32 ARCS PROMs to boot correctly, but this target is missing from the
'archhelp' info that is emitted by 'make help'.
Signed-off-by: Joshua Kinard <***@gentoo.org>
---
arch/mips/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index faa7aa4..ed6911c 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -365,6 +365,7 @@ define archhelp
echo ' vmlinux.ecoff - ECOFF boot image'
echo ' vmlinux.bin - Raw binary boot image'
echo ' vmlinux.srec - SREC boot image'
+ echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'
echo ' vmlinuz - Compressed boot(zboot) image'
echo ' vmlinuz.ecoff - ECOFF zboot image'
echo ' vmlinuz.bin - Raw binary zboot image'
'vmlinux.32' target, which converts the output 64-bit 'vmlinux' image into a
32-bit wrapped image. This is needed for certain revisions of the IP22 and
IP32 ARCS PROMs to boot correctly, but this target is missing from the
'archhelp' info that is emitted by 'make help'.
Signed-off-by: Joshua Kinard <***@gentoo.org>
---
arch/mips/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index faa7aa4..ed6911c 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -365,6 +365,7 @@ define archhelp
echo ' vmlinux.ecoff - ECOFF boot image'
echo ' vmlinux.bin - Raw binary boot image'
echo ' vmlinux.srec - SREC boot image'
+ echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'
echo ' vmlinuz - Compressed boot(zboot) image'
echo ' vmlinuz.ecoff - ECOFF zboot image'
echo ' vmlinuz.bin - Raw binary zboot image'