d375c80e7f
Additionally, do not fail if no RTC is present, as not all boards have one. Malta now uses the common dev/ic/mc146818.c code as much as possible, reducing local "custom" code. These malta changes are *untested*, as I do not have a Malta board to test with. If someone would please test them and get back to me, I'd appreciate it!
18 lines
451 B
Plaintext
18 lines
451 B
Plaintext
# $NetBSD: std.alchemy,v 1.3 2006/03/28 03:43:57 gdamore Exp $
|
|
|
|
machine evbmips mips
|
|
include "conf/std" # MI standard options
|
|
|
|
options MIPS3_ENABLE_CLOCK_INTR
|
|
options ENABLE_MIPS3_WIRED_MAP
|
|
options EVBMIPS_CLOCKSUBR
|
|
|
|
options EXEC_ELF32 # exec ELF32 binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
makeoptions DEFTEXTADDR="0x800a0000"
|
|
makeoptions BOARDTYPE="alchemy"
|
|
|
|
include "arch/evbmips/conf/files.alchemy"
|
|
include "arch/mips/conf/files.alchemy"
|