5df18e69a7
as well as include conf/std and std.arm
24 lines
599 B
Plaintext
24 lines
599 B
Plaintext
# $NetBSD: std.cp3100,v 1.5 2012/12/16 23:47:56 matt Exp $
|
|
#
|
|
# Standard NetBSD/evbarm options for CP3100
|
|
|
|
machine evbarm arm
|
|
include "arch/evbarm/conf/std.evbarm"
|
|
|
|
# Pull in CP3100 config definitions.
|
|
include "arch/evbarm/conf/files.cp3100"
|
|
|
|
options EXEC_AOUT
|
|
|
|
options KERNEL_BASE_EXT=0xc0000000
|
|
makeoptions BOARDTYPE="cp3100"
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.iq80321"
|
|
|
|
options ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>"
|
|
|
|
# Console UART is on HPI, so enable HPI-specific code
|
|
options I80321_HPI_ENABLED
|
|
|
|
# We need to configure the PCI bus.
|
|
options PCI_NETBSD_CONFIGURE
|