1 # $NetBSD: std.nextvod,v 1.2 2020/07/25 23:38:48 uwe Exp $ 2 3 include "arch/evbsh3/conf/std.evbsh3.el" 4 include "arch/evbsh3/conf/files.nextvod" 5 6 options EVBSH3_BOARDTYPE="nextvod" 7 makeoptions BOARDTYPE="nextvod" 8 makeoptions BOARDMKFRAG="${THISSH3}/conf/mk.nextvod" 9 10 # CPU support 11 options SH4 12 options STX7105 13 options DONT_INIT_BSC 14 15 options IOM_RAM_BEGIN=0x00000000 # NB: physical address 16 #options IOM_RAM_SIZE=0x10000000 # 256MB 17 options IOM_RAM_SIZE=0x08000000 # 128MB 18 19 # override the value from std.evbsh3.el 20 no makeoptions DEFTEXTADDR 21 # 22 makeoptions DEFLOADADDR="0x80000000" # NB: P1 address 23 makeoptions DEFTEXTADDR="0x80000040" # skip u-boot image header 24