summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* 2006-06-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-182-1/+8
| | | | * README:
* B.Robinson MIPS patchGreg Menke2006-06-084-12/+44
|
* 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.
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-023-1/+18
| | | | | * start/start.S, startup/linkcmds: Defined UNDEF exception stack space.
* Formatting.Joel Sherrill2006-06-011-0/+6
|
* 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.
* 2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-05-1614-21/+35
| | | | * configure.ac: Use RTEMS_AMPOLISH3.
* 2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-05-163-4/+16
| | | | | * aclocal/rtems-ampolish.m4: New. * configure.ac: Use RTEMS_AMPOLISH3.
* Allow single spurious FPGA interrupt.Eric Norum2006-05-152-3/+9
|
* Improve handling of unexpected FPGA interrupt conditions.Eric Norum2006-05-152-3/+23
|
* 2006-04-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-04-191-1/+1
| | | | * aclocal/version.m4: Updated to rtems-4.6.99.3.
* 2006-04-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-04-182-1/+5
| | | | * aclocal/version.m4: Updated to rtems-4.6.99.3.
* 2006-04-12 Konrad Eisele <konrad@gaisler.com>Joel Sherrill2006-04-122-0/+6
| | | | * include/leon.h: Add LEON_INTERRUPT_EXTERNAL_1 define.
* Add default exception handler.Eric Norum2006-04-112-1/+57
|
* Fix formatting.Joel Sherrill2006-04-051-2/+2
|
* 2006-04-05 Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>Joel Sherrill2006-04-052-4/+17
| | | | * mpc6xx/clock/c_clock.c: Now works with MPCI SHM driver.
* 2006-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-04-022-1/+5
| | | | * Makefile.am: Remove bogus CFLAGS_OPTIMIZE_V.
* Add missing reset cause bit.Eric Norum2006-03-242-0/+5
|
* 2006-03-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-226-0/+27
| | | | * include/.cvsignore: New file.
* 2006-03-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-03-172-6/+17
| | | | | | * shared/interrupts/vectorexceptions.c: Merger with submission from Bruce Robinson <brucer@pmccorp.com>. Make some arrays static const.
* Misc. cosmetics.Ralf Corsepius2006-03-1717-77/+24
|
* Remove eof include fileRalf Corsepius2006-03-1779-79/+0
|
* Regenerate.Ralf Corsepius2006-03-161-0/+14
|
* Cosmetics.Ralf Corsepius2006-03-161-8/+0
|
* 2006-03-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-03-163-0/+46
| | | | * Makefile.am, configure.ac: Reflect addition of rm52xx, tx49.
* 2006-03-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-03-161-0/+8
| | | | | | | | * rm52xx/include/rm5231.h, rm52xx/vectorisrs/maxvectors.c, rm52xx/vectorisrs/vectorisrs.c, tx49/include/tx4925.h, tx49/include/tx4938.h, tx49/vectorisrs/maxvectors.c, tx49/vectorisrs/vectorisrs.c: New (Submission by Bruce Robinson <brucer@pmccorp.com>).
* New (Submission by Bruce Robinson <brucer@pmccorp.com>).Ralf Corsepius2006-03-167-0/+543
|
* Regenerate.Ralf Corsepius2006-03-161-2/+6
|
* AC_CONFIG_SRCDIR(csb350).Ralf Corsepius2006-03-161-1/+1
|