NetBSD/sys/arch/evbarm/conf/mk.netwalker
hkenken 59f1bd2b6a NetWalker kernels boot again.
* Enable __HAVE_MM_MD_DIRECT_MAPPED_PHYS
* Change VM layout
* Use common start-up routine
2014-04-09 04:00:50 +00:00

18 lines
506 B
Plaintext

# $NetBSD: mk.netwalker,v 1.4 2014/04/09 04:00:50 hkenken Exp $
CPPFLAGS+= -mcpu=cortex-a8 -mfpu=neon
SYSTEM_FIRST_OBJ= netwalker_start.o
SYSTEM_FIRST_SFILE= ${THISARM}/netwalker/netwalker_start.S
KERNEL_BASE_PHYS=0x90100000
KERNEL_BASE_VIRT=0x80100000
SYSTEM_LD_TAIL_EXTRA+=; \
echo ${OBJCOPY} -S -O binary $@ $@.bin; \
${OBJCOPY} -S -O binary $@ $@.bin; \
echo ${TOOL_GZIP} -9nc $@.bin > $@.bin.gz; \
${TOOL_GZIP} -9nc $@.bin > $@.bin.gz; \
EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin@}