summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/qoriq/start/bspstart.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Adjust bsp.h Doxygen groupsSebastian Huber2019-03-081-1/+1
| | | | Update #3706.
* bsps/powerpc: Fix warningsSebastian Huber2019-01-251-3/+1
|
* score: Rename interrupt stack symbolsSebastian Huber2018-11-081-1/+1
| | | | | | | | | | | | | Rename * _Configuration_Interrupt_stack_area_begin in _ISR_Stack_area_begin, * _Configuration_Interrupt_stack_area_end in _ISR_Stack_area_end, and * _Configuration_Interrupt_stack_size in _ISR_Stack_size. Move definitions to <rtems/score/isr.h>. The new names are considerable shorter and in the right namespace. Update #3459.
* bsps/powerpc: Simplify ppc_exc_initialize()Sebastian Huber2018-09-061-2/+1
| | | | | | | Remove parameters from ppc_exc_initialize() since all BSPs passed the same values. Update #3459.
* bsps: BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGINSebastian Huber2018-09-031-1/+3
| | | | | | | Remove the BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGIN hack. The interrupt stacks are now allocated by the linker. Update #3459.
* Add _CPU_Counter_frequency()Sebastian Huber2018-06-151-1/+9
| | | | | | | | | | Add rtems_counter_frequency() API function. Use it to initialize the counter value converter via the new system initialization step (RTEMS_SYSINIT_CPU_COUNTER). This decouples the counter implementation and the counter converter. It avoids an unnecessary pull in of the 64-bit integer division from libgcc. Update #3456.
* bsps: Move startup files to bspsSebastian Huber2018-04-201-0/+197
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.