summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-318-4/+21
| | | | | | * bootloader/em86.c, console/inch.c, console/polled_io.c, irq/irq.c, motorola/motorola.c, pci/detect_raven_bridge.c, vectors/vectors_init.c: Removed warnings.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-312-76/+81
| | | | * m68k-stub.c: Fixed warnings about multi-line strings in asm.
* 2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill2002-10-282-0/+183
| | | | * ide_ctrl.c: New file.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-21202-300/+913
| | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
* 2002-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-092-0/+5
| | | | * .cvsignore: Add autom4te.cache.
* 2002-10-04 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill2002-10-042-0/+10
| | | | * irq/irq_asm.S: Add FIQ support.
* 2002-10-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-022-1418/+4
| | | | * rtems-stub-glue.c: Removed should only be common copy.
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-144-0/+14
| | | | | * cpu.c: Include declaration of variable i in ifdef USE_SPRG to eliminate warning.
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-142-0/+9
| | | | | * clock/clock.c: Per PR257, remove reference to c3x_set_ie. c4x variant should use c4x_set_iie().
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-1410-5/+30
| | | | | * startup/bspstart.c: As part of fixing PR281 on gensh4, a review of all calls to bsp_libc_init() resulted in some cleanup here.
* 2002-09-14 Ivan Guzvinec <ivang@opencores.org>Joel Sherrill2002-09-144-4/+12
| | | | | * include/bsp.h, startup/Makefile.am, startup/bspclean.c: Cleanup so the BSP works.
* 2002-09-13 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-09-141-0/+5
| | | | | * start/start16.S: Remove unwanted + at beginning of relative numeric label.
* 2002-09-13 Eric Norum <eric.norum@usask.ca>Eric Norum2002-09-131-1/+1
| | | | | * start/start16.S: Remove unwanted + at beginning of relative numeric label.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-082-1/+4
| | | | * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-084-3/+8
| | | | * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-082-1/+5
| | | | * Makefile.am: Don't use RTEMS_TOPdir in ACLOCAL_AMFLAGS.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-082-1/+5
| | | | * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-082-1/+4
| | | | * configure.ac: Remove duplicate mpc6xx/timer/Makefile from CONFIG_FILES.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-082-1/+5
| | | | * configure.ac: Remove duplicate timer/Makefile from CONFIG_FILES.
* 2002-09-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-072-1/+6
| | | | | * clock/clock.c: Disabled use of fast idle since it seems broken with gcc 3.2.
* 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-022-0/+7
| | | | | * mpc8260/exceptions/raw_exception.c: #include <string.h>. #include <bspIo.h>.
* 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-022-0/+6
| | | | * pci/pcibios.c: #include <string.h>.
* 2002-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-295-0/+12
| | | | | | | | * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to PREINSTALL_FILES. * console/mouse_parser.c: Include <string.h> (for strcmp). * console/vt.c: Include <string.h> (for memcpy). * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
* 2002-08-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-262-1/+7
| | | | | * startup/linkcmds: Move .init section after text section so C+ global constructors work.
* 2002-08-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-214-19/+63
| | | | | | | | * 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-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-2120-10/+70
| | | | | | * wrapup/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.
* 2002-08-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-21106-205/+418
| | | | * bsp_specs: Added support for -nostdlibs.
* 2002-08-14 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2002-08-144-4/+26
| | | | | | | * mips-stub.c: Re-debugged a breakpoint problem, zbreak target address was a char * which caused the target instruction to not be fully copied, so the zbreak logic corrupted the original instruction and didn't insert a valid break instruction.
* 2002-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-142-0/+12
| | | | | | * start/start16.S: Per PR259, added code to test for video present before touching the adapter. Eric Norum <eric.norum@usask.ca> tested this patch.
* 2002-08-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-122-0/+5
| | | | * console/ps2_mouse.c: Include <string.h> (for abort/exit).
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-112-6/+12
| | | | * bootloader/Makefile.am: Fix that crappy Makefile.am once again.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-113-7/+12
| | | | | * mpc6xx/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-112-1/+5
| | | | * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-117-11/+20
| | | | | | | | | * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-1112-26/+46
| | | | | * start/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-116-9/+21
| | | | * start/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-116-4/+20
| | | | * Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-1110-12/+24
| | | | | | | | | | | | * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * tod/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-119-14/+25
| | | | | | | | | | | * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-1113-18/+33
| | | | | | | | | | | | | | | * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * network/Makefile.am: Use .$(OBJEXT) instead of .o. * nvram/Makefile.am: Use .$(OBJEXT) instead of .o. * pci/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * tod/Makefile.am: Use .$(OBJEXT) instead of .o. * universe/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-119-18/+29
| | | | | | | | | | | * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * irq/Makefile.am: Use .$(OBJEXT) instead of .o. * network/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* Fix broken ChangeLogRalf Corsepius2002-08-111-15/+0
|
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-1113-26/+41
| | | | | | | | | | | | | | | * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * irq/Makefile.am: Use .$(OBJEXT) instead of .o. * motorola/Makefile.am: Use .$(OBJEXT) instead of .o. * openpic/Makefile.am: Use .$(OBJEXT) instead of .o. * pci/Makefile.am: Use .$(OBJEXT) instead of .o. * residual/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-111-0/+15
| | | | | | | | | | | | | | | * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * irq/Makefile.am: Use .$(OBJEXT) instead of .o. * motorola/Makefile.am: Use .$(OBJEXT) instead of .o. * openpic/Makefile.am: Use .$(OBJEXT) instead of .o. * pci/Makefile.am: Use .$(OBJEXT) instead of .o. * residual/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-118-12/+22
| | | | | | | | | | * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * irq/Makefile.am: Use .$(OBJEXT) instead of .o. * network/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-115-4/+11
| | | | | | | * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o. * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-114-3/+9
| | | | | | * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-1110-18/+30
| | | | | | | | | | | | * canbus/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * irq/Makefile.am: Use .$(OBJEXT) instead of .o. * network/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-1110-13/+25
| | | | | | | | | | | | * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * scv64/Makefile.am: Use .$(OBJEXT) instead of .o. * sonic/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * tod/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-117-6/+15
| | | | | | | | | * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.