summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remote gdb works well, so include debugging symbols.Eric Norum2006-06-201-1/+1
|
* PR1091/patchTill Straumann2006-06-192-1/+7
| | | | | * cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector bits are used when calculating the exception vector.
* Indicate that it's ok to use decoupled cycles to accessTill Straumann2006-06-192-2/+10
| | | | on-board memory from VME.
* Added address-modifier codes for BLT/MBLT.Till Straumann2006-06-192-8/+37
|
* re-checked synchronization requirements when manipulatingTill Straumann2006-06-192-4/+16
| | | | | the caches against the book and updated 'dssall', 'sync' and 'isync's accordingly.
* Added altivec exception. Unfortunately, this doesn't fitTill Straumann2006-06-193-36/+78
| | | | | | the normal scheme of vector = exception # << 8. So we picked an unused vector number (currently 0xa) where we map the special vector 0xf20 (altivec).
* Only set/access the _BSP_vme_bridge_irq variable on BSPs thatTill Straumann2006-06-192-0/+8
| | | | define BSP_PCI_VME_DRIVER_DOES_EOI and BSP_PIC_DO_EOI.
* filter exception vector for altivec and remap 0xf20 toTill Straumann2006-06-192-2/+15
| | | | assigned vector number alias.
* fixed compiler warnings (bspIo.h inclusion, cast of numberTill Straumann2006-06-192-3/+10
| | | | constants to pointers). Enable L1 cache on mvme2100.
* FP context switch may be called from environment with noTill Straumann2006-06-192-2/+35
| | | | | FPU available (ISR, int-only task) - switch FPU on for the switch and restore MSR_FP after it's done.
* Never allow the FPU to be switched on for integer-only tasksTill Straumann2006-06-192-11/+16
| | | | (new gcc may use FP regs implicitely).
* Never allow the FPU to be switched on for integer-only tasksTill Straumann2006-06-192-21/+5
| | | | (new gcc may use FP regs implicitely).
* More preps for VPATH builds.Ralf Corsepius2006-06-195-139/+139
|
* 2006-06-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-182-1/+8
| | | | * README:
* Update.Ralf Corsepius2006-06-181-15/+0
|
* 2006-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-182-0/+12
| | | | * libcsupport/include/rtems/libio.h: Add extern "C" {}.
* 2006-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-181-1/+7
| | | | | | * posix/src/mqueue.c: Remove duplicate #include <limits.h>. PR 1088/rtems * posix/src/ptimer.c: Add missing #include <limits.h>.
* PR 1088/rtemsRalf Corsepius2006-06-181-0/+1
| | | | Add missing #include <limits.h>.
* Remove duplicate #include <limits.h>.Ralf Corsepius2006-06-181-1/+0
|
* Bump version.Ralf Corsepius2006-06-171-1/+2
| | | | Add freebsd6.1
* New.Ralf Corsepius2006-06-177-0/+262
|
* Preps for VPATH builts.Ralf Corsepius2006-06-172-35/+35
|
* Use star instead of tar.Ralf Corsepius2006-06-171-1/+2
|
* 2006-06-02 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2006-06-101-0/+5
| | | | | * cpu.c: Added __mips==32 to fix build problems on those targets caused by the Bruce Robinson.
* Added __mips==32 to fix build problems on those targets caused by the ↵Greg Menke2006-06-101-2/+2
| | | | B.Robinson patch
* 2006-06-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-088-628/+360
| | | | | | | * posix/Makefile.am, posix/preinstall.am, posix/include/rtems/posix/timer.h, posix/src/ptimer.c, posix/src/ptimer1.c, sapi/src/posixapi.c, score/include/rtems/score/object.h:
* B.Robinson MIPS patchGreg Menke2006-06-0811-189/+252
|
* Preps for VPATH builts.Ralf Corsepius2006-06-081-39/+39
|
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-032-7/+5
| | | | | * shared/irq/irq_init.c: Changed interrupt handling to use shared rtems_irq_connect_data struct.
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-032-3/+5
| | | | | * startup/linkcmds: Removed unnecessary global definition of bsp_vector_table.
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-032-131/+139
| | | | * times: Reran timing tests and updated 'times' file.
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-032-12/+35
| | | | * startup/bspstart.c: Fixed PLL calculations.
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-033-197/+389
| | | | | * Makefile.am, console/uart.c, startup/exit.c: Changed UART driver to be interrupt driven, added support for both UARTs.
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-032-2/+44
| | | | * mc9328mxl/include/mc9328mxl.h: Added UART register definitions.
* 2006-06-02 Jay MonkmanJay Monkman2006-06-039-78/+73
| | | | | | | | * at91rm9200/irq/bsp_irq_init.c, mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h, s3c2400/irq/bsp_irq_init.c: Changed interrupt handling to use shared rtems_irq_connect_data struct.
* 2006-06-02 Jay MonkmanJay Monkman2006-06-031-0/+8
| | | | | | | | * at91rm9200/irq/bsp_irq_init.c, mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h, s3c2400/irq/bsp_irq_init.c: Changed interrupt handling to use shared rtems_irq_connect_data struct.
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-032-0/+15
| | | | | * irq/bsp_irq_init.c: Changed interrupt handling to use shared rtems_irq_connect_data struct.
* 2006-06-02 Jay MonkmanJay Monkman2006-06-032-0/+14
| | | | | * irq/bsp_irq_init.c: Changed interrupt handling to use shared rtems_irq_connect_data struct.
* 2006-06-02 Jay MonkmanJay Monkman2006-06-032-12/+18
| | | | | * network/network.c: Changed interrupt handling to use shared rtems_irq_connect_data struct.
* Formatting.Joel Sherrill2006-06-031-10/+8
|
* 2006-06-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-035-6/+17
| | | | | | * itron/src/trcv_mbf.c, posix/src/semopen.c, rtems/src/taskvariableadd.c, score/macros/rtems/score/heap.inl: Fix warnings.
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-023-1/+18
| | | | | * start/start.S, startup/linkcmds: Defined UNDEF exception stack space.
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-022-8/+66
| | | | * cpu.c, cpu_asm.S: Fixed ARM Data Abort handling.
* Fixed ARM Data Abort handling.Jay Monkman2006-06-021-0/+4
|
* Formatting.Joel Sherrill2006-06-011-0/+6
|
* Update icps_allecho counter.Eric Norum2006-05-312-4/+11
|
* 2006-05-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-05-312-102/+57
| | | | * at91rm9200/clock/clock.c: Convert to using shared clock driver shell.
* 2006-05-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-05-312-172/+11
| | | | * clock/clock.c: Switch to using shared clock driver shell.
* Add flag to inhibit ICMP replies.Eric Norum2006-05-304-3/+16
|
* This commit was generated by cvs2svn to compensate for changes in r13434,Ralf Corsepius2006-05-281-0/+107
|\ | | | | which included commits to RCS files with non-trunk default branches.