std.dht revision 1.1.2.2 1 # $NetBSD: std.dht,v 1.1.2.2 2021/04/03 21:44:43 thorpej Exp $
2 #
3 # Standard/required options for DHT Walnut 405GP Evaluation Board.
4
5 machine evbppc powerpc
6 include "conf/std" # MI standard options
7
8 # standard ("mandatory") kernel options.
9 options PPC_IBM4XX # IBM 40x family
10
11 options IBM405_ERRATA77
12
13 # Executable support:
14 options EXEC_ELF32 # (native) ELF32 binary support
15 options EXEC_AOUT # (native) a.out binary support (deprecated)
16 options EXEC_SCRIPT # shell script support
17
18 makeoptions TEXTADDR=0x100000
19 makeoptions BOARDTYPE="dht"
20 makeoptions PPCDIR="ibm4xx"
21 makeoptions NEED_BINARY="yes"
22
23 options PPC_INTR_IMPL="<powerpc/intr.h>"
24 options PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>"
25 options KERNBASE=0x100000
26
27 options INTSTK=16384
28
29 options EVBPPC_HAS_MBR
30
31 include "arch/powerpc/conf/files.ibm4xx"
32 include "arch/evbppc/conf/files.dht"
33