summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-012-4/+8
| | | | * startup/m68k-stub.c: Removed typos.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-012-38/+42
| | | | * sh7045/score/ispsh7045.c: Fixed typos.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-014-7/+13
| | | | | * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-012-1/+5
| | | | * sh7045/score/cpu_asm.c: Fixed typo.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-013-12/+16
| | | | * delay/delay.c, score/ispsh7032.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-013-109/+113
| | | | * score/cpu_asm.c, score/ispsh7750.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-013-99/+103
| | | | * score/cpu_asm.c, score/ispsh7045.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-015-0/+16
| | | | | | * mpc8xx/console-generic/console-generic.c, mpc8xx/cpm/dpram.c, mpc8xx/exceptions/raw_exception.c, ppc403/clock/clock.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-013-0/+7
| | | | | * shared/interrupts/installisrentries.c, shared/interrupts/vectorexceptions.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-012-0/+5
| | | | * gnatcommon.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-013-1/+11
| | | | * gnatsupp/gnatsupp.c, startup/spurious.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-013-5/+8
| | | | * clock/ckinit.c, console/console.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-012-2/+8
| | | | * gdbsci/gdbsci.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-013-3/+5
| | | | * start/start.S, startup/hw_init.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-014-0/+28
| | | | | | * cpu.c: Currently only the mpc8260 BSP supports interrupt nesting. NOTE: These needs to be generalized as the patch is applied to other BSPs.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-014-12/+19
| | | | | * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-016-12/+20
| | | | | * canbus/canbus.c, clock/p_clock.c, console/console.c, network/network.c, startup/bspstart.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-013-2/+6
| | | | * startup/genpvec.c, tod/todcfg.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-012-5/+10
| | | | * mips-stub.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-013-2/+8
| | | | * startup/bspclean.c, startup/bspstart.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-013-0/+7
| | | | * startup/gdb-support.c, startup/linkcmds: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-013-3/+6
| | | | * console/conscfg.c, startup/bspstart.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-012-199/+203
| | | | * startup/m68k-stub.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-013-0/+7
| | | | * network/network.c, startup/bspclean.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-012-10/+15
| | | | * startup/page_table.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-014-2/+15
| | | | * startup/bspstart.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-012-5/+9
| | | | * m68k-stub.c: Corrected typos.
* 2002-11-01 Andy Dachs <a.dachs@sstl.co.uk>Joel Sherrill2002-11-014-377/+484
| | | | | * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support for _ISR_Nest_level.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-312-2/+7
| | | | | * comm/i386-stub.c: Fixed places where debug_error() was not called with enough arguments.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-312-3/+8
| | | | * comm/i386-stub.c: Removed warnings.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-314-0/+12
| | | | | * mpc6xx/clock/c_clock.c, mpc6xx/exceptions/raw_exception.c, mpc6xx/mmu/bat.c: Removed warnings.
* 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.