Commit Graph

17130 Commits

Author SHA1 Message Date
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
Joel Sherrill
943b7d9ea2 2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* aclocal/version.m4: Bump API to 4.10.
2008-10-01 17:17:22 +00:00
Joel Sherrill
7d2aaa6f76 2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx01/psx01.scn: Bump version to 4.9.99.0
2008-10-01 17:16:37 +00:00
Joel Sherrill
df518cbeab 2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp43/sp43.scn: Bump version to 4.9.99.0
2008-10-01 17:16:33 +00:00
Joel Sherrill
b7c75137cf 2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* shell/preface.texi: Bump version to 4.9.99.0
2008-10-01 17:16:29 +00:00
Joel Sherrill
8000c52f99 2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, PCI_bus/PCI.c, PCI_bus/universe.c, startup/genpvec.c:
	Fix warnings.
2008-10-01 17:03:45 +00:00
Joel Sherrill
d59e9b9044 2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, preinstall.am, PCI_bus/PCI.c, PCI_bus/PCI.h,
	PCI_bus/universe.c, console/85c30.c, console/85c30.h,
	console/consolebsp.h, console/tbl85c30.c, include/gen2.h,
	startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
	startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c,
	vme/VMEConfig.h: Some clean up.
	* include/coverhd.h: Removed.
2008-10-01 16:09:23 +00:00
Joel Sherrill
049b893ff4 2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/erc32.cfg: Revert accidental commit.
2008-10-01 13:19:51 +00:00
Ralf Corsepius
b1866be864 2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* mpc83xx/include/mpc83xx.h: #include <bspopts.h> to make sure
	defines from bspopts.h get propagated.
2008-10-01 11:23:07 +00:00
Ralf Corsepius
68f39d5830 2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h: #include <bspopts.h> first.
2008-10-01 09:35:40 +00:00
Ralf Corsepius
c5a7f1a9c2 2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
	of building libbspstart.a, using automake-rules.
2008-10-01 09:33:09 +00:00
Ralf Corsepius
ce1dfbef4b 2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove scitab.c (Not applicable).
2008-10-01 09:31:46 +00:00
Ralf Corsepius
75e1089296 2008-10-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* custom/brs5l.cfg, custom/gen5200.cfg, custom/gen83xx.cfg,
	custom/genmcf548x.cfg, custom/hsc_cm01.cfg, custom/icecube.cfg,
	custom/m5484FireEngine.cfg, custom/mpc5566evb.cfg,
	custom/mpc55xx.cfg, custom/mpc8313erdb.cfg, custom/mpc8349eamds.cfg,
	custom/pgh360.cfg, custom/pghplus.cfg, custom/pm520_cr825.cfg,
	custom/pm520_ze30.cfg, custom/tqm8xx.cfg, custom/tqm8xx_stk8xx.cfg:
	Back out parts of yesterdays changes.
2008-10-01 06:42:55 +00:00
Ralf Corsepius
f59f648917 Back out parts of yesterdays changes. 2008-10-01 06:42:48 +00:00
Ralf Corsepius
edc1ce3ceb 2008-10-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* custom/gen83xx.cfg, custom/lpc2478.cfg: Remove warning flags.
2008-10-01 01:20:46 +00:00
Ralf Corsepius
08ecdaa4e6 2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1324/bsps
        * aclocal/check-bsps.m4: Revert Joel's icecube patch.
2008-10-01 01:12:15 +00:00