b95de082ef
on IXDP425 since the PHYs fail to probe my board. This may be due to an incompatibility between the stepping A0 CPU and the microcode. Additionally, the MAC addresses are not configured by Redboot, so more work is needed in this area.
16 lines
409 B
Plaintext
16 lines
409 B
Plaintext
# $NetBSD: mk.ixdp425,v 1.3 2006/12/10 10:12:22 scw Exp $
|
|
|
|
.include "$S/arch/arm/xscale/ixp425-fw.mk"
|
|
|
|
SYSTEM_FIRST_OBJ= ixdp425_start.o
|
|
SYSTEM_FIRST_SFILE= ${THISARM}/ixdp425/ixdp425_start.S
|
|
|
|
KERNEL_BASE_PHYS=0x10200000
|
|
KERNEL_BASE_VIRT=0xc0200000
|
|
|
|
SYSTEM_LD_TAIL_EXTRA+=; \
|
|
echo ${OBJCOPY} -S -O binary $@ $@.bin; \
|
|
${OBJCOPY} -S -O binary $@ $@.bin
|
|
|
|
EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin@}
|