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