Commit Graph

3961 Commits

Author SHA1 Message Date
Joel Sherrill
09eb8a2ee8 2001-10-11 Alexandra Kossovsky <sasha@oktet.ru>
* Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
	include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
	start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
	startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
	startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
	wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
	hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files.
	Reviewed and updated to latest automake and autoconf standards
	by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
2001-10-11 19:04:11 +00:00
Joel Sherrill
3e4969d5b8 2001-10-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Reworked for autoconf-2.52.
2001-10-11 16:43:45 +00:00
Joel Sherrill
0be2f35867 2001-10-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: AC_PREREQ(2.52), Adapt CONFIG_SUBDIRS to
	autoconf-2.52.
2001-10-11 16:43:10 +00:00
Joel Sherrill
fc40d5d4a8 2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
	* configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
	RTEMS_LIBBSP_CPU_SUBDIR.
2001-10-11 16:38:05 +00:00
Joel Sherrill
3d5bd91b72 2001-10-11 Joel Sherrill <joel@OARcorp.com>
* console/85c30.c, startup/bspstart.c: Fix references to delay() and
	delay_in_bus_cycles() to add rtems_bsp_ prefix.
2001-10-11 16:30:34 +00:00
Joel Sherrill
d9b0b86670 2001-10-10 Joel Sherrill <joel@OARcorp.com>
* src/imfs/imfs_getchild.c: Correct length of static string
	as reported by Ibragimov Ilya <ibr@oktet.ru>.
2001-10-11 13:16:24 +00:00
Joel Sherrill
ceead58b56 2001-10-10 Joel Sherrill <joel@OARcorp.com>
* libc/printk.c (printNum): Properly handle a maxwidth of 0
	as reported by Nick Hennenfent <NICK.HENNENFENT@ROCHE.COM>.
2001-10-10 18:42:07 +00:00
Joel Sherrill
193f8107b0 2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: reformat noinst_HEADERS to work around a bug in
	automake-1.4-p5.
	* configure.in: autoupdate to autoconf-2.52, apply RTEMS_CPU_SUBDIRS.
2001-10-10 00:36:15 +00:00
Joel Sherrill
1e93954540 2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: New file.
	* configure.in: Use RTEMS_BSP_SUBDIR.
2001-10-10 00:31:09 +00:00
Joel Sherrill
949b619051 2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: New file.
	* configure.in: Use RTEMS_BSP_SUBDIR.
2001-10-10 00:25:36 +00:00
Joel Sherrill
d805c4961d 2001-09-28 Joel Sherrill <joel@OARcorp.com>
* dummy/dummy.c: Now a useful configuration that starts main().
	* wrapup/Makefile.am: Include a base level configuration in
	RTEMS library.
2001-09-28 23:15:51 +00:00
Joel Sherrill
af536c966a 2001-09-28 Joel Sherrill <joel@OARcorp.com>
* shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
	not main().
2001-09-28 23:14:58 +00:00
Joel Sherrill
6a6cd55490 2001-09-28 Joel Sherrill <joel@OARcorp.com>
* start/start.S: Invoke boot_card() not main().
2001-09-28 23:14:23 +00:00
Joel Sherrill
194b5c708d 2001-09-28 Joel Sherrill <joel@OARcorp.com>
* src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
2001-09-28 23:14:08 +00:00
Joel Sherrill
0387547451 2001-09-27 Jiri Gaisler <jiri@gaisler.com>
* cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
	bug has been there all the time, but only hits the leon bsp since the
	leon cpu has a 5-stage pipeline (erc32 has 4 stages).
2001-09-28 14:09:41 +00:00
Joel Sherrill
0e053e83ae 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
	* include/Makefile.am: Use 'PREINSTALL_FILES ='.
	* inline/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
	* macros/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-28 13:36:26 +00:00
Joel Sherrill
3f56f22c7f 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
	* include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
	* inline/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
	* macros/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-28 13:36:12 +00:00
Joel Sherrill
0e99592e5e 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
	* include/Makefile.am: Use 'PREINSTALL_FILES ='.
	* inline/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
	* macros/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-28 13:36:03 +00:00
Joel Sherrill
4154b62fda 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/zilog/Makefile.am: Use 'PREINSTALL_FILES ='.
	* include/motorola/Makefile.am: Use 'PREINSTALL_FILES ='.
	* include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
	* include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
	* include/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-28 13:35:49 +00:00
Joel Sherrill
e4145663eb 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
	* network/Makefile.am: Use 'PREINSTALL_FILES ='.
	* serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-28 13:35:05 +00:00
Joel Sherrill
52b3ff6819 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/imfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-28 13:34:57 +00:00
Joel Sherrill
aea9bb4695 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* untar/Makefile.am: Use 'PREINSTALL_FILES ='.
	* monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
	* shell/Makefile.am: Use 'PREINSTALL_FILES ='.
	* devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
	* dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
	* mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
	* stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
	* rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
	* cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
	* rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-28 13:34:40 +00:00
Joel Sherrill
e747aaf843 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-28 13:34:27 +00:00
Joel Sherrill
a86faa5908 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems++/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-28 13:34:17 +00:00
Joel Sherrill
152790ae61 2001-09-27 Joel Sherrill <joel@OARcorp.com>
* old_exception_processing/cpu.h: Renamed delay() to rtems_bsp_delay().
	Renamed delay_in_bus_cycles() to rtems_bsp_delay_in_bus_cycles().
	* shared/include/cpu.h: Renamed delay() to rtems_bsp_delay().
	Renamed delay_in_bus_cycles() to rtems_bsp_delay_in_bus_cycles().
2001-09-28 13:29:25 +00:00
Joel Sherrill
cf28209062 2001-09-27 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
2001-09-28 13:28:11 +00:00
Joel Sherrill
cbb5fc7072 2001-09-27 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
	* shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
2001-09-28 13:25:55 +00:00
Joel Sherrill
4009fd862a 2001-09-27 Jiri Gaisler <jiri@gaisler.com>
* cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
	bug has been there all the time, but only hits the leon bsp since the
	leon cpu has a 5-stage pipeline (erc32 has 4 stages).
2001-09-27 21:17:26 +00:00
Joel Sherrill
6846a2f5cf 2001-09-27 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Fixed typo in date.
2001-09-27 21:08:19 +00:00
Joel Sherrill
2fc97439ff 2001-09-27 Jiri Gaisler <jiri@gaisler.com>
* cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
	bug has been there all the time, but only hits the leon bsp since the
	leon cpu has a 5-stage pipeline (erc32 has 4 stages).
2001-09-27 19:52:09 +00:00
Joel Sherrill
6cc5f1b445 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
	* cache/Makefile.am: Use 'PREINSTALL_FILES ='.
	* cache/Makefile.am: Use 'CLEANFILES ='.
2001-09-27 19:46:35 +00:00
Joel Sherrill
c1767be077 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-09-27 19:46:17 +00:00
Joel Sherrill
5f4ee2ab59 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
	* old_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
	* mpc6xx/mmu/Makefile.am: Use 'PREINSTALL_FILES ='.
	* mpc6xx/clock/Makefile.am: Use 'PREINSTALL_FILES ='.
	* mpc6xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='.
	* mpc8xx/include/Makefile.am: Use 'PREINSTALL_FILES ='.
	* mpc8xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='.
	* shared/include/Makefile.am: Use 'PREINSTALL_FILES ='.
	* shared/src/Makefile.am: Use 'PREINSTALL_FILES ='.
	* shared/src/Makefile.am: Use 'CLEANFILES ='.
2001-09-27 19:45:55 +00:00
Joel Sherrill
dc2014fe98 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tx39/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
	* mongoosev/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
	* mongoosev/duart/Makefile.am: Use 'PREINSTALL_FILES ='.
	* shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
	* shared/cache/Makefile.am: Use 'CLEANFILES ='.
2001-09-27 19:45:21 +00:00
Joel Sherrill
563acb1e8b 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
	* shared/cache/Makefile.am: Use 'CLEANFILES ='.
2001-09-27 19:45:04 +00:00
Joel Sherrill
232be6b1c2 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use 'PREINSTALL_FILES ='.
	* Makefile.am: Use 'CLEANFILES ='.
2001-09-27 19:44:39 +00:00
Joel Sherrill
ae74a16a71 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-27 19:44:10 +00:00
Joel Sherrill
738349192c 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
	* shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-27 19:42:43 +00:00
Joel Sherrill
b0f80e1b7c 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am: Use 'PREINSTALL_FILES ='.
	* residual/Makefile.am: Use 'PREINSTALL_FILES ='.
	* irq/Makefile.am: Use 'PREINSTALL_FILES ='.
	* motorola/Makefile.am: Use 'PREINSTALL_FILES ='.
	* vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
	* pci/Makefile.am: Use 'PREINSTALL_FILES ='.
	* openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-27 19:41:08 +00:00
Joel Sherrill
8c4566a23b 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
	* residual/Makefile.am: Use 'PREINSTALL_FILES ='.
	* vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
	* pci/Makefile.am: Use 'PREINSTALL_FILES ='.
	* openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
	* bootloader/Makefile.am: Use 'CLEANFILES ='.
2001-09-27 19:39:51 +00:00
Joel Sherrill
25bc7ee83f 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
	* irq/Makefile.am: Use 'PREINSTALL_FILES ='.
	* vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-27 19:39:33 +00:00
Joel Sherrill
7b4917cdef 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
	* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-09-27 19:38:19 +00:00
Joel Sherrill
cf19dc2d9a 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-09-27 19:36:35 +00:00
Joel Sherrill
1858070dee 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-27 19:31:53 +00:00
Joel Sherrill
91fd38f21b 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* irq/Makefile.am: Use 'PREINSTALL_FILES ='.
	* comm/Makefile.am: Use 'PREINSTALL_FILES ='.
	* pci/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-27 19:31:23 +00:00
Joel Sherrill
333694cd6b 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-27 19:29:39 +00:00
Joel Sherrill
074225ba67 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
	* include/Makefile.am: Use 'PREINSTALL_FILES ='.
	* console/Makefile.am: Use 'PREINSTALL_FILES ='.
	* Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-09-27 19:29:38 +00:00
Joel Sherrill
5d9a3f1ffa 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
	* include/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-27 19:28:36 +00:00
Joel Sherrill
b9722f84a0 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
	* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
	* irq/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-27 19:28:16 +00:00
Joel Sherrill
0694331b18 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* comm/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-27 19:28:04 +00:00