summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. fixes.Ralf Corsepius2005-12-311-8/+9
|
* 2005-12-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-12-311-0/+2
| | | | | * irq/irq.c, irq/irq_init.c, vectors/vectors_init.c: include <libcpu/raw_exceptions.h>.
* include <libcpu/raw_exceptions.h>.Ralf Corsepius2005-12-313-5/+12
|
* 2005-12-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-12-311-0/+5
| | | | | * include/raw_exception.h, vectors/raw_exception.c: Remove. Use implementation from libcpu instead.
* Remove. Use implementation from libcpu instead.Ralf Corsepius2005-12-312-451/+0
|
* 2005-12-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-12-312-1/+7
| | | | | PR 851/bsps * mpc6xx/exceptions/raw_exception.c: Add PPC_603le.
* 2005-11-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-12-311-0/+4
| | | | * mpc6xx/exceptions/raw_exception.c: Cosmetics.
* Cosmetics.Ralf Corsepius2005-12-311-9/+9
|
* Misc include file fixes.Ralf Corsepius2005-12-3120-42/+98
|
* 2005-12-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-12-311-0/+9
| | | | | | | | | * bestcomm/bestcomm_glue.c, clock/clock.c, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h, include/i2c.h, irq/irq.c, irq/irq_init.c, mscan/mscan.c, network_5200/network.c, nvram/nvram.c, nvram/nvram.h, slicetimer/slicetimer.c, startup/bspstart.c, startup/cpuinit.c, tod/todcfg.c, vectors/vectors_init.c: Misc include file fixes.
* Regenerate.Ralf Corsepius2005-12-311-143/+55
|
* Add bspopts.h.inRalf Corsepius2005-12-311-0/+1
|
* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'sRalf Corsepius2005-12-3182-0/+23211
| | | | submission).
* Add another 'extended BSP' routine which returns reboot status register ↵Eric Norum2005-12-192-0/+42
| | | | information
* 2005-12-02 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-12-024-0/+63
| | | | | | | | | * shared/irq/irq_init.c, shared/openpic/openpic.h shared/openpic/openpic.c: The 8240's EPIC has a 'serial' mode of operation for multiplexing 16 interrupt lines. This introduces a pipeline delay which can cause spurious interrupts unless ending the interrupt cycle (EOI) is delayed accordingly.
* 2005-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-12-024-26/+72
| | | | | | | | | * shared/vectors/vectors.h, shared/vectors/vectors.S, shared/vectors/vectors_init.c: Reduced size of default prologue (some exceptions, e.g., altivec unavail.) are only 0x20 bytes apart. Also introduced a modified prologue that switches r0..r3 shadowing off (r0..r3 undefined on certain 603e variants when incurring a TLB miss).
* 2005-11-29 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-11-303-0/+9
| | | | | | * shared/irq/irq_asm.S, shared/vectors/vectors.S: Clear CR[6] before invoking high-level handler to make sure no varargs fn callee assumes there are FP arguments.
* 2005-11-29 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-11-302-0/+5
| | | | | * shared/irq/irq.c: Fixed incorrect removal of first shared interrupt in chain.
* - trivial correction in commentTill Straumann2005-11-291-1/+1
|
* Fixed format.Joel Sherrill2005-11-221-4/+4
|
* 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-228-29/+16
| | | | * bsp_specs: remove %lib.
* 2005-11-21 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-11-222-0/+9
| | | | | | | * new-exceptions/cpu_asm.S: the book says a context synchronizing instruction (isync) is necessary after flipping certain bits (e.g, MSR_FP) in msr -- since this could happen as part of a context switch I added 'isync'.
* Add dist_scn_DATA = *.scn.Ralf Corsepius2005-11-2128-0/+84
|
* Re-add mp?? tests.Ralf Corsepius2005-11-201-13/+13
|
* Re-add mptests*Makefile.am.Ralf Corsepius2005-11-201-13/+39
|
* 2005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-201-0/+5
| | | | | * configure.ac: Re-add mptests*Makefile.am. * mptests/Makefile.am: Re-add mp?? tests.
* Regenerate.Ralf Corsepius2005-11-20107-109/+114
|
* Cleanup.Ralf Corsepius2005-11-201-2/+0
|
* New.Ralf Corsepius2005-11-2039-0/+572
|
* 2005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-201-0/+23
| | | | | | | | | | | | | | | | | | | | | | | * mptests/mp02/Makefile.am, mptests/mp02/node1/Makefile.am, mptests/mp02/node2/Makefile.am, mptests/mp03/Makefile.am, mptests/mp03/node1/Makefile.am, mptests/mp03/node2/Makefile.am, mptests/mp04/Makefile.am, mptests/mp04/node1/Makefile.am, mptests/mp04/node2/Makefile.am, mptests/mp05/Makefile.am, mptests/mp05/node1/Makefile.am, mptests/mp05/node2/Makefile.am, mptests/mp06/Makefile.am, mptests/mp06/node1/Makefile.am, mptests/mp06/node2/Makefile.am, mptests/mp07/Makefile.am, mptests/mp07/node1/Makefile.am, mptests/mp07/node2/Makefile.am, mptests/mp08/Makefile.am, mptests/mp08/node1/Makefile.am, mptests/mp08/node2/Makefile.am, mptests/mp09/Makefile.am, mptests/mp09/node1/Makefile.am, mptests/mp09/node2/Makefile.am, mptests/mp10/Makefile.am, mptests/mp10/node1/Makefile.am, mptests/mp10/node2/Makefile.am, mptests/mp11/Makefile.am, mptests/mp11/node1/Makefile.am, mptests/mp11/node2/Makefile.am, mptests/mp12/Makefile.am, mptests/mp12/node1/Makefile.am, mptests/mp12/node2/Makefile.am, mptests/mp13/Makefile.am, mptests/mp13/node1/Makefile.am, mptests/mp13/node2/Makefile.am, mptests/mp14/Makefile.am, mptests/mp14/node1/Makefile.am, mptests/mp14/node2/Makefile.am: New.
* Cleanup.Ralf Corsepius2005-11-201-3/+0
|
* Cleanup.Ralf Corsepius2005-11-202-4/+0
|
* Remove.Ralf Corsepius2005-11-2028-390/+0
|
* New.Ralf Corsepius2005-11-2028-0/+390
|
* Add scndir. Install *.scn to scndir.Ralf Corsepius2005-11-2028-28/+56
|
* 2005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-201-0/+19
| | | | | | | | | | | | | | | | | | * samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am, samples/base_sp/Makefile.am, samples/hello/Makefile.am, samples/ticker/Makefile.am, sptests/sp01/Makefile.am, sptests/sp02/Makefile.am, sptests/sp03/Makefile.am, sptests/sp04/Makefile.am, sptests/sp05/Makefile.am, sptests/sp06/Makefile.am, sptests/sp07/Makefile.am, sptests/sp08/Makefile.am, sptests/sp09/Makefile.am, sptests/sp11/Makefile.am, sptests/sp12/Makefile.am, sptests/sp13/Makefile.am, sptests/sp14/Makefile.am, sptests/sp15/Makefile.am, sptests/sp16/Makefile.am, sptests/sp17/Makefile.am, sptests/sp19/Makefile.am, sptests/sp20/Makefile.am, sptests/sp21/Makefile.am, sptests/sp22/Makefile.am, sptests/sp23/Makefile.am, sptests/sp24/Makefile.am, sptests/sp25/Makefile.am: Add scndir. Install *.scn to scndir.
* Add rtems_ada_testsdir.Ralf Corsepius2005-11-201-0/+2
|
* 2005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-201-0/+12
| | | | | | | | | | | | * samples/base_mp/Makefile.am: Remove references to *.scn. * samples/base_mp/node1/base_mp.scn: Remove. * samples/base_mp/node1/base_mp-node1.scn: New. * samples/base_mp/node1/Makefile.am: Eliminate NODE. Reflect having renamed base_mp.scn. * samples/base_mp/node2/base_mp.scn: Remove. * samples/base_mp/node2/base_mp-node2.scn: New. * samples/base_mp/node2/Makefile.am: Eliminate NODE. Reflect having renamed base_mp.scn.
* Remove references to *.scn.Ralf Corsepius2005-11-201-2/+0
|
* Eliminate NODE.Ralf Corsepius2005-11-202-8/+4
|
* New.Ralf Corsepius2005-11-202-0/+10
|
* Remove.Ralf Corsepius2005-11-202-10/+0
|
* 2005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-201-0/+4
| | | | | | | * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Add RTEMS_RELLDFLAGS. * automake/compile.am: Remove RTEMS_USE_GCC. Remove RTEMS_RELLDFLAGS.
* Remove RTEMS_USE_GCC. Remove RTEMS_RELLDFLAGS.Ralf Corsepius2005-11-201-6/+0
|
* Remove RTEMS_USE_GCC. Add RTEMS_RELLDFLAGS.Ralf Corsepius2005-11-201-2/+5
|
* 2005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-202-1/+5
| | | | * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
* 2005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-202-5/+10
| | | | | * configure.ac: Reflect changes to testsuites/automake, testsuites/aclocal.
* 2005-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-11-172-65/+6
| | | | | | * rtems.adb, rtems.ads: Remove initialization directives as rtems_initialize_executive is obsolete and the other initialization services should not be called from Ada anyway.
* 2005-11-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-141-0/+9
| | | | | | | | | * libchip/network/if_media.h, libchip/network/mii.h: Remove (Moved to cpukit). * libchip/Makefile.am: Reflect having moved libchip/network/mii.h and libchip/network/if_media.h. * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and if_media.h having moved.
* Reflect mii.h and if_media.h having moved.Ralf Corsepius2005-11-142-4/+5
|