summaryrefslogtreecommitdiffstats
path: root/bsps/sparc64/shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Support .rtemsstack.* linker input sectionsSebastian Huber2018-06-271-2/+7
| | | | | | Use a dedicated memory region or place it between the BSS and workspace. Update #3459.
* Remove Clock_driver_support_shutdown_hardware()Sebastian Huber2018-06-271-5/+0
| | | | | | | | | | | | | | | | | The aim of this clock driver hook was to stop clock tick interrupts at some late point in the exit() procedure. The use of atexit() pulls in malloc() which pulls in errno. It is incompatible with the intention of the CONFIGURE_DISABLE_NEWLIB_REENTRANCY configuration option. The exit() function must be called from thread context, so accompanied clock tick interrupts should cause no harm. On the contrary, someone may assume a normal operating system operation, e.g. working timeouts. Remove the Clock_driver_support_shutdown_hardware() clock driver hook. Close #3436.
* bsp/sparc64: Move asm.S to bsps and renameSebastian Huber2018-04-261-0/+17
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/sparc64: Move helenos to bspsSebastian Huber2018-04-2311-0/+2300
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move startup files to bspsSebastian Huber2018-04-202-0/+275
| | | | | | | | 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/+306
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move console drivers to bspsSebastian Huber2018-04-201-0/+115
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move clock drivers to bspsSebastian Huber2018-04-201-0/+122
This patch is a part of the BSP source reorganization. Update #3285.