summaryrefslogtreecommitdiffstats
path: root/bsps/i386/pc386/start (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/i386: Use interrupt stack for init stackSebastian Huber2018-11-142-13/+4
| | | | Update #3459.
* _SMP_Start_multitasking_on_secondary_processor()Sebastian Huber2018-07-251-1/+1
| | | | | Pass current processor control as first parameter to make dependency more explicit.
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2018-07-251-1/+1
| | | | | Pass current processor control via parameter since it may be already available at the caller side.
* bsps: Support .rtemsstack.* linker input sectionsSebastian Huber2018-06-271-2/+3
| | | | | | Use a dedicated memory region or place it between the BSS and workspace. Update #3459.
* bsps/i386: Move shared files to bspsSebastian Huber2018-04-244-0/+1314
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move startup files to bspsSebastian Huber2018-04-209-0/+897
| | | | | | | | Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move start files to bspsSebastian Huber2018-04-202-0/+599
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/pc386: Move libcpu content to bspsSebastian Huber2018-03-224-0/+1150
This patch is a part of the BSP source reorganization. Update #3285.