Commit Graph

17145 Commits

Author SHA1 Message Date
Joel Sherrill
c7b9ed35f3 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* preinstall.am: Regenerated.
2008-10-02 21:36:13 +00:00
Joel Sherrill
eb15b898a3 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore, ChangeLog, Makefile.am, acinclude.m4,
	configure.ac: New files.
2008-10-02 21:35:57 +00:00
Joel Sherrill
41e58bb3a4 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: New file.
2008-10-02 21:35:46 +00:00
Joel Sherrill
0fd07a10eb 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac,
	preinstall.am, console/console-io.c, console/syscalls.S,
	include/.cvsignore, include/bsp.h, start/start.S, startup/bspstart.c,
	startup/crtn.S, startup/linkcmds, timer/timer.c, tools/.cvsignore,
	tools/Makefile.am, tools/configure.ac, tools/runtest.in: New files.
2008-10-02 21:34:36 +00:00
Joel Sherrill
d92d42e9cb 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/m32csim.cfg: New file.
2008-10-02 21:34:05 +00:00
Joel Sherrill
0c34b17650 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac, score/cpu/Makefile.am: Initial addition of M32C port.
	This is still a work in process but most tests do run on simulator.
2008-10-02 21:33:09 +00:00
Joel Sherrill
ed6e947180 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore, ChangeLog, Makefile.am, context_init.c, context_switch.S,
	cpu.c, cpu_asm.c, preinstall.am, varvects.S, varvects.h, rtems/asm.h,
	rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/m32c.h,
	rtems/score/types.h: New files.
2008-10-02 21:32:44 +00:00
Joel Sherrill
9a79f1b42c 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/utils-cp.c: Do not put a 64K buffer on the stack.
2008-10-02 21:31:54 +00:00
Joel Sherrill
b28b126b20 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* unlimited/system.h: 10000 task ids is too many for some targets.
2008-10-02 21:31:08 +00:00
Joel Sherrill
12a0a52518 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/inline/rtems/score/priority.inl: Use simple integer as loop
	counter.
2008-10-02 21:03:44 +00:00
Joel Sherrill
1d7a927dc4 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/timesys.h: Use inttypes.h.
	* tmck/task1.c: Use uint32_t for count.
2008-10-02 21:01:58 +00:00
Joel Sherrill
2cc1b43b57 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/monitor/mon-monitor.c, rtems/include/rtems/rtems/types.h: Do
	not have fp context type when no hardware or software floating point
	is available.
2008-10-02 21:00:37 +00:00
Joel Sherrill
82478ffc7d 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
	sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
	spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
	and Region calls. On 16-bit architectures, size_t can be 16-bits
	which would limit sizes to 64K. Also address constants which
	overflowed on 16-bit integer targets.
2008-10-02 20:57:28 +00:00
Joel Sherrill
4c09f4b3fe 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/malloc_statistics_helpers.c,
	libcsupport/src/realloc.c, rtems/include/rtems/rtems/region.h,
	rtems/include/rtems/rtems/support.h,
	rtems/src/regiongetsegmentsize.c, rtems/src/regionresizesegment.c,
	rtems/src/workspace.c, sapi/include/confdefs.h,
	score/include/rtems/score/heap.h,
	score/include/rtems/score/protectedheap.h,
	score/include/rtems/score/wkspace.h, score/src/heap.c,
	score/src/heapallocate.c, score/src/heapallocatealigned.c,
	score/src/heapextend.c, score/src/heapresizeblock.c,
	score/src/heapsizeofuserarea.c, score/src/pheapgetblocksize.c,
	score/src/wkspace.c: Change size_t to ssize_t on all Heap, Workspace
	and Region calls. On 16-bit architectures, size_t can be 16-bits
	which would limit sizes to 64K.
2008-10-02 20:56:55 +00:00
Joel Sherrill
3d0e458723 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu_asm.c, rtems/score/cpu.h, rtems/score/types.h: Corrections and
	updates.
2008-10-02 20:20:17 +00:00
Joel Sherrill
b079fe33e4 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/main_cp.c, libmisc/shell/main_ls.c,
	libmisc/shell/main_mv.c, libmisc/shell/main_netstats.c,
	libmisc/shell/main_rm.c, libmisc/shell/shell_script.c: Newlib >
	1.16.0 requires __need_getopt_newlib to be defined to get visibility
	on the reentrancy extensions.
2008-10-02 20:16:16 +00:00
Joel Sherrill
5d209d6abb 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: bsp_cleanup() was wrong. Use stub. openpic.h not needed.
	* startup/bspclean.c: Removed.
2008-10-02 19:48:51 +00:00
Joel Sherrill
beff4c6d9a 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/init68360.c: Delete unused code.
2008-10-02 19:46:12 +00:00
Joel Sherrill
61814f978e 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* bootcard.c, bspgetworkarea.c, bsppretaskinghook.c,
	include/bootcard.h: Change size_t to ssize_t on bsp_get_work_area().
	On 16-bit architectures, size_t can be 16-bits which would limit the
	work area to 64K.
2008-10-02 19:13:05 +00:00
Joel Sherrill
12838f7579 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspgetworkarea.c: Change size_t to ssize_t on
	bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
	which would limit the work area to 64K.
2008-10-02 19:12:59 +00:00
Joel Sherrill
c7932deda1 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/bspgetworkarea.c: Change size_t to ssize_t on
	bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
	which would limit the work area to 64K.
2008-10-02 19:12:54 +00:00
Joel Sherrill
b4fa916b3c 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/startup/bspgetworkarea.c: Change size_t to ssize_t on
	bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
	which would limit the work area to 64K.
2008-10-02 19:12:40 +00:00
Joel Sherrill
de49de66e1 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/config.c, console/console.c, console/console.h,
	console/ns16550cfg.c, console/ns16550cfg.h, include/bsp.h,
	include/tm27.h, irq/irq_init.c, irq/openpic_xxx_irq.c,
	pci/no_host_bridge.c: File head clean up.
	* console/debugio.c: Removed.
2008-10-02 17:27:07 +00:00
Joel Sherrill
4e4dc3a577 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, preinstall.am: Use shared stub coverhd.h
	* include/coverhd.h: Removed.
2008-10-02 16:39:15 +00:00
Joel Sherrill
76428fd9b9 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, preinstall.am:
	* include/coverhd.h: Removed.
2008-10-02 16:38:19 +00:00
Joel Sherrill
b5f6cf3447 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* preinstall.am: Regenerated.
2008-10-02 14:53:31 +00:00
Joel Sherrill
1004c3c125 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, console/85c30.h,
	console/console.c, console/consolebsp.h, console/tbl85c30.c,
	include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
	pci/no_host_bridge.c, startup/bspclean.c, startup/bspstart.c,
	startup/genpvec.c, startup/vmeintr.c: File head clean up.
2008-10-02 14:26:17 +00:00
Joel Sherrill
1666253fcb Revert. 2008-10-02 13:51:27 +00:00
Joel Sherrill
92b338c091 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, startup/bspgetworkarea.c: Turn = into +=.
2008-10-02 13:50:44 +00:00
Ralf Corsepius
7cb9e43824 2008-10-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* custom/virtex.cfg: Remove -Dvirtex.
2008-10-02 10:28:32 +00:00
Ralf Corsepius
20a53db80b Remove -Dvirtex. 2008-10-02 10:28:19 +00:00
Ralf Corsepius
10de6e1931 2008-10-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* custom/pghplus.cfg, custom/tqm8xx.cfg, custom/tqm8xx_stk8xx.cfg:
	Remove RTEMS_TQM_MODEL.
2008-10-02 08:13:18 +00:00
Ralf Corsepius
8f9acb2803 Remove RTEMS_TQM_MODEL. 2008-10-02 08:13:09 +00:00
Ralf Corsepius
2aff96b6a8 2008-10-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* custom/mpc5566evb.cfg, custom/mpc55xx.cfg: Remove
	RTEMS_BOARD_MODEL.
2008-10-02 08:10:13 +00:00
Ralf Corsepius
913f3e9479 Remove RTEMS_BOARD_MODEL. 2008-10-02 08:09:55 +00:00
Ralf Corsepius
9723df84c4 2008-10-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* custom/pgh360.cfg: Remove RTEMS_BOARD_MODEL.
2008-10-02 08:08:28 +00:00
Ralf Corsepius
adc6349ed2 2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Move PGH360, GEN68360, GEN68360_040
	defines from *.cfg into bspopts.h.
2008-10-02 07:44:27 +00:00
Ralf Corsepius
f8bf65669c 2008-10-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* custom/m5484FireEngine.cfg: Remove RTEMS_BOARD_MODEL.
	Remove RTEMS_54XX_DERIVATE (Unused).
	* custom/genmcf548x.cfg: Remove RTEMS_BOARD_MODEL.
2008-10-02 07:15:27 +00:00
Ralf Corsepius
618b18f848 Remove RTEMS_BOARD_MODEL. Remove RTEMS_54XX_DERIVATE (Unused). 2008-10-02 07:15:17 +00:00
Ralf Corsepius
e90653d79c Remove RTEMS_BOARD_MODEL. 2008-10-02 07:14:58 +00:00
Ralf Corsepius
b465b0f110 2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Move M5484FIREENGINE defines from *.cfg into
	bspopts.h.
2008-10-02 07:07:38 +00:00
Ralf Corsepius
c43e350a9b 2008-10-02 Ralf Corsepius <ralf.corsepius@rtems.org>
*  custom/brs5l.cfg, custom/gen5200.cfg, custom/icecube.cfg,
	custom/pm520_cr825.cfg, custom/pm520_ze30.cfg: Remove RTEMS_BOARD_MODEL.
2008-10-02 04:39:53 +00:00
Ralf Corsepius
461e18c7bc Remove RTEMS_BOARD_MODEL. 2008-10-02 04:38:37 +00:00
Ralf Corsepius
8d3d04555c 2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Move PM520_ZE30, PM520_CR825, icecube, BRS5L
	defines from *.cfg into bspopts.h.
2008-10-02 04:11:37 +00:00
Ralf Corsepius
3760a5d66d 2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349
	defines from *.cfg into bspopts.h.
2008-10-02 04:10:08 +00:00
Ralf Corsepius
62df126155 2008-10-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* custom/gen83xx.cfg, custom/hsc_cm01.cfg, custom/mpc8313erdb.cfg,
	custom/mpc8349eamds.cfg: Remove RTEMS_BOARD_MODEL,
	RTEMS_83XX_DERIVATE.
2008-10-02 04:01:28 +00:00
Ralf Corsepius
77a1304d97 Remove RTEMS_BOARD_MODEL, RTEMS_83XX_DERIVATE. 2008-10-02 04:01:00 +00:00
Ralf Corsepius
d5d8f1067f 2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349
	defines from *.cfg into bspopts.h.
2008-10-02 03:57:09 +00:00
Joel Sherrill
caf0e53e8f 2008-10-01 Gene Smith <gene.smith@siemens.com>
PR 1328/cpukit
	* libmisc/shell/main_mdump.c, libmisc/shell/main_mwdump.c: Fix printing
	of more than 256 bytes.
2008-10-01 20:02:34 +00:00
Joel Sherrill
27a0015fd6 2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* VERSION: Bump version to 4.9.99.0
2008-10-01 17:17:52 +00:00