summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 4.9.34.9.3Joel Sherrill2009-11-135-5/+5
|
* 2009-11-11 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2009-11-112-2/+17
| | | | | | PR 1471/cpukit * libmisc/cpuuse/cpuusagereport.c: Rework statement to ensure 64-bit multiplication is used to avoid overflow with intermediate value.
* Regenerate.Ralf Corsepius2009-11-1111-65/+21
|
* Bump GDB_RPMREL.Ralf Corsepius2009-11-1111-11/+11
|
* gdb-6.8-rtems4.9-20091111.diffRalf Corsepius2009-11-1110-10/+10
|
* New.Ralf Corsepius2009-11-111-0/+10849
|
* Rework system_readline hacksRalf Corsepius2009-11-111-4/+0
|
* 2009-11-10 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2009-11-102-1/+8
| | | | | | PR 1468/cpukit * score/src/timespecdividebyinteger.c: Rework statement to ensure 64-bit multiplication is used.
* 2009-11-10 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2009-11-103-12/+31
| | | | | | PR 1462/cpukit * rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemonperiod.c: Fine tune previous patch after analysis in application.
* 2009-11-09 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-102-0/+7
| | | | | | PR 1469/cpukit * cpu.c: Add dummy entry for (non-existing) exception #15. Otherwise all slots for vectors >= 16 are one element off.
* 2009-10-30 Glenn Humphrey <glenn.humphrey@oarcorp.com>Joel Sherrill2009-10-304-75/+118
| | | | | | PR pr1462/cpukit * rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemonperiod.c, rtems/src/ratemontimeout.c: Fix bugs in rate monotonic statistics.
* 2009-10-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-202-1/+6
| | | | | * network/tsec.c: Bugfix. Broadcast address was declared uint8_t instead of uint8_t [8].
* 2009-10-16 Jennifer Averett <jennifer@OARcorp.com>Joel Sherrill2009-10-1621-476/+969
| | | | | | | | | | | | | | * Makefile.am, configure.ac, preinstall.am, console/alloc360.c, console/config.c, console/console.c, console/m68360.h, console/mc68360_scc.c, console/rsPMCQ1.c, console/rsPMCQ1.h, include/bsp.h, irq/irq_init.c, irq/openpic_xxx_irq.c, start/start.S, startup/bspstart.c, startup/linkcmds, vme/VMEConfig.h: Updated and tested against RTEMS 4.9. Updated README file to latest source status. Modified to use the shared irq source code. Turned off debugging, cleaned up warnings, removed unused code. Tested with two PMCQ1 serial cards. Tested MC68360 serial ports and VME using external tests. * README, irq/irq.h, vme/vmeconfig.c: New files.
* 2009-10-16 Jennifer Averett <jennifer@OARcorp.com>Joel Sherrill2009-10-163-3/+13
| | | | | | | * configure.ac: Default to having PSC8 mezzanine so code builds all the time. * startup/bspstart.c: Calibrated clock using an VMEBus controlled discrete pulsed at a 20ms rate.
* 2009-10-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2009-10-162-2/+8
| | | | | * mpc6xx/mmu/bat.c: Resolved bug: It is not an overlap if the batindex being set is the batindex of the overlap.
* 2009-10-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2009-10-162-11/+16
| | | | | * shared/include/io.h: Backport change from extern inline to static inline from head to avoid multiple definitions.
* 2009-10-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2009-10-162-1/+11
| | | | * startup/bspstart.c: Add bsp_clicks_per_usec.
* 2009-10-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-152-1/+6
| | | | | * sapi/include/confdefs.h: Correct type of rtems_malloc_dirty_helper so usable.
* 2009-10-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-152-1/+6
| | | | | * libcsupport/include/rtems/malloc.h: Correct type of rtems_malloc_dirty_helper so usable.
* 2009-10-13 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-142-3/+26
| | | | | | | | | PR 1451/bsps * network/tsec.c: Fix mbuf leak when watchdog expires. The re-initialization algorithm failed to release mbuf chains held in the TX ring. Also, during initialization the initial link status is determined and IFF_OACTIVE set if no active link was detected.
* Regenerate.Ralf Corsepius2009-09-2310-20/+20
|
* New.Ralf Corsepius2009-09-231-0/+10739
|
* Bump GDB_RPMREL.Ralf Corsepius2009-09-2310-10/+10
|
* gdb-6.8-rtems4.9-20090923.diffRalf Corsepius2009-09-2310-10/+10
|
* Regenerate.Ralf Corsepius2009-09-2311-88/+352
|
* Bump GDB_RPMREL.Ralf Corsepius2009-09-2311-11/+11
|
* Sync with rtems-4.10.Ralf Corsepius2009-09-235-7/+31
|
* Bump version.Ralf Corsepius2009-09-231-1/+1
|
* Sync with rtems-4.10.Ralf Corsepius2009-09-233-8/+5
|
* Sync with rtems-4.10.Ralf Corsepius2009-09-231-3/+3
|
* 2009-09-15 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-162-3/+18
| | | | | | | PR 1344/bsps: * clock/ckinit.c: Fix more bugs (applied PR1344/attachment 702): TSC handler was used when 8254 was requested and vice versa. Also, nanosecond handler was never installed to RTEMS clock.
* 2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-153-35/+10
| | | | | | | | | PR 1441/cpukit * libcsupport/src/tcgetprgrp.c: Remove. * libcsupport/src/tcgetpgrp.c: New (Renamed from libcsupport/src/tcgetprgrp.c). * libcsupport/Makefile.am: Add libcsupport/src/tcgetpgrp.c. Remove libcsupport/src/tcgetprgrp.c.
* This commit was manufactured by cvs2svn to create branch 'rtems-4-9-branch'.cvs2git2009-09-1518-0/+17789
| | | | | | | | | | | | | | | | | | | | | | Cherrypick from master 2009-09-15 05:32:49 UTC Ralf Corsepius <ralf.corsepius@rtems.org> '2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>': c/src/lib/libbsp/arm/gba/console/defaultfont.h c/src/lib/libbsp/arm/smdk2410/include/.cvsignore c/src/lib/libbsp/m68k/genmcf548x/include/.cvsignore c/src/lib/libbsp/m68k/mcf52235/include/.cvsignore c/src/lib/libbsp/m68k/mcf5329/include/.cvsignore c/src/lib/libbsp/mips/csb350/start/regs.h c/src/lib/libbsp/mips/genmongoosev/start/regs.h c/src/lib/libbsp/mips/hurricane/liblnk/regs.h c/src/lib/libbsp/mips/jmr3904/start/regs.h c/src/lib/libbsp/mips/rbtx4925/liblnk/regs.h c/src/lib/libbsp/mips/rbtx4938/liblnk/regs.h c/src/lib/libbsp/powerpc/mvme3100/include/.cvsignore c/src/lib/libbsp/powerpc/virtex/include/.cvsignore contrib/crossrpms/autotools/autoconf-sources.add contrib/crossrpms/autotools/automake-sources.add contrib/crossrpms/patches/gdb-6.5-bfinrtems-20090122.diff cpukit/libcsupport/src/tcgetpgrp.c Cherrypick from master 2008-09-28 16:36:13 UTC Ralf Corsepius <ralf.corsepius@rtems.org> 'New.': c/src/lib/libbsp/bare/preinstall.am
* *** empty log message ***Till Straumann2009-09-101-0/+1
|
* 2009-09-10 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-102-1/+6
| | | | | * shared/misc/m68kidle.c: added "cc" clobber to inline asm; STOP instruction modifies CCR!
* 2009-09-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-093-2/+6
| | | | * sp46/init.c, sp46/sp46.scn: Fix numbering.
* 2009-09-09 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-092-0/+46
| | | | | | * startup/bspstart.c: Added dummy implementation of firmware syscalls for use with QEMU. Dummy handler is installed if no pre-existing firmware handler is found.
* Regenerate.Ralf Corsepius2009-08-251-6/+6
|
* gcc-core-4.3.2-rtems4.9-20090825.diffRalf Corsepius2009-08-251-1/+1
|
* Bump GCC_RPMREL.Ralf Corsepius2009-08-251-1/+1
|
* avr: Use _exit from newlibRalf Corsepius2009-08-251-0/+139
|
* 2009-08-17 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-08-173-15/+68
| | | | | | | | * network/tsec.c, network/if_tsec_pub.h: Fixed bugs in multicast support; added reference-count for hash-table entries which allows for the implementation of a 'deletion' routine. NOTE: mcast support largely untested.
* Remove centos-4, tighten up suse, move fedora-9 to centos-5.Ralf Corsepius2009-08-131-12/+5
|
* Try enabling the data cache.Eric Norum2009-07-304-12/+12
|
* PR 1420/bspsEric Norum2009-07-282-1/+14
| | | | | | Turn on buffered writes to DRAM. As Device Errata SECF124 notes this may cause double writes, but that's not really a big problem and benchmarking tests have shown that buffered writes do gain some performance.
* Regenerate.Ralf Corsepius2009-07-262-4/+15
|
* Set amvers to 1.10.Ralf Corsepius2009-07-261-1/+1
|
* Sync with rtems-4.10.Ralf Corsepius2009-07-264-9/+22
|
* Don't pass %{?dist} to *_RPM_RELRalf Corsepius2009-07-261-2/+2
|
* Remove.Ralf Corsepius2009-07-233-359/+0
|