65363da25e
Tree structure: - sys/arch/sh3: sh3 generic code As commented, in-chip device drivers are put into sys/arch/sh3/dev. - sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW) - sys/arch/mmeye: Brains mmEye, www.brains.co.jp MI source code includes couple of #ifdef for sh3-coff support. (sh3 uses coff or elf) Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3, to compile the tree (due to last minute tree structure change).
16 lines
468 B
Plaintext
16 lines
468 B
Plaintext
# $NetBSD: files.evbsh3,v 1.1 1999/09/13 10:30:23 itojun Exp $
|
|
#
|
|
# new style config file for sh3 architecture
|
|
#
|
|
|
|
include "arch/evbsh3/conf/files.shbus"
|
|
|
|
file arch/evbsh3/evbsh3/conf.c
|
|
file arch/evbsh3/evbsh3/machdep.c
|
|
|
|
defopt opt_memsize.h IOM_ROM_SIZE IOM_RAM_SIZE
|
|
defopt opt_led_addr.h LED_ADDR
|
|
defopt opt_initbsc.h BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL
|
|
BSC_MCR_VAL BSC_SDMR_VAL BSC_RTCSR_VAL BSC_RTCNT_VAL
|
|
BSC_RTCOR_VAL FRQCR_VAL PFC_SCPCR_VAL
|