summaryrefslogtreecommitdiffstats
path: root/bsps/arm/beagle/start/bspstarthooks.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/arm: Use shared empty bsp_start_hook_0()Sebastian Huber2024-01-151-4/+0
| | | | Update #4982.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* bsps/arm/beagle: Change license to BSD-2Joel Sherrill2022-07-081-3/+22
| | | | Updates #3053.
* bsps/arm/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
| | | | Updates #4625.
* bsps/arm: Set VBAR in start.SSebastian Huber2020-12-231-4/+0
| | | | | | | | | | Set the VBAR to the vector table in the start section before bsp_start_hook_0() is called to earlier handle exceptions in RTEMS. Set the VBAR to the normal vector table in start.S for the main processor. Secondary processors set it in bsp_start_hook_0(). Update #4202.
* bsps: Move startup files to bspsSebastian Huber2018-04-201-0/+32
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.