summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Collapse)AuthorAgeFilesLines
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-0816-6866/+0
| | | | | | | | | This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
* cpukit moxie: Style correctionsJoel Sherrill2013-02-282-71/+7
|
* Common file changes in support of Moxie portAnthony Green2013-02-281-0/+1
| | | | Signed-off-by: Anthony Green <green@moxielogic.com>
* Add Moxie CPU supportAnthony Green2013-02-289-0/+1647
| | | | Signed-off-by: Anthony Green <green@moxielogic.com>
* PR2090: Fix warning in threadqdequeuepriority.cAndreas Heinig2013-02-261-0/+1
|
* add __ARM_ARCH_6ZK__ to cpukit/score/cpu/arm/rtems/score/arm.hCudmore, Alan P. (GSFC-5820)2013-02-251-0/+4
|
* Conditionally install atomic-headers.Ralf Corsépius2013-02-142-1/+4
|
* Include <stdint.h>Ralf Corsépius2013-02-141-0/+2
|
* score: use new alignment routine in object extend information.Gedare Bloom2013-02-121-12/+16
|
* score: New routines to align addresses up or down.Gedare Bloom2013-02-121-0/+44
|
* score: Add and use rtems_assert_contextSebastian Huber2013-02-121-1/+3
|
* PR1560: _Objects_Extend_information improper alignmentGedare Bloom2013-02-111-5/+18
| | | | | | _Objects_Extend_information uses a sizeof(uint32_t) offset that leads to improper alignment in case the CPU (actually, heap) alignment is 8 or higher. The problem is solved by adding enough padding to align the sub-tables.
* score: atomic support for RTEMS. Cleanup.WeiY2013-02-073-226/+218
|
* score: atomic support for RTEMS. Atomic operations for PowerPC.WeiY2013-02-071-0/+537
|
* score: atomic support for RTEMS. Atomic operations for i386.WeiY2013-02-071-0/+341
|
* score: atomic support for RTEMS. Generic atomic operations API definition.WeiY2013-02-073-0/+841
|
* score: atomic support for RTEMS automake and autoconf changesWeiY2013-02-076-1/+25
|
* NIOS2: Fix register restore sequence in epilogueSebastian Huber2013-01-141-3/+3
| | | | | This fix is critical. The previous implementation leads to system corruption.
* cpukit: Fix many Doxygen warningsJoel Sherrill2013-01-1011-35/+42
|
* cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill2013-01-10116-281/+214
| | | | | This is the result of a sed script which converts all uses of @{ into a consistent form.
* cpukit: Add EOL on files missing EOL at EOFJoel Sherrill2013-01-10137-137/+137
|
* cpukit: Doxygen group fixes and many warnings addressedJoel Sherrill2013-01-1012-45/+31
| | | | | | | The output of the modules.html is much improved. Most filesystem and POSIX API related groups are properly nested. Some formatting issues were addressed as were multiple inconsistencies.
* score: Doxygen Clean Up Task #14Alex Ivanov2013-01-1020-30/+290
|
* score: Doxygen Clean Up Task #12Alex Ivanov2013-01-1020-134/+446
| | | | http://www.google-melange.com/gci/task/view/google/gci2012/8110207
* score: Doxygen Clean Up Task #18Alex Ivanov2013-01-0912-338/+422
| | | | http://www.google-melange.com/gci/task/view/google/gci2012/8137204
* score: Doxygen Clean Up Task #17Alex Ivanov2013-01-0920-709/+818
|
* score: Doxygen Clean Up Task #16Alex Ivanov2013-01-0819-1355/+1429
|
* score: Doxygen Clean Up Task #4Alex Ivanov2013-01-0820-1185/+1256
|
* score: Doxygen Clean Up Task #15Alex Ivanov2013-01-0820-733/+769
|
* score: Doxygen Clean Up Task #11Mathew Kallada2013-01-0720-830/+1068
|
* arm: Add AIRCR register definesSebastian Huber2013-01-071-0/+15
|
* arm: Implement CPU_Exception_frame_print()Sebastian Huber2013-01-073-35/+40
|
* arm: Add and use _ARMV7M_Exception_default()Sebastian Huber2013-01-073-0/+56
|
* arm: Include <rtems/score/cpu.h>Sebastian Huber2013-01-0716-40/+20
|
* arm: Provide CPU_Exception_frame for ARMv7-MSebastian Huber2013-01-071-14/+12
|
* arm: Rename inline functionsSebastian Huber2013-01-071-2/+2
| | | | | Rename arm_status_irq_enable() to _ARMV4_Status_irq_enable() and arm_status_restore() to _ARMV4_Status_restore().
* arm: Move inline functionsSebastian Huber2013-01-072-34/+34
|
* arm: Add and use default exception handlerSebastian Huber2013-01-073-0/+132
| | | | | | | | Add and use _ARMV4_Exception_undef_default(), _ARMV4_Exception_swi_default(), _ARMV4_Exception_data_abort_default(), _ARMV4_Exception_pref_abort_default(), _ARMV4_Exception_reserved_default(), _ARMV4_Exception_irq_default(), and _ARMV4_Exception_fiq_default().
* arm: Add and use _ARM_Exception_default()Sebastian Huber2013-01-074-4/+31
|
* arm: Change CPU_Exception_frameSebastian Huber2013-01-074-33/+27
| | | | | Provide proper CPU_Exception_frame definition for ARMv4 and use it. Remove arm_cpu_context.
* arm: Rename type and functionsSebastian Huber2013-01-072-13/+17
| | | | | | | | | | Rename arm_exc_abort_handler to ARMV4_Exception_abort_handler, arm_exc_data_abort() to _ARMV4_Exception_data_abort(), arm_exc_data_abort_set_handler() to _ARMV4_Exception_data_abort_set_handler(), arm_exc_prefetch_abort() to _ARMV4_Exception_prefetch_abort(), and arm_exc_prefetch_abort_set_handler() to _ARMV4_Exception_prefetch_abort_set_handler(),
* arm: Move type definition and prototypesSebastian Huber2013-01-072-10/+10
|
* arm: Rename arm_exc_interrupt()Sebastian Huber2013-01-072-3/+3
| | | | Rename arm_exc_interrupt() to _ARMV4_Exception_interrupt().
* arm: Move prototypes to new fileSebastian Huber2013-01-074-4/+41
| | | | | | Move bsp_interrupt_dispatch() and arm_exc_interrupt() prototypes to new file <rtems/score/armv4.h> since they have nothing to do with the CPU port.
* arm: Delete unused arm_exc_undefined()Sebastian Huber2013-01-071-2/+0
|
* score: Fix _Objects_Shrink_information()Sebastian Huber2013-01-071-20/+16
| | | | The chain iteration was wrong. The chain tail is not an object.
* score: Doxygen Clean Up Task #10Mathew Kallada2013-01-0420-801/+1046
|
* score: Doxygen Clean Up Task #3Mathew Kallada2013-01-0420-230/+349
|
* score: Doxygen Clean Up Task #9Alex Ivanov2013-01-0420-1001/+1773
|
* score: Doxygen Clean Up Task #5Alex Ivanov2013-01-0219-1348/+1448
|