1dfddc4fb8
boards. Let the config file specify what board is being built for.
29 lines
613 B
Plaintext
29 lines
613 B
Plaintext
# $NetBSD: CUBIETRUCK,v 1.3 2014/08/31 19:13:01 matt Exp $
|
|
#
|
|
# CUBIETRUCK - Cubieboard3 (mostly cubieboard2 with 2GB)
|
|
#
|
|
|
|
include "arch/evbarm/conf/CUBIEBOARD"
|
|
|
|
#
|
|
# Relocate loaded kernel to second GB of memory.
|
|
#
|
|
no makeoptions KERNEL_BASE_PHYS
|
|
no makeoptions KERNEL_BASE_VIRT
|
|
no makeoptions BOARDTYPE
|
|
makeoptions KERNEL_BASE_PHYS="0x80000000"
|
|
makeoptions KERNEL_BASE_VIRT="0x80000000"
|
|
makeoptions BOARDTYPE="cubietruck"
|
|
|
|
#
|
|
# We need this too.
|
|
#
|
|
options PMAP_NEED_ALLOC_POOLPAGE
|
|
|
|
#
|
|
# not fully working yet
|
|
#
|
|
# options MULTIPROCESSOR
|
|
# cpu* at mainbus?
|
|
# options VERBOSE_INIT_ARM # verbose bootstraping messages
|