summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2004-05-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-232-3/+7
| | | | | | | PR 615/bsps * include/tm27.h: Removing USE_ENHANCE_INTR_API conditional check since that is the only kind this BSP supports and tm27 does not care which interrupt model is used as long as the macros are properly defined.
* 2004-05-22 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2004-05-222-12/+33
| | | | | | | | | | PR 619/bsps * mpc6xx/clock/c_clock.c: The PPC decrementer must be reloaded on each clock tick. Currently, this is done by just reloading a fixed value. The attached patch takes into account the time that elapsed since the decrementer crossed zero in order to adjust the value to be re-loaded. Without the patch, the effective system clock cycle is increased by the exception handler latency.
* 2004-05-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2004-05-213-28/+40
| | | | | | | | * PR 624/bsps startup/bspstart.c: When probing the memory, make sure not to corrupt the application. Only probe addresses beyond rtemsFreeMemStart. * Let IBMPC_outch() convert LF -> CRLF to avoid printk scrambling the screen.
* Fix formatting so script sees PR.Joel Sherrill2004-05-211-1/+1
|
* 2004-05-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2004-05-214-36/+51
| | | | | | | | | | | | * PR/625/networking * libchip/network/dec21140.c, ... : Prevent name clashes by making 'ld_le32()' etc. static inlines. Let dec21140 attach routine return an error rather than panic if no chip is detected (thus allowing for probing). * libchip/network/elnk.c: Let elnk bail out if autoneg never completes instead of looping forever. Avoid divide by zero (crashed my PC). * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that they are UNTESTED.
* 2004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-212-0/+6
| | | | | * network/network.c: Include errno.h as a consequence of recent updates to BSD header files.
* 2004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-213-0/+7
| | | | | * ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of recent updates to BSD header files.
* 2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-05-102-5/+4
| | | | * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
* 2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-23150-195/+698
| | | | | | PR 610/bsps * Makefile.am: Add include/tm27.h, Cosmetics. * include/tm27.h: Final cosmetics.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2315-150/+265
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2318-138/+276
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-236-123/+169
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-239-45/+118
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-229-96/+160
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2212-61/+161
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2218-99/+247
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2224-134/+331
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-229-52/+126
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-229-51/+118
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-226-43/+88
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2215-105/+230
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-223-0/+7
| | | | | * libchip/network/dec21140.c, libchip/network/elnk.c: #include <errno.h>.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-223-157/+6
| | | | | * include/bsp.h: Remove (Unused). * Makefile.am: Reflect change above.
* 2004-04-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-215-23/+62
| | | | | | | PR 611/bsps * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions for tm27 and do not add another macro definition. * startup/tm27supp.c: New file.
* 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2192-457/+230
| | | | | PR 613/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
* 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2192-46/+230
| | | | | PR 614/bsps * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
* Remove duplicate white lines.Ralf Corsepius2004-04-21403-2026/+33
|
* Remove stray white spaces.Ralf Corsepius2004-04-21575-7964/+8067
|
* 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-202-2/+4
| | | | * Makefile.am: Remove C_FILES (Unused).
* Remove stray white spaces.Ralf Corsepius2004-04-2051-788/+788
|
* 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-205-31/+130
| | | | | | * libchip/network/if_media.h: Update from FreeBSD. * libchip/network/open_eth.c, libchip/network/cs8900.c, libchip/network/i82586.c: #include <errno.h>.
* 2004-04-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-192-5/+25
| | | | | * start/start.S: DWARF on the m68k requires that all objects me a multiple of a 16-bit word in length.
* Remove stray white spaces.Ralf Corsepius2004-04-1636-209/+209
|
* Remove stray white spaces.Ralf Corsepius2004-04-1633-498/+498
|
* Remove stray white spaces.Ralf Corsepius2004-04-168-72/+72
|
* Remove stray white spaces.Ralf Corsepius2004-04-155-87/+83
|
* Remove stray white spaces.Ralf Corsepius2004-04-15104-155/+1
|
* Remove stray white spaces.Ralf Corsepius2004-04-15265-511/+135
|
* 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-142-0/+7
| | | | | * configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src which still uses RTEMS_ROOT).
* 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-142-2/+4
| | | | * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
* 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-142-1/+9
| | | | * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
* Fixed wrapping.Joel Sherrill2004-04-131-2/+4
|
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-132-2/+7
| | | | | * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of <motorola/mc68230.h>. * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of <motorola/mc68681.h>.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-132-0/+6
| | | | * acinclude.m4: Regenerate to include ss555.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-134-3/+8
| | | | | * mpc5xx/clock/clock.c, mpc5xx/irq/irq_asm.S, mpc5xx/vectors/vectors.S: Reflect new locations of cpukit headers.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-133-3/+7
| | | | * include/bsp.h, startup/start.S: Reflect new locations of cpukit headers.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-132-2/+7
| | | | | * flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of <rtems/score/ppc.h>.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-139-8/+17
| | | | | | | | | * mpc505/ictrl/ictrl.c, mpc505/vectors/vectors.S, mpc6xx/exceptions/raw_exception.c, mpc8260/exceptions/raw_exception.c, mpc8xx/exceptions/raw_exception.c, rtems/powerpc/cache.h, mpc5xx/ictrl/ictrl.c, mpc5xx/exceptions/raw_exception.c: Include <rtems/score/powerpc.h> instead of <rtems/score/ppc.h>.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-131-0/+746
| | | | | | | | | * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h) for consistency with other ports. * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h. * Makefile.am: Reflect changes above. * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of rtems/score/ppc.h.
* 2004-04-12 David Querbach <querbach@realtime.bc.ca>Joel Sherrill2004-04-1221-327/+3398
| | | | | | | | | | | | | | | * README, configure.ac, mpc5xx/Makefile.am, mpc5xx/exceptions/raw_exception.c, mpc5xx/exceptions/raw_exception.h, mpc5xx/timer/timer.c, shared/include/cpuIdent.h: addition of a significant amount of MPC5xx support as part of the addition of the SS555 BSP. * mpc5xx/README, mpc5xx/clock/clock.c, mpc5xx/console-generic/console-generic.c, mpc5xx/include/console.h, mpc5xx/include/mpc5xx.h, mpc5xx/irq/irq.c, mpc5xx/irq/irq.h, mpc5xx/irq/irq_asm.S, mpc5xx/irq/irq_init.c, mpc5xx/vectors/vectors.S, mpc5xx/vectors/vectors.h, mpc5xx/vectors/vectors_init.c: New files. * mpc5xx/exceptions/asm_utils.S: Removed.