Commit Graph

16578 Commits

Author SHA1 Message Date
Joel Sherrill
704e37143e 2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, include/bsp.h, include/bspopts.h.in,
	startup/bspstart.c: Add use of bsp_get_work_area() in its own file
	and rely on BSP Framework to perform more initialization.
2008-09-15 22:05:08 +00:00
Joel Sherrill
76432f9a52 2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Add use of bsp_get_work_area() in its own file and
	rely on BSP Framework to perform more initialization.
2008-09-15 22:05:04 +00:00
Joel Sherrill
fe6cce1cda 2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c, startup/bspstart.c.nocache: Add use of
	bsp_get_work_area() in its own file and rely on BSP Framework to
	perform more initialization.
2008-09-15 22:05:03 +00:00
Joel Sherrill
379a476172 2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, startup/bspstart.c: Use shared bsp_get_work_area() in
	its own file and rely on BSP Framework to perform more
	initialization.
	* startup/bspgetworkarea.c: New file.
2008-09-15 19:25:42 +00:00
Joel Sherrill
5e8726d0c8 2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/bspgetworkarea.c, shared/bsphwinit.c, shared/bspstart.c:
	New files.
2008-09-15 19:18:45 +00:00
Joel Sherrill
628d804f36 2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, include/bsp.h, startup/hw_init.c,
	startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Use
	shared bsp_get_work_area() in its own file and rely on BSP Framework
	to perform more initialization. After factoring this out, it turned
	out that all SuperH BSPs has the same bsp_start() implementation so
	this was made shared.
	* startup/bspstart.c: Removed.
2008-09-15 19:18:36 +00:00
Joel Sherrill
512d0fcba1 2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use
	shared bsp_get_work_area() in its own file and rely on BSP Framework
	to perform more initialization. After factoring this out, it turned
	out that all SuperH BSPs has the same bsp_start() implementation so
	this was made shared.
2008-09-15 19:18:31 +00:00
Joel Sherrill
11a6c97462 2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use
	shared bsp_get_work_area() in its own file and rely on BSP Framework
	to perform more initialization. After factoring this out, it turned
	out that all SuperH BSPs has the same bsp_start() implementation so
	this was made shared.
	* startup/bspstart.c: Removed.
2008-09-15 19:18:29 +00:00
Joel Sherrill
c51efdcd62 2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/bspstart.c: Use shared bsp_get_work_area() in its own file and
	rely on BSP Framework to perform more initialization.
	* shared/bspgetworkarea.c: New file.
2008-09-15 17:54:11 +00:00
Joel Sherrill
182674ed7c 2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Use shared bsp_get_work_area() in its own file and rely
	on BSP Framework to perform more initialization.
2008-09-15 17:54:09 +00:00
Joel Sherrill
20e1bdfc0c 2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* leaf.cfg: LINK.c and LINK.cc include LDFLAGS so do not include it in
	make-exe and make-cxx-exe definitions. This was resulting in the
	linker script being processed twice and breaking some BSPs.
2008-09-15 17:43:22 +00:00
Ralf Corsepius
4fcb2f17d5 Use "double" instead of "rtems_double". 2008-09-15 13:53:53 +00:00
Joel Sherrill
28b6765d41 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, startup/bspstart.c: Use shared bsp_get_work_area() into
	its own file and use BSP Framework to perform more initialization.
2008-09-15 00:23:55 +00:00
Joel Sherrill
b4a52b19b9 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
	Create bsp_get_work_area() into its own file and use BSP Framework to
	perform more initialization.
	* startup/bspgetworkarea.c: New file.
2008-09-14 23:43:36 +00:00
Joel Sherrill
c4515a1491 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Create
	bsp_get_work_area() into its own file and use BSP Framework to
	perform more initialization.
	* startup/bspgetworkarea.c: New file.
2008-09-14 23:33:05 +00:00
Joel Sherrill
5c8d42b7b2 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Move extern of bsp_clicks_per_usec so it is not
	nested inside braces.
2008-09-14 23:17:13 +00:00
Joel Sherrill
3ddb428321 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, console/rsPMCQ1.h, include/bsp.h,
	startup/bspstart.c: Create bsp_get_work_area() into its own file and
	use BSP Framework to perform more initialization.
	* startup/bspgetworkarea.c: New file.
2008-09-14 23:07:47 +00:00
Joel Sherrill
eb3923bce5 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Create
	bsp_get_work_area() into its own file and use BSP Framework to
	perform more initialization.
	* startup/bspgetworkarea.c: New file.
	* startup/main.c: Removed.
2008-09-14 22:03:54 +00:00
Joel Sherrill
6f4aa47622 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, startup/bspstart.c: Create bsp_get_work_area() into its
	own file and use BSP Framework to perform more initialization.
	* startup/bspgetworkarea.c: New file.
2008-09-14 21:57:13 +00:00
Joel Sherrill
a444be6268 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Create
	bsp_get_work_area() into its own file and use BSP Framework to
	perform more initialization.
	* startup/bspgetworkarea.c: New file.
2008-09-14 21:52:48 +00:00
Joel Sherrill
e95cf8c9d5 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Create
	bsp_get_work_area() into its own file and use BSP Framework to
	perform more initialization.
	* startup/bspgetworkarea.c: New file.
2008-09-14 21:44:01 +00:00
Joel Sherrill
6a39cd4fec 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into
	its own file and use BSP Framework to perform more initialization.
	* startup/bspgetworkarea.c: New file.
2008-09-14 21:38:25 +00:00
Joel Sherrill
63c08c06df 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Split out
	bsp_get_work_area() into its own file and user BSP Framework to
	perform more initialization.
	* startup/bspgetworkarea.c: New file.
2008-09-14 21:34:26 +00:00
Joel Sherrill
58eee41c11 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
	Split out bsp_get_work_area() into its own file and user BSP
	Framework to perform more initialization.
	* startup/bspgetworkarea.c: New file.
2008-09-14 21:26:23 +00:00
Joel Sherrill
25e4d24f12 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Split out
	bsp_get_work_area() into its own file and user BSP Framework to
	perform more initialization.
	* startup/bspgetworkarea.c: New file.
2008-09-14 21:16:26 +00:00
Joel Sherrill
ff32644ed5 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/__main.c, startup/bspstart.c:
	Split out bsp_get_work_area() into its own file and user BSP
	Framework to perform more initialization.
	* startup/bspgetworkarea.c: New file.
2008-09-14 21:02:10 +00:00
Joel Sherrill
a012d1881a 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, include/bspopts.h.in: Split out
	bsp_get_work_area() into its own file and user BSP Framework to
	perform more initialization. Use same shared implementation as
	edb7312 and csb336.
2008-09-14 20:42:57 +00:00
Joel Sherrill
f560d0ac22 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Split out
	bsp_get_work_area() into its own file and user BSP Framework to
	perform more initialization. Use same shared implementation as
	edb7312 and csb336.
2008-09-14 20:22:57 +00:00
Joel Sherrill
12d853d54b 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Split out bsp_cleanup() and
	bsp_get_work_area() into their own files.
	* startup/bspclean.c, startup/bspgetworkarea.c,
	startup/bspstart.c: New files.
	* startup/start.c: Removed.
2008-09-14 20:04:36 +00:00
Joel Sherrill
cdeed30434 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Split out
	bsp_get_work_area() into its own file and user BSP Framework to
	perform more initialization. Use same shared implementation as
	edb7312 and csb336.
2008-09-14 19:54:15 +00:00
Joel Sherrill
b9cb6cdf74 2008-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Now support
	bsp_get_work_area() and used shared implementation of it and
	bsp_pretasking_hook. Ticker runs.
	* startup/bspgetworkarea.c: New file.
2008-09-12 21:47:01 +00:00
Joel Sherrill
3ab13d5ce8 2008-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac, startup/bspclean.c, startup/bspstart.c:
	Now support bsp_get_work_area() and used shared implementation of it
	and bsp_pretasking_hook.
2008-09-12 21:18:07 +00:00
Joel Sherrill
02694aae95 2008-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/bspgetworkarea.c: New file.
2008-09-12 20:25:38 +00:00
Joel Sherrill
0729c2d928 2008-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Split out bsp_get_work_area() into its own file and user
	BSP Framework to perform more initialization. Let edb7312 and csb336
	shared the implementation.
	* startup/bspgetworkarea.c: Removed.
2008-09-12 20:25:34 +00:00
Joel Sherrill
b7774253cf 2008-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Split out
	bsp_get_work_area() into its own file and user BSP Framework to
	perform more initialization. Let edb7312 and csb336 shared the
	implementation.
2008-09-12 20:25:31 +00:00
Joel Sherrill
c3ee425704 2008-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* network_5200/network.c: Remove use of boolean.
2008-09-12 18:15:03 +00:00
Ralf Corsepius
fd92869fe0 Regenerate. 2008-09-12 07:48:11 +00:00
Ralf Corsepius
c42b245904 Bump GDB_RPMREL. 2008-09-12 07:47:01 +00:00
Ralf Corsepius
0558e58c56 Update. 2008-09-12 07:46:06 +00:00
Ralf Corsepius
10d4919cc7 Remove (unused). 2008-09-12 07:43:34 +00:00
Ralf Corsepius
ebe7bf2842 Merge-in Joels gdb-6.8-sysv-ipc-1.diff. 2008-09-12 06:44:19 +00:00
Ralf Corsepius
3e25608121 GCC_RPMREL = 3 (Rebuild against binutils-2.18.90). 2008-09-11 15:57:25 +00:00
Ralf Corsepius
518adaf96c Abandon gcc-4.3.1. 2008-09-11 15:56:31 +00:00
Ralf Corsepius
6176ff0dc4 Remove (unused). 2008-09-11 15:53:10 +00:00
Ralf Corsepius
a9cb0b0905 2008-09-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/include/rtems/rtems/types.h: Do not define rtems_boolean,
	rtems_single, rtems_double unless RTEMS_DEPRECATED_TYPES is given.
2008-09-11 14:12:52 +00:00
Ralf Corsepius
6162bc2a1d 2008-09-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Do not define boolean, single_precision,
	double_precision unless RTEMS_DEPRECATED_TYPES is given.
2008-09-11 14:10:16 +00:00
Ralf Corsepius
04e8c69ba0 Upgrade to binutils-2.18.90. 2008-09-11 12:00:46 +00:00
Joel Sherrill
ad01cc3bbd 2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/timer_driver.ads: Switch to new names.
2008-09-10 21:36:04 +00:00
Joel Sherrill
4909a30e63 2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Review of all bsp_cleanup() implementations. In this
	phase, all prototypes were removed from bsp.h and empty
	implementations were removed and made to use the shared stub.
2008-09-10 21:35:37 +00:00
Joel Sherrill
8da29747e8 2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Review of all bsp_cleanup() implementations. In
	this phase, all prototypes were removed from bsp.h and empty
	implementations were removed and made to use the shared stub.
2008-09-10 21:35:19 +00:00