summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-2418-8/+48
| | | | * configure.ac: Require automake > 1.9.
* 2004-08-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2004-08-0313-1/+1275
| | | | | | | | | * Makefile.am, configure.ac: Added CSB360 BSP * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am, mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore, mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
* 2004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-244-0/+11
| | | | | * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore: New files.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-154-0/+68
| | | | * .cvsignore, ChangeLog, Makefile.am, configure.ac: New files.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-154-0/+330
| | | | * ChangeLog, Makefile.am, arm920/mmu.c, include/mmu.h: New files.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-1512-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-15 Jay MonkmanJay Monkman2004-07-1521-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-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.
* Remove duplicate white lines.Ralf Corsepius2004-04-215-9/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-216-62/+62
|
* Remove stray white spaces.Ralf Corsepius2004-04-1633-498/+498
|
* Remove stray white spaces.Ralf Corsepius2004-04-1547-57/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-154-5/+0
|
* 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-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.
* 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-037-11/+23
| | | | | | | | | | | | * clock/clock.S, mongoosev/vectorisrs/vectorisrs.c, shared/interrupts/isr_entries.S, shared/interrupts/vectorexceptions.c, timer/gettime.S: Include <rtems/mips/iregdef.h> instead of <iregdef.h>. * clock/clock.S, mongoosev/vectorisrs/vectorisrs.c, shared/interrupts/installisrentries.c, shared/interrupts/isr_entries.S, shared/interrupts/vectorexceptions.c, timer/gettime.S: Include <rtems/mips/idtcpu.h> instead of <idtcpu.h>.
* * ppc403/vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.Ralf Corsepius2004-04-022-1/+5
|
* * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.Ralf Corsepius2004-04-022-1/+5
|
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-014-2/+10
| | | | * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-013-2/+7
| | | | | * reg_win/window.S: Include <rtems/asm.h> instead of <asm.h>. * syscall/syscall.S: Include <rtems/asm.h> instead of <asm.h>.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-014-3/+9
| | | | | | * sh7032/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>. * sh7045/sci/sci.c: Include <rtems/iosupp.h> instead of <iosupp.h>. * sh7045/sci/sci_termios.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-0111-10/+23
| | | | | | | | | | | | | * mpc505/vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>. * mpc6xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>. * mpc6xx/mmu/mmuAsm.S: Include <rtems/asm.h> instead of <asm.h>. * mpc8260/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>. * mpc8xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>. * ppc403/vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>. * mpc5xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>. * mpc8260/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * mpc8xx/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * ppc403/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-014-3/+9
| | | | | | * clock/clock.S: Include <rtems/asm.h> instead of <asm.h>. * shared/interrupts/isr_entries.S: Include <rtems/asm.h> instead of <asm.h>. * timer/gettime.S: Include <rtems/asm.h> instead of <asm.h>.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-012-1/+5
| | | | * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of <asm.h>.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-013-2/+7
| | | | | * cpuModel.S: Include <rtems/asm.h> instead of <asm.h>. * idtr.S: Include <rtems/asm.h> instead of <asm.h>.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-314-20/+25
| | | | | * sh7032/clock/ckinit.c, sh7750/include/sh/sh4uart.h, sh7750/sci/sh4uart.c: Cosmetics.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-312-3/+7
| | | | * mpc6xx/timer/timer.c: Cosmetics.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-316-10/+17
| | | | | | | * mongoosev/duart/mg5uart.c, mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c, shared/interrupts/vectorexceptions.c, tx39/include/tx3904.h: Cosmetics.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-313-5/+9
| | | | * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-312-1/+5
| | | | * i960rp/cpu_install_intr_stack.c: Cosmetics.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-313-38/+42
| | | | * cpu.c, ppccache.c: Convert to using c99 fixed size types.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-312-9/+13
| | | | * cpu.c: Convert to using c99 fixed size types.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-3132-1170/+1186
| | | | | | | | | | | | | | | | * mpc505/timer/timer.c, mpc5xx/timer/timer.c, mpc6xx/clock/c_clock.c, mpc6xx/timer/timer.c, mpc8260/clock/clock.c, mpc8260/console-generic/console-generic.c, mpc8260/cpm/cp.c, mpc8260/cpm/dpram.c, mpc8260/include/cpm.h, mpc8260/include/mmu.h, mpc8260/include/mpc8260.h, mpc8260/mmu/mmu.c, mpc8260/timer/timer.c, mpc8xx/clock/clock.c, mpc8xx/console-generic/console-generic.c, mpc8xx/cpm/cp.c, mpc8xx/cpm/dpram.c, mpc8xx/include/cpm.h, mpc8xx/include/mmu.h, mpc8xx/include/mpc8xx.h, mpc8xx/mmu/mmu.c, mpc8xx/timer/timer.c, ppc403/clock/clock.c, ppc403/console/console.c, ppc403/console/console405.c, ppc403/ictrl/ictrl.c, ppc403/ictrl/ictrl.h, ppc403/timer/timer.c, ppc403/tty_drv/tty_drv.c, rtems/powerpc/cache.h, shared/src/cache.c: Convert to using c99 fixed size types.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-3111-82/+90
| | | | | | | | * clock/ckinit.c, clock/clock.h, mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h, mongoosev/duart/mg5uart_reg.c, mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c, shared/interrupts/vectorexceptions.c, timer/timer.c, tx39/include/tx3904.h: Convert to using c99 fixed size types.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-3120-126/+139
| | | | | | | | | | | | | * sh7032/clock/ckinit.c, sh7032/delay/delay.c, sh7032/include/ispsh7032.h, sh7032/sci/sci.c, sh7032/score/cpu_asm.c, sh7032/timer/timer.c, sh7045/clock/ckinit.c, sh7045/include/ispsh7045.h, sh7045/sci/sci.c, sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c, sh7045/timer/timer.c, sh7750/clock/ckinit.c, sh7750/include/rtems/score/ispsh7750.h, sh7750/include/sh/sh4uart.h, sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c, sh7750/timer/timer.c: Convert to using c99 fixed size types.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-319-36/+44
| | | | | | | | * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h, mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99 fixed size types.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-317-8/+15
| | | | | | | * i960ca/cpu_install_intr_stack.c, i960ca/cpu_install_raw_isr.c, i960ka/cpu_install_intr_stack.c, i960ka/cpu_install_raw_isr.c, i960rp/cpu_install_intr_stack.c, i960rp/cpu_install_raw_isr.c: Convert to using c99 fixed size types.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-312-1/+5
| | | | * page.c: Convert to using c99 fixed size types.
* 2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-2614-7/+35
| | | | * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
* 2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-264-3/+9
| | | | | | * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c, sh7750/score/cpu_asm.c: Use asm constraint "i" instead of "I" to pass sizeof(Context_Control) to context switch.
* 2004-03-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-092-0/+6
| | | | | * README: Add "mpc5xx (mpc565)", because Wilfried B. mentioned the mpc5xx being used on mpc565.
* Remove refs to Makefile*.Ralf Corsepius2004-03-098-16/+0
|
* Unused.Ralf Corsepius2004-03-0859-118/+0
|
* 2004-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-083-0/+24
| | | | | | PR 587/bsps * shared/include/cpuIdent.h, shared/include/cpuIdent.c: Add defines for MPC_5XX.
* 2004-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-083-2/+10
| | | | * Makefile.am, configure.ac: Reflect having added mpc5xx.
* 2004-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-089-0/+773
| | | | | | | | * mpc5xx/.cvsignore, mpc5xx/Makefile.am: New. * mpc5xx/exceptions/asm_utils.S, mpc5xx/exceptions/raw_exception.c, mpc5xx/exceptions/raw_exception.h, mpc5xx/ictrl/ictrl.c, mpc5xx/ictrl/ictrl.h, mpc5xx/timer/timer.c: New (Submission from Wilfried Busalski <w.busalski@lancier-monitoring.de>).
* 2004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-052-0/+7
| | | | | * mpc6xx/mmu/pte121.c: Add missing ifdef DEBUG to remove warning for unused static routine.
* 2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-172-1/+5
| | | | * mpc505/Makefile.am: Fix typo.