summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-2/+6
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-118-975/+1045
| | | | | | | | | | * at91rm9200/include/at91rm9200.h, at91rm9200/include/at91rm9200_dbgu.h, at91rm9200/include/at91rm9200_emac.h, at91rm9200/include/at91rm9200_gpio.h, at91rm9200/include/at91rm9200_mem.h, at91rm9200/include/at91rm9200_pmc.h, s3c2400/include/s3c2400.h: Convert C++ style comments to C style.
* Remove extra CRLF.Chris Johns2006-09-111-0/+4
|
* Remove extra CRLF.Chris Johns2006-09-111-171/+171
|
* 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-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-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-05-162-3/+5
| | | | * configure.ac: Use RTEMS_AMPOLISH3.
* 2006-03-07 Lars Munch <lars@segv.dk>Joel Sherrill2006-03-072-4/+11
| | | | | | | | | | * at91rm9200/clock/clock.c: The clock tick is not very precise on at91rm9200. The attached patch improves the situation by: (1) Not reloading the "period interval timer" register in the interrupt handler since this is done automatically. (2) Use integer rounding in the calculation of the "period interval timer" register value to get as close as posible to the CONFIGURE_MICROSECONDS_PER_TICK value.
* Regenerate.Ralf Corsepius2006-01-141-1/+1
|
* Regenerate.Ralf Corsepius2006-01-121-0/+2
|
* Remove all-local:.Ralf Corsepius2006-01-121-2/+0
|
* Regenerate.Ralf Corsepius2006-01-121-17/+7
|
* Cleanup.Ralf Corsepius2006-01-121-3/+0
|
* Fixed formatting.Joel Sherrill2005-11-071-3/+3
|
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-042-2/+4
| | | | * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
* 2005-09-15 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-09-153-2/+11
| | | | | | PR 776/bsps * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/irq.h: Added code to pass interrupt vector number to ISR on AT91RM9200
* 2005-08-17 Lars Munch <lars@segv.dk>Joel Sherrill2005-08-172-2/+8
| | | | | | PR 727/bsps * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds tick is not 9.365 miliseconds long.
* 2005-07-07 Philippe Simons <loki_666@fastmail.fm>Philippe Simons2005-07-071-156/+0
| | | | * lcd/lcd.c: removed.
* 2005-07-07 Philippe Simons <loki_666@fastmail.fm>Philippe Simons2005-07-073-29/+27
| | | | | | * Makefile.am: Remove s3c2400/lcd/lcd.c * s3c2400/lcd/lcd.c: Remove. * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
* 2005-06-01 Philippe Simons <loki_666@fastmail.fm>Joel Sherrill2005-06-027-27/+410
| | | | | | * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c * s3c2400/clock/clockdrv.c: Update to use get_PCLK() * s3c2400/timer/timer.c: Update to use get_PCLK()
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-174-148/+147
| | | | | | * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h: Modified names and types to match rtems/irq.h. Note: rtems/irq.h should be included after the addition of a parameter to ISRs.
* Remove.Ralf Corsepius2005-05-113-75/+0
|
* 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-111-0/+7
| | | | | | | * Makefile.am: Merge-in s3c2400/Makefile.am. * preinstall.am: Regenerate. * s3c2400/Makefile.am: Remove. * configure.ac: Remove s3c2400/Makefile.
* Regenerate.Ralf Corsepius2005-05-111-10/+14
|
* Merge-in s3c2400/Makefile.am.Ralf Corsepius2005-05-111-8/+27
|
* Remove s3c2400/Makefile.Ralf Corsepius2005-05-111-1/+0
|
* 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-111-0/+7
| | | | | | | * Makefile.am: Merge-in mc9328mxl/Makefile.am. * preinstall.am: Regenerate. * mc9328mxl/Makefile.am: Remove. * configure.ac: Remove mc9328mxl/Makefile.
* Regenerate.Ralf Corsepius2005-05-111-0/+19
|
* Merge-in mc9328mxl/Makefile.am.Ralf Corsepius2005-05-111-1/+28
|
* Remove mc9328mxl/Makefile.Ralf Corsepius2005-05-111-1/+0
|
* Remove.Ralf Corsepius2005-05-112-73/+0
|
* 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-111-0/+7
| | | | | | | * Makefile.am: Merge-in at91rm9200/Makefile.am. * preinstall.am: Regenerate. * at91rm9200/Makefile.am: Remove. * configure.ac: Remove at91rm9200/Makefile.
* Remove.Ralf Corsepius2005-05-112-112/+0
|
* Remove at91rm9200/Makefile.Ralf Corsepius2005-05-111-1/+0
|
* Regenerate.Ralf Corsepius2005-05-111-0/+43
|
* Merge-in at91rm9200/Makefile.am.Ralf Corsepius2005-05-111-3/+45
|
* 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-112-1/+11
| | | | | | | * Makefile.am: Merge-in shared/Makefile.am. * preinstall.am: New. * shared/Makefile.am: Remove. * configure.ac: Reflect changes above.
* Merge-in shared/Makefile.am.Ralf Corsepius2005-05-111-2/+26
|
* New.Ralf Corsepius2005-05-111-0/+23
|
* Remove.Ralf Corsepius2005-05-111-41/+0
|
* 2005-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-033-4/+8
| | | | * mc9328mxl/irq/irq.c, s3c2400/irq/irq.c: Remove warnings.
* 2005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-262-5/+10
| | | | * s3c2400/clock/clockdrv.c: Eliminate warning.
* 2005-03-11 Philippe Simons <loki_666@fastmail.fm>Jay Monkman2005-03-1112-2/+1188
| | | | | | | | * Makefile.am, configure.ac: Added gp32 BSP. * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c, s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S, s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h, s3c2400/timer/timer.c: New files.
* 2005-03-08 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-03-082-1/+5
| | | | * mc9328mxl/irq/irq.h: Fixed error in declaration of bsp_vector_table.
* 2005-02-24 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-02-252-1/+7
| | | | * at91rm9200/include/at91rm9200_emac.h: Cleanup.
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-074-9/+14
| | | | | * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-048-19/+28
| | | | | | * at91rm9200/clock/clock.c, at91rm9200/irq/irq.c, at91rm9200/pmc/pmc.c, mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h, shared/arm920/mmu.c: Remove warnings.
* 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-024-104/+20
| | | | | * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am: Remove build-variant support.