summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-07-242004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-0/+11
* at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore: New files.
2004-07-242004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+18
* .cvsignore: New file.
2004-07-152004-07-15 Jay MonkmanJay Monkman4-0/+68
* .cvsignore, ChangeLog, Makefile.am, configure.ac: New files.
2004-07-152004-07-15 Jay MonkmanJay Monkman4-0/+330
* ChangeLog, Makefile.am, arm920/mmu.c, include/mmu.h: New files.
2004-07-152004-07-15 Jay MonkmanJay Monkman12-0/+1226
* ChangeLog, Makefile.am, clock/.cvsignore, clock/clockdrv.c, include/mc9328mxl.h, irq/.cvsignore, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, timer/.cvsignore, timer/timer.c: New files.
2004-07-152004-07-15 Jay MonkmanJay Monkman21-0/+2466
* ChangeLog, Makefile.am, clock/.cvsignore, clock/clock.c, dbgu/.cvsignore, dbgu/dbgu.c, include/at91rm9200.h, include/at91rm9200_dbgu.h, include/at91rm9200_emac.h, include/at91rm9200_gpio.h, include/at91rm9200_mem.h, include/at91rm9200_pmc.h, include/bits.h, irq/.cvsignore, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, pmc/pmc.c, timer/.cvsignore, timer/timer.c: New files.
2004-07-152004-07-15 Jay MonkmanJay Monkman2-0/+8
* acinclude.m4: Added csb336 and csb337 BSPs
2004-07-152004-07-15 Jay MonkmanJay Monkman20-0/+1946
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times, console/uarts.c, include/.cvsignore, include/bsp.h, include/tm27.h, network/.cvsignore, network/network.c, start/.cvsignore, start/start.S, startup/.cvsignore, startup/bspstart.c, startup/exit.c, startup/linkcmds, startup/memmap.c: New files.
2004-07-152004-07-15 Jay MonkmanJay Monkman6-0/+68
* console/.cvsignore, include/.cvsignore, network/.cvsignore, start/.cvsignore, startup/.cvsignore: New files.
2004-07-152004-07-15 Jay MonkmanJay Monkman17-0/+2652
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times, console/uart.c, include/bsp.h, include/tm27.h, network/lan91c11x.c, network/lan91c11x.h, network/network.c, start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds, startup/memmap.c: New files.
2004-05-232004-05-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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-222004-05-22 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2-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-212004-05-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill3-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.
2004-05-21Fix formatting so script sees PR.Joel Sherrill1-1/+1
2004-05-212004-05-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill4-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-212004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+6
* network/network.c: Include errno.h as a consequence of recent updates to BSD header files.
2004-05-212004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-0/+7
* ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of recent updates to BSD header files.
2004-05-102004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-5/+4
* aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
2004-04-232004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius150-195/+698
PR 610/bsps * Makefile.am: Add include/tm27.h, Cosmetics. * include/tm27.h: Final cosmetics.
2004-04-232004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius15-150/+265
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
2004-04-232004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius18-138/+276
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
2004-04-232004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius6-123/+169
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
2004-04-232004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius9-45/+118
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius9-96/+160
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius12-61/+161
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius18-99/+247
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius24-134/+331
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius9-52/+126
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius9-51/+118
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius6-43/+88
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius15-105/+230
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
2004-04-222004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius3-0/+7
* libchip/network/dec21140.c, libchip/network/elnk.c: #include <errno.h>.
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius3-157/+6
* include/bsp.h: Remove (Unused). * Makefile.am: Reflect change above.
2004-04-212004-04-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill5-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-212004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius92-457/+230
PR 613/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
2004-04-212004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius92-46/+230
PR 614/bsps * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-21Remove duplicate white lines.Ralf Corsepius403-2026/+33
2004-04-21Remove stray white spaces.Ralf Corsepius575-7964/+8067
2004-04-202004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-2/+4
* Makefile.am: Remove C_FILES (Unused).
2004-04-20Remove stray white spaces.Ralf Corsepius51-788/+788
2004-04-202004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius5-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-192004-04-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-5/+25
* start/start.S: DWARF on the m68k requires that all objects me a multiple of a 16-bit word in length.
2004-04-16Remove stray white spaces.Ralf Corsepius36-209/+209
2004-04-16Remove stray white spaces.Ralf Corsepius33-498/+498
2004-04-16Remove stray white spaces.Ralf Corsepius8-72/+72
2004-04-15Remove stray white spaces.Ralf Corsepius5-87/+83
2004-04-15Remove stray white spaces.Ralf Corsepius104-155/+1
2004-04-15Remove stray white spaces.Ralf Corsepius265-511/+135
2004-04-142004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-0/+7
* configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src which still uses RTEMS_ROOT).
2004-04-142004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-2/+4
* aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).