summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update from automake-1.13.2.Ralf Corsépius2013-05-277-538/+433
|
* smptests/smp09: Add missing newlineSebastian Huber2013-05-271-1/+1
|
* smptests/smp01: Do not assume CPU 0 runs InitSebastian Huber2013-05-271-19/+22
|
* smptests/smp01: Fix semaphore countSebastian Huber2013-05-278-3/+12
| | | | The locked print needs one semaphore.
* bsp/qoriq: Avoid NULL pointer accessSebastian Huber2013-05-271-5/+11
|
* bsps/arm: Add CLOCK_DRIVER_USE_FAST_IDLE optionSebastian Huber2013-05-272-0/+12
|
* bsps/arm: Move .fast_text sectionSebastian Huber2013-05-271-9/+9
| | | | | | | Move the .fast_text section after the .vector section. The .fast_test section is normally not empty in case some functions should execute from an internal SRAM. This would be also the area for the .vector section. The vector table must be the first content of such an area.
* bsps: Update due to linker changesSebastian Huber2013-05-278-170/+268
| | | | | | | In case the VMA and LMA regions differ, the LMA start address is now no longer aligned with the alignment of the input sections: http://sourceware.org/bugzilla/show_bug.cgi?id=15222
* arm: Add CPU specific idle thread for ARMv7Sebastian Huber2013-05-274-4/+10
|
* arm: Fix CPSR and SPSR accessSebastian Huber2013-05-272-8/+8
| | | | | | | | | | | | | | | The GNU assembler translates for example a msr spsr, rN into msr SPSR_fc, rN This would update only a subset of the register and leads to an incomplete exceptions restore sequence resulting in system corruption. Correct is this: msr SPSR_fsxc, rN
* dosfs: Add RTEMS_DOSFS_SEMAPHORES_PER_INSTANCERalf Kirchner2013-05-242-0/+8
|
* dosfs: Fix typoRalf Kirchner2013-05-241-1/+1
|
* fstests: Use "tmacros.h" instead of "pmacros.h"Ralf Kirchner2013-05-241-1/+1
|
* sptests: add test to demonstrate bug in strict order mutexGedare Bloom2013-05-206-1/+257
|
* sptests: add test for priority inversion with multiple locksGedare Bloom2013-05-206-1/+211
|
* score: use reference with strict mutexGedare Bloom2013-05-181-1/+1
|
* smp: Add maximum_processors field to configSebastian Huber2013-05-169-42/+32
| | | | | | | Delete rtems_configuration_get_smp_maximum_processors(). Delete rtems_configuration_smp_maximum_processors variable. Add maximum_processors field to rtems_configuration_table if RTEMS_SMP is defined. Add rtems_configuration_get_maximum_processors().
* fstests/fsstatvfs: Fix end of test messageSebastian Huber2013-05-161-1/+1
|
* shell: Add df commandAndrei Mozzhuhin2013-05-164-1/+243
|
* dosfs: Add statvfs() supportAndrei Mozzhuhin2013-05-169-2/+221
|
* shell: Fix NULL pointer accessAndreas Heinig2013-05-161-1/+1
|
* Add c++ guard to header.Daron Chabot2013-05-161-0/+8
|
* libcsupport: Avoid division by zeroSebastian Huber2013-05-101-1/+1
|
* libtests/malloc04: Prevent compiler optimizationsSebastian Huber2013-05-101-1/+6
|
* arm: Support VFP-D32 and NeonSebastian Huber2013-05-1012-40/+415
|
* arm: Simplify architecture selectionSebastian Huber2013-05-101-63/+5
|
* score: Add CPU context validationSebastian Huber2013-05-1034-0/+1136
|
* arm: Add FUNCTION_THUMB_ENTRY(), etc.Sebastian Huber2013-05-101-0/+17
| | | | Add FUNCTION_THUMB_ENTRY(), FUNCTION_ENTRY() and FUNCTION_END().
* Revert bootstrap whitespace changes.Chris Johns2013-05-1014-0/+14
|
* sparc: Fix problem with assembler filesSebastian Huber2013-05-071-1/+1
|
* sparc.h: Included stdint.hMohammed Khoory2013-05-061-0/+2
| | | | | | This header uses uint32_t but does not include stdint.h This may cause problems when compiling applications that include BSP headers that include this file (leon.h for example)
* bsp/xilinx-zynq: New BSPSebastian Huber2013-05-0618-0/+1102
|
* bsps/arm: Fix register usageSebastian Huber2013-05-061-1/+1
|
* bsps/arm: Add shared GIC tmtests/tm27 supportSebastian Huber2013-05-064-58/+87
|
* bsps/arm: Remove superfluous parameterSebastian Huber2013-05-063-6/+3
|
* bsp/raspberrypi: Use shared start codeSebastian Huber2013-05-061-60/+2
|
* bsp/lm3s69xx: Fix initialization valueSebastian Huber2013-05-061-1/+1
|
* bsp/lm3s69xx: Use interrupts for UART receiveEugeniy Meshcheryakov2013-05-061-12/+47
| | | | This makes continuous UART polling unnecessary.
* bsp/lm3s69xx: More access macros for UART data registerEugeniy Meshcheryakov2013-05-061-0/+2
| | | | | Add mask for receive error bits and getter macro for the data field.
* bsp/raspberrypi: Enable unaligned accessAlan Cudmore2013-05-061-1/+1
|
* psxtests/psxtime: Reduce test timeSebastian Huber2013-05-062-235/+139
|
* bsp/realview-pbx-a9: New BSPSebastian Huber2013-05-0325-0/+1894
|
* bsps/arm: Copy vector table only if necessarySebastian Huber2013-05-031-0/+4
|
* bsps/arm: Move .vector sectionSebastian Huber2013-05-031-38/+38
| | | | | The .vector section contains read-write data (several mode stacks). Move it to the read-write data area.
* bsps/arm: Move CP15 start initializationSebastian Huber2013-05-034-121/+140
|
* bsps/arm: Support ARMv7 VMSA sections and controlSebastian Huber2013-05-031-4/+29
|
* bsps/arm: Add arm_cp15_set_exception_handler()Sebastian Huber2013-05-032-0/+55
|
* bsps/arm: Add arm_cp15_set_trans*_table_entries()Sebastian Huber2013-05-034-39/+34
|
* bsps/arm: Add arm_cp15_mmu_disable()Sebastian Huber2013-05-031-0/+46
|
* bsps/arm: Add arm_cp15_get_min_cache_line_size()Sebastian Huber2013-05-031-6/+26
|