Joel Sherrill
dea1050312
arm/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Initialize
2012-06-11 12:40:10 -05:00
Joel Sherrill
9b4422a251
Remove All CVS Id Strings Possible Using a Script
...
Script does what is expected and tries to do it as
smartly as possible.
+ remove occurrences of two blank comment lines
next to each other after Id string line removed.
+ remove entire comment blocks which only exited to
contain CVS Ids
+ If the processing left a blank line at the top of
a file, it was removed.
2012-05-11 08:44:13 -05:00
Joel Sherrill
33a105fb69
Revert: Remove CVS Ids
...
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.
2012-05-07 11:08:48 -05:00
Ralf Corsépius
ee32f67a6f
Remove CVS-Ids.
2012-05-04 09:36:25 +02:00
Sebastian Huber
f0d66b1ba9
arm: New function
...
Add and use function _ARMV7M_Set_exception_priority_and_handler(). Use
ARMV7M_EXCEPTION_PRIORITY_LOWEST define.
2012-04-07 18:31:06 +02:00
Sebastian Huber
f442e6b45c
ARM: PR2042: Provide stub for ARMv6-M
2012-03-27 17:41:05 +02:00
Sebastian Huber
f9ec60046b
ARM: New define ARMV7M_EXCEPTION_PRIORITY_LOWEST
2012-03-24 20:31:10 +01:00
Sebastian Huber
701f0782e6
Support Thumb 2.
2012-02-11 21:09:44 +01:00
Sebastian Huber
6091f1a6aa
ARMv7-M NVIC and MPU API changes.
2012-02-11 21:09:40 +01:00
Sebastian Huber
d6f947ebc3
ARMv7-M Systick API change
2012-02-11 21:09:36 +01:00
Joel Sherrill
61250b4ce9
Remove all .cvsignore files.
2012-02-01 10:59:44 -06:00
Sebastian Huber
6962842f55
Typo.
2011-11-20 14:59:41 +00:00
Sebastian Huber
bb92954067
2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
PR 1965/cpukit
* rtems/score/arm.h: Select ARMv4 multilib implementation for
__ARM_ARCH_7A__.
2011-11-19 14:34:10 +00:00
Sebastian Huber
6343ea4ef9
2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* rtems/score/cpu.h: Removed unused register_pc from Context_Control.
2011-11-07 07:58:17 +00:00
Sebastian Huber
e2691dcb5d
2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
PR 1949/cpukit
PR 1950/cpukit
* rtems/score/arm.h: Select ARMv4 multilib implementation for
__ARM_ARCH_6J__.
2011-11-07 07:48:11 +00:00
Sebastian Huber
abd2530921
Typo.
2011-09-27 09:14:46 +00:00
Sebastian Huber
d063076340
2011-09-28 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-09-27 09:14:03 +00:00
Sebastian Huber
c5ed14844e
2011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* rtems/score/armv7m.h, armv7m-context-initialize.c,
armv7m-context-restore.c, armv7m-context-switch.c,
armv7m-exception-handler-get.c, armv7m-exception-handler-set.c,
armv7m-exception-priority-get.c, armv7m-exception-priority-set.c,
armv7m-initialize.c, armv7m-isr-dispatch.c, armv7m-isr-enter-leave.c,
armv7m-isr-level-get.c, armv7m-isr-level-set.c,
armv7m-isr-vector-install.c, armv7m-multitasking-start-stop.c: New
files.
* Makefile.am, preinstall.am: Reflect changes above.
* rtems/score/arm.h: Define ARM_MULTILIB_ARCH_V4 and
ARM_MULTILIB_ARCH_V7M.
* rtems/score/cpu.h, cpu_asm.S, cpu.c, arm_exc_abort.S,
arm_exc_handler_high.c, arm_exc_handler_low.S, arm_exc_interrupt.S:
Define CPU_HAS_HARDWARE_INTERRUPT_STACK to FALSE. Use
ARM_MULTILIB_ARCH_V4 and ARM_MULTILIB_ARCH_V7M.
2011-09-24 12:56:51 +00:00
Sebastian Huber
3ce764a9eb
2011-09-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* rtems/score/arm.h: More CPU_MODEL_NAME variants.
2011-09-16 09:47:09 +00:00
Ralf Corsepius
78f11e20f3
2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* Makefile.am: Reformat.
2011-05-18 05:18:22 +00:00
Sebastian Huber
86820eda09
2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
PR 1780/cpukit
* rtems/score/cpu.h: Lower alignment requirements for
CPU_PARTITION_ALIGNMENT according to AAPCS.
2011-04-15 08:06:16 +00:00
Ralf Corsepius
9f9371f562
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* cpu.c, rtems/score/cpu.h:
Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-11 09:08:14 +00:00
Sebastian Huber
db26513608
2010-11-23 Gedare Bloom <giddyup44@yahoo.com>
...
PR 1719/cpukit
* arm_exc_abort.S: Avoid "bx" instruction to support ARMv4 and below.
2010-11-23 15:59:18 +00:00
Sebastian Huber
71c8457dc0
2010-11-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* rtems/score/cpu.h: Set alignment requirements according to AAPCS.
2010-11-22 13:06:46 +00:00
Joel Sherrill
a44edd152f
2010-07-29 Gedare Bloom <giddyup44@yahoo.com>
...
PR 1635/cpukit
* rtems/score/types.h: Refactoring of priority handling, to isolate the
bitmap implementation of priorities in the supercore so that priority
management is a little more modular. This change is in anticipation
of scheduler implementations that can select how they manage tracking
priority levels / finding the highest priority ready task. Note that
most of the changes here are simple renaming, to clarify the use of
the bitmap-based priority management.
2010-07-29 17:52:00 +00:00
Sebastian Huber
89b85e5100
2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* rtems/score/cpu.h: Include <rtems/score/types.h> first.
* rtems/score/types.h: Use <rtems/score/basedefs.h> header file.
2010-07-16 08:46:29 +00:00
Sebastian Huber
f7bac00b18
2010-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* rtems/score/cpu.h: Removed CPU_ENABLE_C_ISR_DISPATCH_IMPLEMENTATION
define.
2010-07-06 07:52:36 +00:00
Joel Sherrill
b616350ec9
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1573/cpukit
* arm_exc_interrupt.S: Add a per cpu data structure which contains the
information required by RTEMS for each CPU core. This encapsulates
information such as thread executing, heir, idle and dispatch needed.
2010-06-29 00:31:02 +00:00
Joel Sherrill
b2f251a8c2
2010-05-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* rtems/score/arm.h: Make it a warning not error that the FPU multilib
is not supported yet.
2010-05-10 20:29:13 +00:00
Thomas Doerfler
78623bce98
add/adapt documentation
2010-04-08 10:13:46 +00:00
Joel Sherrill
58597dd29c
2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* arm_exc_abort.S: Fix warnings about TRUE/FALSE not defined.
2010-04-07 14:04:12 +00:00
Joel Sherrill
0acc9af342
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* arm_exc_abort.S, arm_exc_handler_high.c, arm_exc_handler_low.S,
arm_exc_interrupt.S, cpu.c, cpu_asm.S: Add include of config.h
2010-03-27 15:01:19 +00:00
Thomas Doerfler
39c8fdb416
add support for lpc32xx
2010-01-12 15:03:22 +00:00
Thomas Doerfler
9db18ddc06
add support for ARM11, reimplement nested interrupts
2009-12-15 15:14:12 +00:00
Ralf Corsepius
5bb38e1566
Whitespace removal.
2009-12-04 05:25:30 +00:00
Joel Sherrill
13c5cea6e3
2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* rtems/score/arm.h: Recognize ARMv7A.
2009-10-01 21:47:42 +00:00
Joel Sherrill
f98ce8b87c
2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* rtems/score/arm.h: Recognize ARMv6J as needed by arm1136 variants.
2009-10-01 12:57:30 +00:00
Thomas Doerfler
5e61c80327
* rtems/score/cpu.h: Fix for inline asm in _CPU_Fatal_halt().
...
* rtems/asm.h: Added macro to define ARM functions.
* cpu_asm.S, arm_exc_handler_low.S: Use macro from above.
2009-09-18 08:07:23 +00:00
Joel Sherrill
db0df7b6df
2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* rtems/score/cpu.h: Mark _CPU_Context_restore() as noreturn so the
compiler will not generate code thinking it returns.
2009-08-19 16:39:05 +00:00
Thomas Doerfler
9364cf663f
adding lpc24xx BSP parts
2009-07-17 15:16:50 +00:00
Thomas Doerfler
ebe76f940b
removing unneeded files
2009-07-17 13:59:43 +00:00
Thomas Doerfler
632e4306dc
exception handler maintenance
2009-07-17 13:50:31 +00:00
Joel Sherrill
4848b56083
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* rtems/score/cpu.h: Remove warnings.
2009-05-05 19:37:10 +00:00
Joel Sherrill
c03e2bc8c7
2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
comments.
2009-02-11 21:45:05 +00:00
Ralf Corsepius
1cb54d1f38
#include <stdint.h> instead of <rtems/stdint.h>.
2008-12-11 00:47:56 +00:00
Ralf Corsepius
383871acea
Fix typo.
2008-12-07 11:25:55 +00:00
Ralf Corsepius
6162bc2a1d
2008-09-11 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems/score/types.h: Do not define boolean, single_precision,
double_precision unless RTEMS_DEPRECATED_TYPES is given.
2008-09-11 14:10:16 +00:00
Joel Sherrill
df4fcaa0af
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* cpu.c: Remove extraneous spaces.
2008-09-08 15:19:23 +00:00
Ralf Corsepius
6c283cbfb9
2008-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* Makefile.am: Merge thumb/Makefile.am.
* thumb/Makefile.am: Remove (superfluous).
2008-09-07 15:26:01 +00:00
Ralf Corsepius
db507c1665
Merge thumb/Makefile.am.
2008-09-07 15:24:36 +00:00