summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Regenerate.Ralf Corsepius2005-11-141-8/+0
|
* Reflect having moved libchip/network/mii.h and libchip/network/if_media.h.Ralf Corsepius2005-11-141-2/+2
|
* Remove (Moved to cpukit).Ralf Corsepius2005-11-142-733/+0
|
* 2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-132-5/+8
| | | | * Makefile.am: Remove depend-am.
* Remove depend.Ralf Corsepius2005-11-134-14/+0
|
* 2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-131-0/+2
| | | | | * automake/compile.am, automake/host.am, automake/local.am, automake/subdirs.am: Remove depend.
* 2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-132-0/+9
| | | | | * configure.ac: Explicitly pass --libdir and --includedir to testsuites.
* 2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-132-4/+4
| | | | * bsp_specs: Remove %cpp.
* 2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-132-4/+4
| | | | * bsp_specs: Remove %cpp.
* 2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-124-8/+8
| | | | * bsp_specs: Remove %cpp.
* 2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-123-7/+8
| | | | | * bsp_specs: Remove %cpp. * console/console.c: Eliminate obsolete types.
* 2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-128-16/+16
| | | | * bsp_specs: Remove %cpp.
* 2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-122-10/+10
| | | | * configure.ac: Remove USE_ENHANCED_INTR_API.
* Clean up UART2 pin setup. Protect pin setup code.Eric Norum2005-11-113-2/+12
|