Commit Graph

5632 Commits

Author SHA1 Message Date
Ralf Corsepius
e05490a8b1 2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove *lib:.
2003-09-19 11:05:23 +00:00
Ralf Corsepius
e4f53ad1dc 2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove *lib:.
2003-09-19 10:59:57 +00:00
Ralf Corsepius
3299388d88 2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove *lib:.
2003-09-19 10:33:08 +00:00
Ralf Corsepius
a1546de742 2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove *lib:.
2003-09-19 10:18:23 +00:00
Ralf Corsepius
b08914675b 2003-09-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove *lib:.
2003-09-18 14:58:36 +00:00
Ralf Corsepius
f73ae98072 2003-09-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/cache/cache.c (m68030): fix prototype mismatch of
	_CPU_cache_flush_entire_data.
2003-09-18 08:48:23 +00:00
Ralf Corsepius
baa6f32c93 2003-09-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/cache/cache.c (m68030): fix prototype mismatch of
	_CPU_cache_flush_entire_data.

2003-09-04	Joel Sherrill <joel@OARcorp.com>

	* shared/misc/m68kidle.c: URL for license changed.

2003-08-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Reflect having moved aclocal/.

2003-08-16	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Reflect having moved automake/.
	* m68040/Makefile.am: Reflect having moved automake/.
	* m68040/fpsp/Makefile.am: Reflect having moved automake/.
	* shared/Makefile.am: Reflect having moved automake/.
	* shared/cache/Makefile.am: Reflect having moved automake/.
	* shared/misc/Makefile.am: Reflect having moved automake/.

2003-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

2003-03-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove AC_CONFIG_AUX_DIR.

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AC_PREREQ(2.57).

2002-01-15	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
	Eliminate *_O_FILES.
	* shared/cache/Makefile.am: Ditto.
	* shared/misc/Makefile.am: Ditto.

2002-12-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.

2002-12-01	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Add RTEMS_PROG_CCAS.

2002-10-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Reformat.
	Add autom4te*cache.
	Remove autom4te.cache.

2002-08-21	Joel Sherrill <joel@OARcorp.com>

	* configure.ac, shared/misc/Makefile.am: PR217 required that the
	idle task be moved to libcpu so it could be more acutely aware of
	the CPU model.  This file was modified to pick up the idle task
	from there.
	* shared/misc/m68kidle.c: New file.

2002-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.

2002-08-06	Joel Sherrill <joel@OARcorp.com>

	* configure.ac: Be more specific about looking at CPU32 and CPU32+
	CPU model names so we can turn on the best compile of memcpy.c.

2002-08-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Replace mcpu32 by mcpu32p conditional.
	* share/misc/Makefile.am: Fix AM_CPPFLAGS bug.

2002-08-05	Joel Sherrill <joel@OARcorp.com>

	* Per PR260 eliminate use of make-target-options.  This impacted
	RTEMS allowing a distinction between the CPU32 and CPU32+ in the
	SuperCore and required that the m68k optimized memcpy be moved
	to libcpu.
	* shared/misc/memcpy.c: Moved from score/cpu/m68k.
	* configure.ac, shared/Makefile.am: Modified to reflect new directory.
	* shared/misc/.cvsignore, shared/misc/Makefile.am: New file.

2002-03-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* shared/Makefile.am: Remove AUTOMAKE_OPTIONS.

2001-10-26	Joel Sherrill <joel@OARcorp.com>

	* Makefile.am, configure.ac: New libcpu support for mcf5206e.

2001-10-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Add autom4te.cache for autoconf > 2.52.
	* configure.in: Remove.
	* configure.ac: New file, generated from configure.in by autoupdate.

2001-09-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
	* shared/cache/Makefile.am: Use 'CLEANFILES ='.

2001-03-03	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
	Apply include_*HEADERS instead of H_FILES.

2000-11-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

2000-11-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.

2000-10-26	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.

2000-09-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
	compile.am

2000-08-10	Joel Sherrill <joel@OARcorp.com>

	* ChangeLog: New file.
2003-09-18 08:47:43 +00:00
Jennifer Averett
e02bfe21ab 2003-09-15 Jennifer Averett <jennifer@OARcorp.com>
* psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
2003-09-15 18:45:24 +00:00
Jennifer Averett
fd5ac32b51 2003-09-15 Jay Monkman <jtm@smoothsmoothie.com>
PR 480/bsps
	* shared/irq/irq_asm.S: Remove duplicate code.
2003-09-15 13:51:46 +00:00
Joel Sherrill
c218824d8e 2003-09-15 Joel Sherrill <joel@OARcorp.com>
PR 483/bsps
	* startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
	cannot be installed until RTEMS has initialized the vector table.
2003-09-15 13:26:14 +00:00
Joel Sherrill
1c490ab036 2003-09-15 Joel Sherrill <joel@OARcorp.com>
PR 483/bsps
	* start/start.c, startup/bspstart.c: Spurious interrupt handlers cannot
	be installed until RTEMS has initialized the vector table.
2003-09-15 13:26:11 +00:00
Ralf Corsepius
5fa175603a 2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove *lib:.
2003-09-08 15:51:07 +00:00
Ralf Corsepius
27aad19f6c 2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove *lib:.
2003-09-08 15:40:32 +00:00
Ralf Corsepius
6f6309456c 2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove *lib:.
2003-09-08 15:28:57 +00:00
Joel Sherrill
e96d248a16 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* lib/libcpu/shared/include/cache.h,
	lib/libcpu/shared/src/cache_aligned_malloc.c,
	lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
	license changed.
2003-09-04 18:58:07 +00:00
Joel Sherrill
7c4a626318 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* shared/include/cache.h, shared/src/cache_aligned_malloc.c,
	shared/src/cache_manager.c: URL for license changed.
2003-09-04 18:57:22 +00:00
Joel Sherrill
4e89a1228b 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* addlq.c, cnvpkt.c, dump.c, fatal.c, getlq.c, getpkt.c, init.c,
	initlq.c, intr.c, mpci.h, mpisr.c, poll.c, receive.c, retpkt.c,
	send.c, setckvec.c, shm_driver.h: URL for license changed.
2003-09-04 18:56:25 +00:00
Joel Sherrill
dcdb62d96c 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* rtems-multiprocessing.adb, rtems-multiprocessing.ads, rtems.adb,
	rtems.ads: URL for license changed.
2003-09-04 18:53:57 +00:00
Joel Sherrill
95a81ab4eb 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* include/timesys.h, tm01/system.h, tm01/task1.c, tm01/tm01.doc,
	tm02/system.h, tm02/task1.c, tm02/tm02.doc, tm03/system.h,
	tm03/task1.c, tm03/tm03.doc, tm04/system.h, tm04/task1.c,
	tm04/tm04.doc, tm05/system.h, tm05/task1.c, tm05/tm05.doc,
	tm06/system.h, tm06/task1.c, tm06/tm06.doc, tm07/system.h,
	tm07/task1.c, tm07/tm07.doc, tm08/system.h, tm08/task1.c,
	tm08/tm08.doc, tm09/system.h, tm09/task1.c, tm09/tm09.doc,
	tm10/system.h, tm10/task1.c, tm10/tm10.doc, tm11/system.h,
	tm11/task1.c, tm11/tm11.doc, tm12/system.h, tm12/task1.c,
	tm12/tm12.doc, tm13/system.h, tm13/task1.c, tm13/tm13.doc,
	tm14/system.h, tm14/task1.c, tm14/tm14.doc, tm15/system.h,
	tm15/task1.c, tm15/tm15.doc, tm16/system.h, tm16/task1.c,
	tm16/tm16.doc, tm17/system.h, tm17/task1.c, tm17/tm17.doc,
	tm18/system.h, tm18/task1.c, tm18/tm18.doc, tm19/system.h,
	tm19/task1.c, tm19/tm19.doc, tm20/system.h, tm20/task1.c,
	tm20/tm20.doc, tm21/system.h, tm21/task1.c, tm21/tm21.doc,
	tm22/system.h, tm22/task1.c, tm22/tm22.doc, tm23/system.h,
	tm23/task1.c, tm23/tm23.doc, tm24/system.h, tm24/task1.c,
	tm24/tm24.doc, tm25/system.h, tm25/task1.c, tm25/tm25.doc,
	tm26/fptest.h, tm26/system.h, tm26/task1.c, tm26/tm26.doc,
	tm27/system.h, tm27/task1.c, tm27/tm27.doc, tm28/system.h,
	tm28/task1.c, tm28/tm28.doc, tm29/system.h, tm29/task1.c,
	tm29/tm29.doc, tmck/system.h, tmck/task1.c, tmck/tmck.doc,
	tmoverhd/dumrtems.h, tmoverhd/empty.c, tmoverhd/system.h,
	tmoverhd/testtask.c, tmoverhd/tmoverhd.doc: URL for license changed.
2003-09-04 18:53:55 +00:00
Joel Sherrill
a62b4d747a 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* include/timesys.h, tmitronsem01/init.c, tmitronsem01/system.h,
	tmitronsem01/tmitronsem01.doc: URL for license changed.
2003-09-04 18:53:51 +00:00
Joel Sherrill
ef2ce2e2a2 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* include/tmacros.h: URL for license changed.
2003-09-04 18:53:50 +00:00
Joel Sherrill
d2b93bfd98 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
	sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
	sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
	sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
	sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
	sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
	sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
	sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
	sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
	sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
	sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
	sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
	sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
	sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
	sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
	sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
	sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
	sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
	sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
	sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
	sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
	sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
	sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
	sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
	sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
	sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
	sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
	sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
	sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
	sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
	sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
	sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
	sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
	sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
	sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
	sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
	sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
	sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
	sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
	sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
	sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
	spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
	spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
	spsize/size.c, spsize/system.h: URL for license changed.
2003-09-04 18:53:48 +00:00
Joel Sherrill
3e26377bba 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
	base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
	base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
	base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
	fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
	hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
	paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
	ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
	unlimited/init.c, unlimited/system.h, unlimited/test1.c,
	unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
	for license changed.
2003-09-04 18:53:41 +00:00
Joel Sherrill
3c48599c1c 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
	psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
	psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
	psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
	psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
	psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
	psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
	psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
	psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
	psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
	psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
	psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
	psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
	psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
	psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
	psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
	psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
	psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
	psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
	psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
	psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
	psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
	psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
	psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
	psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
	psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
	psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
	psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
	psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
	psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
	psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
	psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
	psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
	psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
	psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
	psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
	psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
	psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
	psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
	psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
	psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
	psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
	psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
	psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
	psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
	psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
	psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
	psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
	psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
	psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
	psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
	psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
	psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
	psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
	psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
	psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
	psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
	psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
	psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
	psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
	psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
	psxtimer/system.h: URL for license changed.
2003-09-04 18:53:39 +00:00
Joel Sherrill
d7a0857b3f 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* mp01/init.c, mp01/system.h, mp01/task1.c, mp01/node1/mp01.doc,
	mp01/node2/mp01.doc, mp02/init.c, mp02/system.h, mp02/task1.c,
	mp02/node1/mp02.doc, mp02/node2/mp02.doc, mp03/delay.c, mp03/init.c,
	mp03/system.h, mp03/task1.c, mp03/node1/mp03.doc,
	mp03/node2/mp03.doc, mp04/init.c, mp04/system.h, mp04/task1.c,
	mp04/node1/mp04.doc, mp04/node2/mp04.doc, mp05/asr.c, mp05/init.c,
	mp05/system.h, mp05/task1.c, mp05/node1/mp05.doc,
	mp05/node2/mp05.doc, mp06/init.c, mp06/system.h, mp06/task1.c,
	mp06/node1/mp06.doc, mp06/node2/mp06.doc, mp07/init.c, mp07/system.h,
	mp07/task1.c, mp07/node1/mp07.doc, mp07/node2/mp07.doc, mp08/init.c,
	mp08/system.h, mp08/task1.c, mp08/node1/mp08.doc,
	mp08/node2/mp08.doc, mp09/init.c, mp09/recvmsg.c, mp09/sendmsg.c,
	mp09/system.h, mp09/task1.c, mp09/node1/mp09.doc,
	mp09/node2/mp09.doc, mp10/init.c, mp10/system.h, mp10/task1.c,
	mp10/task2.c, mp10/task3.c, mp10/node1/mp10.doc, mp10/node2/mp10.doc,
	mp11/init.c, mp11/system.h, mp11/node1/mp11.doc, mp11/node2/mp11.doc,
	mp12/init.c, mp12/system.h, mp12/node1/mp12.doc, mp12/node2/mp12.doc,
	mp13/init.c, mp13/system.h, mp13/task1.c, mp13/task2.c,
	mp13/node1/mp13.doc, mp13/node2/mp13.doc, mp14/delay.c,
	mp14/evtask1.c, mp14/evtmtask.c, mp14/exit.c, mp14/init.c,
	mp14/msgtask1.c, mp14/pttask1.c, mp14/smtask1.c, mp14/system.h,
	mp14/node1/mp14.doc, mp14/node2/mp14.doc: URL for license changed.
2003-09-04 18:53:31 +00:00
Joel Sherrill
2abdd87b91 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
	cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
	malloctest/system.h, malloctest/task1.c, monitor/init.c,
	monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
	rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
	rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
	rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
	stackchk/blow.c, stackchk/init.c, stackchk/system.h,
	stackchk/task1.c: URL for license changed.
2003-09-04 18:53:27 +00:00
Joel Sherrill
2f564fee64 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h,
	itronmbf01/init.c, itronmbf01/itronmbf01.doc, itronmbf01/system.h,
	itronmbox01/init.c, itronmbox01/system.h, itronsem01/init.c,
	itronsem01/itronsem01.doc, itronsem01/system.h, itrontask01/init.c,
	itrontask01/itrontask01.doc, itrontask01/system.h,
	itrontask01/task1.c, itrontask02/dormant.c, itrontask02/init.c,
	itrontask02/itrontask02.doc, itrontask02/system.h,
	itrontask03/init.c, itrontask03/itrontask03.doc,
	itrontask03/preempt.c, itrontask03/system.h, itrontask03/task1.c,
	itrontask03/task2.c, itrontask03/task3.c, itrontask04/init.c,
	itrontask04/itrontask04.doc, itrontask04/system.h,
	itrontask04/task1.c, itrontask04/task2.c, itrontask04/task3.c,
	itrontime01/init.c, itrontime01/system.h: URL for license changed.
2003-09-04 18:53:25 +00:00
Joel Sherrill
9e7c546a47 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* rtems/no-dpmem.c, rtems/no-event.c, rtems/no-mp.c, rtems/no-msg.c,
	rtems/no-part.c, rtems/no-region.c, rtems/no-rtmon.c, rtems/no-sem.c,
	rtems/no-signal.c, rtems/no-timer.c, sapi/no-ext.c, sapi/no-io.c: URL
	for license changed.
2003-09-04 18:53:23 +00:00
Joel Sherrill
fa9ef954f8 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* include/rtems++/rtemsEvent.h, include/rtems++/rtemsInterrupt.h,
	include/rtems++/rtemsMessageQueue.h,
	include/rtems++/rtemsSemaphore.h, include/rtems++/rtemsStatusCode.h,
	include/rtems++/rtemsTask.h, include/rtems++/rtemsTaskMode.h,
	include/rtems++/rtemsTimer.h, src/rtemsEvent.cc,
	src/rtemsInterrupt.cc, src/rtemsMessageQueue.cc,
	src/rtemsSemaphore.cc, src/rtemsStatusCode.cc, src/rtemsTask.cc,
	src/rtemsTimer.cc: URL for license changed.
2003-09-04 18:53:21 +00:00
Joel Sherrill
94365d9159 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* ide/ata.c, ide/ata.h, ide/ata_internal.h, ide/ide_controller.c,
	ide/ide_ctrl.h, ide/ide_ctrl_cfg.h, ide/ide_ctrl_io.h,
	network/cs8900.c, network/cs8900.c.bsp, network/cs8900.h,
	network/dec21140.c, network/elnk.c, network/open_eth.c,
	network/sonic.c, network/sonic.h, rtc/icm7170.c, rtc/icm7170.h,
	rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
	rtc/icm7170_reg8.c, rtc/m48t08.c, rtc/m48t08.h, rtc/m48t08_reg.c,
	rtc/m48t08_reg2.c, rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, rtc/rtc.h,
	rtc/rtcprobe.c, serial/mc68681.c, serial/mc68681.h,
	serial/mc68681_p.h, serial/mc68681_reg.c, serial/mc68681_reg2.c,
	serial/mc68681_reg4.c, serial/mc68681_reg8.c, serial/serial.h,
	serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
	serial/z85c30_reg.c: URL for license changed.
2003-09-04 18:53:19 +00:00
Joel Sherrill
3fb42b41e7 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c, include/rtems/score/iosh7750.h,
	include/rtems/score/ipl.h, include/rtems/score/ispsh7750.h,
	include/rtems/score/sh4_regs.h, include/rtems/score/sh7750_regs.h,
	include/sh/sh4uart.h, sci/console.c, sci/sh4uart.c, score/cpu_asm.c,
	score/ispsh7750.c, timer/timer.c: URL for license changed.
2003-09-04 18:53:16 +00:00
Joel Sherrill
85a18cc59e 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c, include/io_types.h, include/iosh7045.h,
	include/ispsh7045.h, include/sci.h, include/sci_termios.h,
	include/sh7_pfc.h, include/sh7_sci.h, sci/sci.c, sci/sci_termios.c,
	score/cpu_asm.c, score/ispsh7045.c, timer/timer.c: URL for license
	changed.
2003-09-04 18:53:13 +00:00
Joel Sherrill
2f399d606d 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c, delay/delay.c, include/iosh7032.h,
	include/ispsh7032.h, include/sci.h, include/sh7_pfc.h,
	include/sh7_sci.h, sci/sci.c, score/cpu_asm.c, score/ispsh7032.c,
	timer/timer.c: URL for license changed.
2003-09-04 18:53:11 +00:00
Joel Sherrill
21e1c448ba 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h,
	mpc6xx/exceptions/raw_exception.c, mpc6xx/exceptions/raw_exception.h,
	mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h, mpc6xx/mmu/mmuAsm.S,
	mpc6xx/timer/timer.c, mpc8260/clock/clock.c,
	mpc8260/console-generic/console-generic.c, mpc8260/cpm/brg.c,
	mpc8260/exceptions/raw_exception.c,
	mpc8260/exceptions/raw_exception.h, mpc8260/include/cpm.h,
	mpc8260/include/mmu.h, mpc8260/mmu/mmu.c, mpc8260/timer/timer.c,
	mpc8xx/clock/clock.c, mpc8xx/console-generic/console-generic.c,
	mpc8xx/exceptions/raw_exception.c, mpc8xx/exceptions/raw_exception.h,
	mpc8xx/include/cpm.h, mpc8xx/include/mmu.h, mpc8xx/mmu/mmu.c,
	mpc8xx/timer/timer.c, ppc403/clock/clock.c,
	ppc403/console/console.c.polled, ppc403/timer/timer.c,
	rtems/powerpc/debugmod.h, shared/include/byteorder.h,
	shared/include/cpuIdent.c, shared/include/cpuIdent.h,
	shared/include/io.h, shared/include/mmu.h, shared/include/page.h,
	shared/include/pgtable.h, shared/include/spr.h: URL for license
	changed.
2003-09-04 18:53:10 +00:00
Joel Sherrill
2f10af44fa 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c, timer/timer.c: URL for license changed.
2003-09-04 18:53:07 +00:00
Joel Sherrill
ae8d185e48 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c, mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h,
	mongoosev/duart/mg5uart_reg.c, mongoosev/include/mongoose-v.h,
	mongoosev/vectorisrs/maxvectors.c, mongoosev/vectorisrs/vectorisrs.c,
	r46xx/vectorisrs/maxvectors.c, shared/interrupts/isr_entries.S,
	timer/timer.c, tx39/vectorisrs/maxvectors.c: URL for license changed.
2003-09-04 18:53:05 +00:00
Joel Sherrill
4daae7454c 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* shared/misc/m68kidle.c: URL for license changed.
2003-09-04 18:53:04 +00:00
Joel Sherrill
57e9580f07 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c, console/mcfuart.c, include/mcf5206e.h,
	include/mcfmbus.h, include/mcfuart.h, mbus/mcfmbus.c, timer/timer.c,
	timer/timerisr.S: URL for license changed.
2003-09-04 18:53:02 +00:00
Joel Sherrill
17159865dc 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* cpu.c, cpu.h, cpuModel.S, cpuModel.h, displayCpu.c, idtr.S, page.c:
	URL for license changed.
2003-09-04 18:53:01 +00:00
Joel Sherrill
83f22650c8 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* clock/clock.c, include/semaphore.h, semaphore/semaphore.c,
	timer/timer.c: URL for license changed.
2003-09-04 18:53:00 +00:00
Joel Sherrill
86d58c02cc 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* clock/clock.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
	shmsupp/cause_intr.c, shmsupp/getcfg.c, shmsupp/lock.c,
	shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
	startup/exit.c, startup/setvec.c, timer/timer.c: URL for license
	changed.
2003-09-04 18:52:58 +00:00
Joel Sherrill
ade07c260a 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* bspclean.c, bspstart.c: URL for license changed.
2003-09-04 18:52:57 +00:00
Joel Sherrill
48821c919c 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c, console/console.c, console/consolereserveresources.c,
	console/debugputs.c, include/bsp.h, include/coverhd.h,
	include/leon.h, startup/setvec.c, timer/timer.c: URL for license
	changed.
2003-09-04 18:52:55 +00:00
Joel Sherrill
7d2a06416a 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c, console/console.c, console/consolereserveresources.c,
	console/debugputs.c, include/bsp.h, include/coverhd.h,
	include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
	URL for license changed.
2003-09-04 18:52:53 +00:00
Joel Sherrill
7050ec709b 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c,
	console.c, ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h,
	include/coverhd.h: URL for license changed.
2003-09-04 18:52:52 +00:00
Joel Sherrill
b5bc659354 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
	include/ramdisk.h, start/start.S, startup/bspstart.c,
	startup/hw_init.c, startup/linkcmds, startup/linkcmds-le.coff,
	timer/timer.c, tools/runtest.in: URL for license changed.
2003-09-04 18:52:50 +00:00
Joel Sherrill
f48d86a83c 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h, start/start.S, startup/bspstart.c,
	trap34/console-io.c: URL for license changed.
2003-09-04 18:52:49 +00:00
Joel Sherrill
0bc918605e 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* console.c, setvec.c: URL for license changed.
2003-09-04 18:52:47 +00:00
Joel Sherrill
8c398292fb 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* console/console.c, hw_init/hw_init.c, include/bsp.h,
	include/coverhd.h, include/sdram.h, start/start.S,
	startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
	startup/linkcmds.rom2ram: URL for license changed.
2003-09-04 18:52:46 +00:00
Joel Sherrill
5e1b695e85 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
	start/start.ram, start/start.rom, startup/bspclean.c,
	startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
	startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
2003-09-04 18:52:44 +00:00