2004-05-14 11:49:40 +00:00
|
|
|
# Makefile.arm -- with config changes.
|
|
|
|
# Copyright 1990 W. Jolitz
|
|
|
|
# from: @(#)Makefile.i386 7.1 5/10/91
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# Makefile for FreeBSD
|
|
|
|
#
|
|
|
|
# This makefile is constructed from a machine description:
|
|
|
|
# config machineid
|
|
|
|
# Most changes should be made in the machine description
|
2004-09-23 22:47:57 +00:00
|
|
|
# /sys/arm/conf/``machineid''
|
2004-05-14 11:49:40 +00:00
|
|
|
# after which you should do
|
|
|
|
# config machineid
|
|
|
|
# Generic makefile changes should be made in
|
2004-09-23 22:47:57 +00:00
|
|
|
# /sys/conf/Makefile.arm
|
2004-05-14 11:49:40 +00:00
|
|
|
# after which config should be rerun for all machines.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Which version of config(8) is required.
|
2014-08-14 04:21:14 +00:00
|
|
|
%VERSREQ= 600013
|
2004-05-14 11:49:40 +00:00
|
|
|
|
|
|
|
STD8X16FONT?= iso
|
|
|
|
|
|
|
|
.if !defined(S)
|
|
|
|
.if exists(./@/.)
|
|
|
|
S= ./@
|
|
|
|
.else
|
|
|
|
S= ../../..
|
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
.include "$S/conf/kern.pre.mk"
|
|
|
|
|
2014-08-08 01:21:52 +00:00
|
|
|
INCLUDES+= -I$S/contrib/libfdt -I$S/gnu/dts/include
|
2010-06-13 13:28:53 +00:00
|
|
|
|
2004-09-23 22:47:57 +00:00
|
|
|
SYSTEM_LD:= ${SYSTEM_LD:$S/conf/ldscript.$M=ldscript.$M}
|
|
|
|
SYSTEM_DEP:= ${SYSTEM_DEP:$S/conf/ldscript.$M=ldscript.$M}
|
2005-01-19 16:43:43 +00:00
|
|
|
|
2006-03-27 00:32:46 +00:00
|
|
|
.if !defined(DEBUG) && !defined(PROFLEVEL)
|
2005-12-05 12:55:46 +00:00
|
|
|
STRIP_FLAGS = -S
|
2005-06-27 14:33:32 +00:00
|
|
|
.endif
|
2005-10-03 14:09:58 +00:00
|
|
|
|
2014-05-10 16:38:09 +00:00
|
|
|
# We don't support gcc's thump interwork stuff, so disable it
|
|
|
|
CFLAGS.gcc += -mno-thumb-interwork
|
2013-01-23 07:27:38 +00:00
|
|
|
|
2014-10-06 09:52:28 +00:00
|
|
|
# We generally don't want fpu instructions in the kernel.
|
|
|
|
CFLAGS.clang += -mfpu=none
|
|
|
|
|
2014-10-01 08:26:51 +00:00
|
|
|
.if !empty(DDB_ENABLED)
|
2013-01-19 22:08:16 +00:00
|
|
|
CFLAGS += -funwind-tables
|
2014-11-26 23:28:16 +00:00
|
|
|
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} < 30500
|
|
|
|
# clang < 3.5.0 requires us to tell it to emit assembly with unwind information
|
|
|
|
CFLAGS += -mllvm -arm-enable-ehabi
|
|
|
|
.endif
|
2006-07-24 22:09:47 +00:00
|
|
|
.endif
|
|
|
|
|
2014-01-31 01:34:55 +00:00
|
|
|
# hack because genassym.c includes sys/bus.h which includes these.
|
|
|
|
genassym.o: bus_if.h device_if.h
|
|
|
|
|
2014-07-26 04:38:09 +00:00
|
|
|
SYSTEM_LD_ = ${LD} -Bdynamic -T ldscript.$M.noheader ${_LDFLAGS} \
|
2005-11-24 02:25:49 +00:00
|
|
|
-warn-common -export-dynamic -dynamic-linker /red/herring -o \
|
|
|
|
${FULLKERNEL}.noheader -X ${SYSTEM_OBJS} vers.o
|
2005-12-20 01:28:17 +00:00
|
|
|
SYSTEM_LD_TAIL +=;sed s/" + SIZEOF_HEADERS"// ldscript.$M\
|
2005-11-24 02:25:49 +00:00
|
|
|
>ldscript.$M.noheader; \
|
|
|
|
${SYSTEM_LD_}; \
|
|
|
|
${OBJCOPY} -S -O binary ${FULLKERNEL}.noheader \
|
|
|
|
${KERNEL_KO}.bin; \
|
|
|
|
rm ${FULLKERNEL}.noheader
|
2005-12-20 20:57:20 +00:00
|
|
|
|
2008-02-05 10:46:30 +00:00
|
|
|
.if defined(MFS_IMAGE)
|
|
|
|
SYSTEM_LD_TAIL += ;sh ${S}/tools/embed_mfs.sh ${KERNEL_KO}.bin ${MFS_IMAGE};
|
|
|
|
.endif
|
|
|
|
|
2014-03-09 21:12:31 +00:00
|
|
|
FILES_CPU_FUNC = \
|
|
|
|
$S/$M/$M/cpufunc_asm_arm9.S \
|
|
|
|
$S/$M/$M/cpufunc_asm_arm10.S \
|
2007-07-27 14:42:25 +00:00
|
|
|
$S/$M/$M/cpufunc_asm_xscale.S $S/$M/$M/cpufunc_asm.S \
|
2008-10-13 20:07:13 +00:00
|
|
|
$S/$M/$M/cpufunc_asm_xscale_c3.S $S/$M/$M/cpufunc_asm_armv5_ec.S \
|
2012-08-15 03:03:03 +00:00
|
|
|
$S/$M/$M/cpufunc_asm_fa526.S $S/$M/$M/cpufunc_asm_sheeva.S \
|
2013-10-29 13:16:05 +00:00
|
|
|
$S/$M/$M/cpufunc_asm_pj4b.S $S/$M/$M/cpufunc_asm_armv6.S \
|
|
|
|
$S/$M/$M/cpufunc_asm_armv7.S
|
2012-08-15 03:03:03 +00:00
|
|
|
|
2014-10-19 20:56:05 +00:00
|
|
|
.if defined(KERNPHYSADDR)
|
2008-04-03 20:42:36 +00:00
|
|
|
KERNEL_EXTRA=trampoline
|
|
|
|
KERNEL_EXTRA_INSTALL=kernel.gz.tramp
|
2005-12-20 20:57:20 +00:00
|
|
|
trampoline: ${KERNEL_KO}.tramp
|
2006-06-18 22:46:30 +00:00
|
|
|
${KERNEL_KO}.tramp: ${KERNEL_KO} $S/$M/$M/inckern.S $S/$M/$M/elf_trampoline.c
|
2005-12-20 20:57:20 +00:00
|
|
|
echo "#define KERNNAME \"${KERNEL_KO}.tmp\"" >opt_kernname.h
|
|
|
|
sed s/${KERNVIRTADDR}/${KERNPHYSADDR}/ ldscript.$M > ldscript.$M.tramp
|
2005-12-20 01:28:17 +00:00
|
|
|
sed s/" + SIZEOF_HEADERS"// ldscript.$M.tramp > \
|
2013-03-16 03:15:24 +00:00
|
|
|
ldscript.$M.tramp.noheader
|
2007-07-27 14:42:25 +00:00
|
|
|
echo "#include <machine/asm.h>" >tmphack.S
|
|
|
|
echo "ENTRY(_start)" >>tmphack.S
|
|
|
|
echo "bl _startC" >>tmphack.S
|
2005-12-20 01:28:17 +00:00
|
|
|
${OBJCOPY} --strip-symbol '$$d' --strip-symbol '$$a' \
|
2013-03-16 03:15:24 +00:00
|
|
|
-g --strip-symbol '$$t' ${FULLKERNEL} ${KERNEL_KO}.tmp
|
2006-06-12 22:58:50 +00:00
|
|
|
eval $$(stat -s ${KERNEL_KO}.tmp) && \
|
2013-03-16 03:15:24 +00:00
|
|
|
echo "#define KERNSIZE $$st_size" >>opt_kernname.h
|
2008-08-04 14:38:38 +00:00
|
|
|
${CC} -O -nostdlib -I. -I$S -Xlinker -T -Xlinker ldscript.$M.tramp \
|
2013-03-16 03:15:24 +00:00
|
|
|
tmphack.S $S/$M/$M/elf_trampoline.c $S/$M/$M/inckern.S \
|
|
|
|
${FILES_CPU_FUNC} -o ${KERNEL_KO}.tramp
|
2008-08-04 14:38:38 +00:00
|
|
|
${CC} -O -nostdlib -I. -I$S -Xlinker -T -Xlinker \
|
2013-03-16 03:15:24 +00:00
|
|
|
ldscript.$M.tramp.noheader \
|
|
|
|
tmphack.S $S/$M/$M/elf_trampoline.c $S/$M/$M/inckern.S \
|
2013-03-16 03:21:25 +00:00
|
|
|
${FILES_CPU_FUNC} -o ${KERNEL_KO}.tramp.noheader
|
|
|
|
${OBJCOPY} -S -O binary ${KERNEL_KO}.tramp.noheader \
|
2013-03-16 03:15:24 +00:00
|
|
|
${KERNEL_KO}.tramp.bin
|
2005-12-20 20:57:20 +00:00
|
|
|
${OBJCOPY} ${STRIP_FLAGS} ${KERNEL_KO}.tmp
|
2013-03-16 03:15:24 +00:00
|
|
|
echo "#define KERNNAME \"${KERNEL_KO}.tmp.gz\"" >opt_kernname.h
|
2006-01-20 00:46:44 +00:00
|
|
|
eval $$(stat -s ${KERNEL_KO}.tmp) && \
|
2013-03-16 03:15:24 +00:00
|
|
|
echo "#define KERNSIZE $$st_size" >>opt_kernname.h
|
2012-07-15 05:38:43 +00:00
|
|
|
gzip -f9 ${KERNEL_KO}.tmp
|
2005-12-05 12:55:46 +00:00
|
|
|
eval $$(stat -s ${KERNEL_KO}.tmp.gz) && \
|
2013-03-16 03:15:24 +00:00
|
|
|
echo "#define KERNCOMPSIZE $$st_size" >>opt_kernname.h
|
2011-06-15 19:15:50 +00:00
|
|
|
${CC} -O2 -ffreestanding -DKZIP -I. -I$S -c $S/kern/inflate.c -o \
|
|
|
|
inflate-tramp.o
|
2008-08-04 14:38:38 +00:00
|
|
|
${CC} -O -nostdlib -I. -I$S -Xlinker -T -Xlinker ldscript.$M.tramp \
|
2013-03-16 03:15:24 +00:00
|
|
|
-DKZIP tmphack.S $S/$M/$M/elf_trampoline.c inflate-tramp.o \
|
|
|
|
$S/$M/$M/inckern.S ${FILES_CPU_FUNC} -o ${KERNEL_KO}.gz.tramp
|
2008-08-04 14:38:38 +00:00
|
|
|
${CC} -O -nostdlib -I. -I$S -Xlinker -T -Xlinker \
|
2013-03-16 03:15:24 +00:00
|
|
|
ldscript.$M.tramp.noheader \
|
|
|
|
-DKZIP tmphack.S $S/$M/$M/elf_trampoline.c inflate-tramp.o \
|
|
|
|
$S/$M/$M/inckern.S ${FILES_CPU_FUNC} -o ${KERNEL_KO}.tramp.noheader
|
2005-12-05 12:55:46 +00:00
|
|
|
${OBJCOPY} -S -O binary ${KERNEL_KO}.tramp.noheader \
|
2013-03-16 03:21:25 +00:00
|
|
|
${KERNEL_KO}.gz.tramp.bin
|
2005-12-20 01:28:17 +00:00
|
|
|
rm ${KERNEL_KO}.tmp.gz ${KERNEL_KO}.tramp.noheader opt_kernname.h \
|
2013-03-16 03:15:24 +00:00
|
|
|
inflate-tramp.o tmphack.S
|
2014-10-19 20:56:05 +00:00
|
|
|
.endif
|
2005-10-03 14:09:58 +00:00
|
|
|
|
2004-05-14 11:49:40 +00:00
|
|
|
%BEFORE_DEPEND
|
|
|
|
|
|
|
|
%OBJS
|
|
|
|
|
|
|
|
%FILES.c
|
|
|
|
|
|
|
|
%FILES.s
|
|
|
|
|
|
|
|
%FILES.m
|
|
|
|
|
|
|
|
%CLEAN
|
|
|
|
|
2005-12-20 01:28:17 +00:00
|
|
|
CLEAN+= ldscript.$M ${KERNEL_KO}.bin ldscript.$M.noheader
|
|
|
|
|
|
|
|
CLEAN+= ${KERNEL_KO}.tramp ${KERNEL_KO}.tramp.bin ldscript.$M.tramp \
|
|
|
|
ldscript.$M.tramp.noheader ${KERNEL_KO}.gz.tramp \
|
|
|
|
${KERNEL_KO}.gz.tramp.bin
|
|
|
|
|
2004-09-23 22:47:57 +00:00
|
|
|
ldscript.$M: $S/conf/ldscript.$M
|
|
|
|
cat $S/conf/ldscript.$M|sed s/KERNPHYSADDR/${KERNPHYSADDR}/g| \
|
|
|
|
sed s/KERNVIRTADDR/${KERNVIRTADDR}/g > ldscript.$M
|
2004-05-14 11:49:40 +00:00
|
|
|
%RULES
|
|
|
|
|
|
|
|
.include "$S/conf/kern.post.mk"
|