fd5a840f3c
and development board, based around their BECC companion chip. Despite its name, the board can run in big- or little-endian mode (we currently run only in the latter).
25 lines
580 B
Plaintext
25 lines
580 B
Plaintext
# $NetBSD: std.adi_brh,v 1.1 2003/01/25 02:00:15 thorpej Exp $
|
|
#
|
|
# standard NetBSD/evbarm for ADI BRH options
|
|
|
|
machine evbarm arm
|
|
|
|
# Pull in ADI BRH config definitions.
|
|
include "arch/evbarm/conf/files.adi_brh"
|
|
|
|
options EXEC_ELF32
|
|
options EXEC_AOUT
|
|
options EXEC_SCRIPT
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
options ARM32
|
|
|
|
makeoptions LOADADDRESS="0xc0200000"
|
|
makeoptions BOARDTYPE="adi_brh"
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.adi_brh"
|
|
|
|
options ARM_INTR_IMPL="<arch/arm/xscale/becc_intr.h>"
|
|
|
|
# We need to configure the PCI bus.
|
|
options PCI_NETBSD_CONFIGURE
|