summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdl: Do not access the ELF file while the allocator is locked.Chris Johns2019-05-0322-524/+1094
| | | | | | | | | | | | | - Load symbols before allocation. - Parse reloc records and place any reloc recs in a cache to use while the allocator is locked. - Relocate symbols after section allocation. - Split section loading into allocation/locating and loading. - Update all arch back-ends with a new reloc interface to control tramp handling. - Add `-a` and `-t` to the object list shell command. Closes #3741
* score: More robust _SMP_Multicast_action()Sebastian Huber2019-04-121-2/+12
| | | | | | If the caller already disabled interrupts, then do not disable thread dispatching. Calling _SMP_Multicast_action() with interrupts disabled is a questionable use case.
* score: Remove _SMP_Before_multitasking_action()Sebastian Huber2019-04-124-148/+0
| | | | Use _SMP_Multicast_action() instead.
* score: Improve _SMP_Multicast_action()Sebastian Huber2019-04-123-8/+24
| | | | Let it work during system initialization.
* score: Rework SMP multicast actionSebastian Huber2019-04-124-85/+218
| | | | | Use a FIFO list of jobs per processor to carry out the SMP multicast action. Use a done indicator per job to reduce the bus traffic a bit.
* score: Use processor mask in _SMP_Multicast_actionSebastian Huber2019-04-122-27/+16
| | | | Processor_mask is the internal data type to deal with processor sets.
* score: Use an ISR lock for Per_CPU_Control::LockSebastian Huber2019-04-1211-134/+137
| | | | | | The use of a hand crafted lock for Per_CPU_Control::Lock was necessary at some point in the SMP support development, but it is no longer justified.
* score: Add _ISR_lock_Set_name()Sebastian Huber2019-04-123-3/+38
| | | | | Add _ISR_lock_Set_name() to optimize the initialization of zero-initialized locks.
* score: Remove unused macrosSebastian Huber2019-04-121-28/+0
|
* score: Rename _SMP_Get_processor_count()Sebastian Huber2019-04-119-35/+45
| | | | | | | Rename _SMP_Get_processor_count() in _SMP_Get_processor_maximum() to be in line with the API level rtems_scheduler_get_processor_maximum(). Update #3732.
* score: Rename _SMP_Processor_countSebastian Huber2019-04-112-4/+4
| | | | | | | Rename _SMP_Processor_count in _SMP_Processor_maximum to be in line with the API level rtems_scheduler_get_processor_maximum(). Update #3732.
* posix: Avoid fatal error in Shm object createSebastian Huber2019-04-101-1/+5
|
* posix: Avoid workspace for queued signalsSebastian Huber2019-04-104-18/+18
|
* posix: _Configuration_POSIX_Minimum_stack_sizeSebastian Huber2019-04-103-3/+3
| | | | Rename to use proper namespace.
* posix: _Configuration_POSIX_Maximum_queued_signalsSebastian Huber2019-04-104-4/+4
| | | | Rename to use proper namespace.
* config: Obsolete Go configuration optionsSebastian Huber2019-04-101-46/+13
| | | | Update #2832.
* libdebugger: Fix for ARMv7-M with -O0 optimizationChris Johns2019-04-092-5/+21
|
* rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber2019-04-0914-76/+48
| | | | | | | | | | | Add rtems_scheduler_get_processor_maximum() as a replacement for rtems_get_processor_count(). The rtems_get_processor_count() is a bit orphaned. Adopt it by the Scheduler Manager. The count is also misleading, since the processor set may have gaps and the actual count of online processors may be less than the value returned by rtems_get_processor_count(). Update #3732.
* rtems: Add rtems_scheduler_get_processor()Sebastian Huber2019-04-096-25/+40
| | | | | | | | | | | Add rtems_scheduler_get_processor() as a replacement for rtems_get_current_processor(). The rtems_get_current_processor() is a bit orphaned. Adopt it by the Scheduler Manager. This is in line with the glibc sched_getcpu() function. Deprecate rtems_get_current_processor(). Update #3731.
* score: Add RTEMS_CONSTSebastian Huber2019-04-091-0/+11
| | | | Close #3734.
* Remove superfluous run-time checkSebastian Huber2019-04-092-11/+2
| | | | | The _Objects_Information_table[ the_api ] is never NULL for a valid API index.
* libdebugger: Use an offset table to format GDB `g` packets.Chris Johns2019-04-098-215/+478
| | | | | | | Adding support for a register offset table lets FPU registers be supported if added to the backend. Closes #3733.
* doxygen: Update _Objects_Build_name()Sebastian Huber2019-04-051-8/+6
| | | | | | This is intended as an example in the RTEMS Software Engineering manual. Update #3704.
* doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber2019-04-04254-360/+360
| | | | Update #3706
* doxygen: Split up "libmisc" subgroups and removed libmiscAndreas Dachsberger2019-04-048-23/+13
| | | | Update #3706.
* doxygen: New API subgroup TracingAndreas Dachsberger2019-04-043-2/+10
| | | | Update #3706.
* doxygen: Added RTEMS Test Framework to APIAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* doxygen: Added inttypes.h to Print SupportAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* doxygen: Added subclasses to APIAndreas Dachsberger2019-04-044-0/+8
| | | | | | | Update #3706. RTEMS Application Loader, RTEMS Runtime Link Editor, Status Checks and Test Support
* doxygen: Zero and Null Device Drivers now in Device DriversAndreas Dachsberger2019-04-042-2/+2
| | | | Update #3706.
* doxygen: Print Support now in API->IOAndreas Dachsberger2019-04-043-2/+18
| | | | Update #3706.
* doxygen: Mouse now in Device DriversAndreas Dachsberger2019-04-041-1/+1
| | | | Update #3706.
* doxygen: Time Test 27 now in Device DriversAndreas Dachsberger2019-04-042-2/+10
| | | | Update #3706.
* doxygen: Benchmark Timer Driver Interface now in Device DriversAndreas Dachsberger2019-04-042-0/+10
| | | | Update #3706.
* doxygen: Put Real-Timer Clock Driver Interface into group Device DriversAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* doxygen: Put Print Support in IOAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* doxygen: Real Time Clock Time of Day API Definition in BSP->SharedAndreas Dachsberger2019-04-041-1/+1
| | | | Update #3706.
* doxygen: Put SPI Driver into group Device DriversAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* doxygen: Put C Library Support and POSIX in InternalAndreas Dachsberger2019-04-042-0/+4
| | | | Update #3706.
* doxygen: Added some subgroups to API and IOAndreas Dachsberger2019-04-043-6/+12
| | | | | | I2C library, Media Manager and Profiling Support Update #3706.
* doxygen: Added I2C Driver to Device DriversAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* doxygen: Added Version to API->ClassicAndreas Dachsberger2019-04-044-3/+7
| | | | Update #3706.
* doxygen: Added Frame Buffer Device Driver Interface to Device DriversAndreas Dachsberger2019-04-041-1/+1
| | | | Update #3706.
* doxygen: Added some subgroups to IO LibraryAndreas Dachsberger2019-04-043-0/+6
| | | | | | Update #3706. Types and Mount, IO Internal, Kernel Print Support
* doxygen: Removed XXX groupAndreas Dachsberger2019-04-041-1/+1
| | | | | | Update #3706. Content was added to Classic Barrier Implementation
* doxygen: Added Management to Example CPU ArchitectureAndreas Dachsberger2019-04-041-0/+8
| | | | Update #3706.
* doxygen: Added libmisc group and libmisc mouse groupAndreas Dachsberger2019-04-042-3/+19
| | | | | | | | Update #3706. @ingroup for these groups already existed, but no @defgroup Further restructuring necessary
* doxygen: Added toplevel group for device driversAndreas Dachsberger2019-04-042-1/+10
| | | | Update #3706.
* doxygen: Added further groups to RTEMSAPIAndreas Dachsberger2019-04-042-11/+20
| | | | | | | Update #3706. Associativity Routines, BSD Compatibility Support now part of RTEMSAPI
* doxygen: Added Mainpage to RTEMSAPIClassicAndreas Dachsberger2019-04-041-1/+1
| | | | Update #3706.