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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems/] [c/] [src/] [exec/] [score/] [cpu/] [no_cpu/] [rtems.c] - Blame information for rev 158

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

Line No. Rev Author Line
1 158 chris
/*  rtems.c  ===> rtems.S or rtems.s
2
 *
3
 *  This file contains the single entry point code for
4
 *  the Or1k implementation of RTEMS.
5
 *
6
 *  NOTE:  This is supposed to be a .S or .s file NOT a C file.
7
 *
8
 *  COPYRIGHT (c) 1989-1999.
9
 *  On-Line Applications Research Corporation (OAR).
10
 *
11
 *  The license and distribution terms for this file may be
12
 *  found in the file LICENSE in this distribution or at
13
 *  http://www.OARcorp.com/rtems/license.html.
14
 *
15
 */
16
 
17
/*
18
 *  This is supposed to be an assembly file.  This means that system.h
19
 *  and cpu.h should not be included in a "real" rtems file.
20
 */
21
 
22
#include <rtems/system.h>
23
#include <rtems/score/cpu.h>
24
/* #include "asm.h> */
25
 
26
/*
27
 *  RTEMS
28
 *
29
 *  This routine jumps to the directive indicated in the
30
 *  CPU defined register.  This routine is used when RTEMS is
31
 *  linked by itself and placed in ROM.  This routine is the
32
 *  first address in the ROM space for RTEMS.  The user "calls"
33
 *  this address with the directive arguments in the normal place.
34
 *  This routine then jumps indirectly to the correct directive
35
 *  preserving the arguments.  The directive should not realize
36
 *  it has been "wrapped" in this way.  The table "_Entry_points"
37
 *  is used to look up the directive.
38
 *
39
 */
40
 
41
void RTEMS()
42
{
43
}
44
 

powered by: WebSVN 2.1.0

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