8572d2c144
The only information to be compensated is text section start address. The default value is set arch-wise as DEFTEXTADDR. Each kernel config can override the default value by setting TEXTADDR. Tested on COMPUTEXEVB (evbsh3). Reviewed By: uwe
22 lines
563 B
Plaintext
22 lines
563 B
Plaintext
# $NetBSD: std.dreamcast,v 1.8 2006/03/17 16:06:51 uebayasi Exp $
|
|
#
|
|
# standard, required NetBSD/dreamcast 'options'
|
|
|
|
machine dreamcast sh3
|
|
include "conf/std" # MI standard options
|
|
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
# CPU support
|
|
options SH4
|
|
options SH7750
|
|
options PCLOCK=49900000 # 50MHz
|
|
#options PCLOCK=50000000 # 50MHz
|
|
options IOM_ROM_BEGIN=0x00000000
|
|
options IOM_ROM_SIZE=0x00100000 # 1MB
|
|
options IOM_RAM_BEGIN=0x0c000000
|
|
options IOM_RAM_SIZE=0x01000000 # 16MB
|
|
|
|
makeoptions ENDIAN="-EL"
|
|
makeoptions DEFTEXTADDR="0x8c001000"
|