1# $NetBSD: std.virtex,v 1.4 2020/03/01 23:23:36 rin Exp $ 2# 3# Standard/required options for NetBSD/virtex. 4 5machine evbppc powerpc 6include "conf/std" # MI standard options 7 8# standard ("mandatory") kernel options. 9options PPC_IBM4XX # IBM 40x family 10 11# XXX According to Linux, 405D5 (Virtex-II Pro) is affected, whereas 12# XXX 405F6 (Virtex-4) is not. 13options IBM405_ERRATA77 14 15# Executable support: 16options EXEC_ELF32 # (native) ELF32 binary support 17options EXEC_AOUT # (native) a.out binary support (deprecated) 18options EXEC_SCRIPT # shell script support 19 20makeoptions TEXTADDR=0x25000 21makeoptions BOARDTYPE="virtex" 22makeoptions PPCDIR="ibm4xx" 23 24options PPC_INTR_IMPL="<powerpc/intr.h>" 25options KERNBASE=0x25000 26options INTSTK=16384 27 28include "arch/powerpc/conf/files.ibm4xx" 29include "arch/evbppc/conf/files.virtex" 30