forked from Imagelibrary/rtems
2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds: All SPARC executables should include rtems_get_version_string so the monitor used can provide RTEMS awareness based upon the version.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: All SPARC executables should include
|
||||||
|
rtems_get_version_string so the monitor used can provide RTEMS
|
||||||
|
awareness based upon the version.
|
||||||
|
|
||||||
2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
PR 1294/bsps
|
PR 1294/bsps
|
||||||
|
|||||||
@@ -81,6 +81,11 @@ MEMORY
|
|||||||
ram : ORIGIN = 0x02000000, LENGTH = 32M
|
ram : ORIGIN = 0x02000000, LENGTH = 32M
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPARC monitor assumes this is present to provide proper RTEMS awareness.
|
||||||
|
*/
|
||||||
|
EXTERN(rtems_get_version_string);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* stick everything in ram (of course)
|
* stick everything in ram (of course)
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: All SPARC executables should include
|
||||||
|
rtems_get_version_string so the monitor used can provide RTEMS
|
||||||
|
awareness based upon the version.
|
||||||
|
|
||||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am, configure.ac: Add capability for bootcard.c BSP
|
* Makefile.am, configure.ac: Add capability for bootcard.c BSP
|
||||||
|
|||||||
@@ -81,6 +81,11 @@ MEMORY
|
|||||||
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPARC monitor assumes this is present to provide proper RTEMS awareness.
|
||||||
|
*/
|
||||||
|
EXTERN(rtems_get_version_string);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* stick everything in ram (of course)
|
* stick everything in ram (of course)
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: All SPARC executables should include
|
||||||
|
rtems_get_version_string so the monitor used can provide RTEMS
|
||||||
|
awareness based upon the version.
|
||||||
|
|
||||||
2008-07-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2008-07-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* startup/bspstart.c: Changed bsp_get_workarea() to
|
* startup/bspstart.c: Changed bsp_get_workarea() to
|
||||||
|
|||||||
@@ -81,6 +81,11 @@ MEMORY
|
|||||||
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPARC monitor assumes this is present to provide proper RTEMS awareness.
|
||||||
|
*/
|
||||||
|
EXTERN(rtems_get_version_string);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* stick everything in ram (of course)
|
* stick everything in ram (of course)
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user