2005-04-17 02:20:36 +04:00
#
# linux/arch/arm/boot/compressed/Makefile
#
# create a compressed vmlinuz image from the original vmlinux
#
2011-01-11 06:01:08 +03:00
OBJS =
2011-04-26 09:29:53 +04:00
# Ensure that MMCIF loader code appears early in the image
2011-01-11 06:01:08 +03:00
# to minimise that number of bocks that have to be read in
# order to load it.
i f e q ( $( CONFIG_ZBOOT_ROM_MMCIF ) , y )
OBJS += mmcif-sh7372.o
e n d i f
2011-04-26 09:29:53 +04:00
# Ensure that SDHI loader code appears early in the image
# to minimise that number of bocks that have to be read in
# order to load it.
i f e q ( $( CONFIG_ZBOOT_ROM_SH_MOBILE_SDHI ) , y )
OBJS += sdhi-shmobile.o
OBJS += sdhi-sh7372.o
2011-01-11 06:01:08 +03:00
e n d i f
2010-07-05 17:56:50 +04:00
AFLAGS_head.o += -DTEXT_OFFSET= $( TEXT_OFFSET)
2005-04-17 02:20:36 +04:00
HEAD = head.o
2011-01-11 06:01:08 +03:00
OBJS += misc.o decompress.o
2007-06-03 21:54:42 +04:00
FONTC = $( srctree) /drivers/video/console/font_acorn_8x8.c
2005-04-17 02:20:36 +04:00
#
# Architecture dependencies
#
i f e q ( $( CONFIG_ARCH_ACORN ) , y )
2007-06-03 21:54:42 +04:00
OBJS += ll_char_wr.o font.o
2005-04-17 02:20:36 +04:00
e n d i f
i f e q ( $( CONFIG_ARCH_SHARK ) , y )
OBJS += head-shark.o ofw-shark.o
e n d i f
i f e q ( $( CONFIG_ARCH_P 720T ) , y )
# Borrow this code from SA1100
OBJS += head-sa1100.o
e n d i f
i f e q ( $( CONFIG_ARCH_SA 1100) , y )
OBJS += head-sa1100.o
e n d i f
2010-12-23 15:11:21 +03:00
i f e q ( $( CONFIG_ARCH_VT 8500) , y )
OBJS += head-vt8500.o
e n d i f
2005-04-17 02:20:36 +04:00
i f e q ( $( CONFIG_CPU_XSCALE ) , y )
OBJS += head-xscale.o
e n d i f
2010-06-23 05:27:32 +04:00
i f e q ( $( CONFIG_PXA_SHARPSL_DETECT_MACH_ID ) , y )
2005-04-17 02:20:36 +04:00
OBJS += head-sharpsl.o
e n d i f
2009-05-30 17:00:18 +04:00
i f e q ( $( CONFIG_CPU_ENDIAN_BE 32) , y )
2006-09-26 12:36:37 +04:00
i f e q ( $( CONFIG_CPU_CP 15) , y )
2005-04-17 02:20:36 +04:00
OBJS += big-endian.o
2006-09-26 12:36:37 +04:00
e l s e
# The endian should be set by h/w design.
e n d i f
2005-04-17 02:20:36 +04:00
e n d i f
2010-12-01 09:45:00 +03:00
i f e q ( $( CONFIG_ARCH_SHMOBILE ) , y )
OBJS += head-shmobile.o
e n d i f
2005-04-17 02:20:36 +04:00
#
# We now have a PIC decompressor implementation. Decompressors running
# from RAM should not define ZTEXTADDR. Decompressors running directly
# from ROM or Flash must define ZTEXTADDR (preferably via the config)
# FIXME: Previous assignment to ztextaddr-y is lost here. See SHARK
i f e q ( $( CONFIG_ZBOOT_ROM ) , y )
ZTEXTADDR := $( CONFIG_ZBOOT_ROM_TEXT)
ZBSSADDR := $( CONFIG_ZBOOT_ROM_BSS)
e l s e
ZTEXTADDR := 0
2011-04-22 05:45:08 +04:00
ZBSSADDR := ALIGN( 8)
2005-04-17 02:20:36 +04:00
e n d i f
SEDFLAGS = s/TEXT_START/$( ZTEXTADDR) /; s/BSS_START/$( ZBSSADDR) /
2010-01-09 01:42:43 +03:00
suffix_$(CONFIG_KERNEL_GZIP) = gzip
suffix_$(CONFIG_KERNEL_LZO) = lzo
2010-04-03 14:40:28 +04:00
suffix_$(CONFIG_KERNEL_LZMA) = lzma
2010-01-09 01:42:43 +03:00
targets := vmlinux vmlinux.lds \
piggy.$( suffix_y) piggy.$( suffix_y) .o \
font.o font.c head.o misc.o $( OBJS)
2008-05-31 12:53:50 +04:00
2010-07-28 08:46:21 +04:00
# Make sure files are removed during clean
extra-y += piggy.gzip piggy.lzo piggy.lzma lib1funcs.S
2008-10-07 03:06:12 +04:00
i f e q ( $( CONFIG_FUNCTION_TRACER ) , y )
2008-05-31 12:53:50 +04:00
ORIG_CFLAGS := $( KBUILD_CFLAGS)
KBUILD_CFLAGS = $( subst -pg, , $( ORIG_CFLAGS) )
e n d i f
2011-01-14 17:12:26 +03:00
ccflags-y := -fpic -fno-builtin
asflags-y := -Wa,-march= all
2005-04-17 02:20:36 +04:00
2010-09-10 01:39:41 +04:00
# Supply ZRELADDR to the decompressor via a linker symbol.
i f n e q ( $( CONFIG_AUTO_ZRELADDR ) , y )
2011-02-21 06:57:38 +03:00
LDFLAGS_vmlinux += --defsym zreladdr = $( ZRELADDR)
2010-09-10 01:39:41 +04:00
e n d i f
2009-05-30 17:00:18 +04:00
i f e q ( $( CONFIG_CPU_ENDIAN_BE 8) , y )
LDFLAGS_vmlinux += --be8
e n d i f
2010-01-09 01:42:43 +03:00
# ?
LDFLAGS_vmlinux += -p
# Report unresolved symbol references
LDFLAGS_vmlinux += --no-undefined
# Delete all temporary local symbols
LDFLAGS_vmlinux += -X
# Next argument is a linker script
LDFLAGS_vmlinux += -T
# For __aeabi_uidivmod
lib1funcs = $( obj) /lib1funcs.o
$(obj)/lib1funcs.S : $( srctree ) /arch /$( SRCARCH ) /lib /lib 1funcs .S FORCE
$( call cmd,shipped)
2005-04-17 02:20:36 +04:00
2011-04-27 22:54:39 +04:00
# We need to prevent any GOTOFF relocs being used with references
# to symbols in the .bss section since we cannot relocate them
# independently from the rest at run time. This can be achieved by
# ensuring that no private .bss symbols exist, as global symbols
# always have a GOT entry which is what we need.
# The .data section is already discarded by the linker script so no need
# to bother about it here.
check_for_bad_syms = \
bad_syms = $$ ( $( CROSS_COMPILE) nm $@ | sed -n 's/^.\{8\} [bc] \(.*\)/\1/p' ) && \
[ - z "$$bad_syms" ] | | \
( echo "following symbols must have non local/private scope:" >& 2; \
echo " $$ bad_syms " >& 2; rm -f $@ ; false )
2010-01-09 01:42:43 +03:00
$(obj)/vmlinux : $( obj ) /vmlinux .lds $( obj ) /$( HEAD ) $( obj ) /piggy .$( suffix_y ) .o \
$( addprefix $( obj) /, $( OBJS) ) $( lib1funcs) FORCE
2005-04-17 02:20:36 +04:00
$( call if_changed,ld)
2011-04-27 22:54:39 +04:00
@$( check_for_bad_syms)
2005-04-17 02:20:36 +04:00
2010-01-09 01:42:43 +03:00
$(obj)/piggy.$(suffix_y) : $( obj ) /../Image FORCE
$( call if_changed,$( suffix_y) )
2005-04-17 02:20:36 +04:00
2010-01-09 01:42:43 +03:00
$(obj)/piggy.$(suffix_y).o : $( obj ) /piggy .$( suffix_y ) FORCE
2005-04-17 02:20:36 +04:00
2007-06-03 21:54:42 +04:00
CFLAGS_font.o := -Dstatic=
$(obj)/font.c : $( FONTC )
$( call cmd,shipped)
2005-04-17 02:20:36 +04:00
2010-09-19 19:16:58 +04:00
$(obj)/vmlinux.lds : $( obj ) /vmlinux .lds .in arch /arm /boot /Makefile $( KCONFIG_CONFIG )
2005-04-17 02:20:36 +04:00
@sed " $( SEDFLAGS) " < $< > $@