1 # This is a list of toolchains that are supported on this board.
2 set_board_info target_install {sh-elf}
4 # Load a baseboard description for SID simulators.
5 load_base_board_description "basic-sid"
7 process_multilib_options ""
9 verbose "Using simulator [board_info $board sim]\n"
10 set_board_info sim [find_rawsid]
11 if { ${tool} == "gdb" } {
12 set_board_info sim,options "-f [find_sid_conf sh-gdb]"
14 set_board_info sim,options "-f [find_sid_conf sh-gloss]"
17 # Load the generic configuration for this board. This will define a basic set
18 # of routines needed by the tool to communicate with the board.
19 load_generic_config "sid"
22 # set_board_info sim,defaultendian "-EB"
24 # Tells the test harness to use pre-generated sid configurations.
25 set_board_info sim,protocol "sid"