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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [dejagnu/] [baseboards/] [vr4100-ddb.exp] - Blame information for rev 1778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# This is a list of toolchains that are supported on this board.
2
set_board_info target_install {mips64vr4100-elf mips64-elf}
3
 
4
# It's a little-endian board.
5
process_multilib_options "-EL -msoft-float"
6
 
7
set_board_info startaddr "a0020000"
8
set_board_info hex_startaddr "0xa0020000"
9
 
10
# Load the generic configuration for this board. This will define a basic
11
# set of routines needed by the tool to communicate with the board.
12
load_generic_config "vr4100"
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
# DDB linker script.
20
set_board_info ldscript "-Wl,-Tpmon.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 "ddb"
28
 
29
set_board_info reboot_delay 10
30
 
31
# This board is unreliable. If a test times out, the board should be
32
# rebooted and the test re-run.
33
set_board_info unreliable 1

powered by: WebSVN 2.1.0

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