OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [dejagnu/] [baseboards/] [vr4300.exp] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# Danger, Will Robinson!  Settings in this file do not override
2
# previous settings for the board being defined.
3
 
4
# This is a list of toolchains that are supported on this board.
5
set_board_info target_install {mips64vr4300-elf mips64-elf}
6
 
7
# Load the generic configuration for this board. This will define a basic
8
# set of routines needed by the tool to communicate with the board.
9
load_generic_config "vr4300"
10
 
11
# It's a little-endian board.
12
process_multilib_options "little-endian"
13
 
14
# We only support newlib on this target. We assume that all multilib
15
# options have been specified before we get here.
16
set_board_info compiler "[find_gcc]"
17
set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]"
18
set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
19
# IDT linker script.
20
set_board_info ldscript "-Wl,-Tidt.ld"
21
 
22
# GDB doesn't return exit statuses and we need to indicate this;
23
# the standard GCC wrapper will work with this target.
24
set_board_info needs_status_wrapper 1
25
 
26
# The GDB protocol used with this board.
27
set_board_info gdb_protocol "mips"
28
 
29
# This board is unreliable. If a test times out, the board should be
30
# rebooted and the test re-run.
31
set_board_info unreliable 1
32
 
33
# Can't pass arguments to the program.
34
set_board_info noargs 1
35
 
36
# No support for signals.
37
set_board_info gdb,nosignals 1
38
 
39
# We need to clear the floating-point status register before running.
40
# This command will be sent after connecting to the board.
41
set_board_info gdb_init_command "print/x \$fsr = 0x0"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.