summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/sparc/leon2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sparc: Move CPU counter implementationSebastian Huber2023-10-201-0/+2
| | | | | | Enable a BSP-specific CPU counter implementation. Update #4954.
* bsps/sparc: Remove BSP_POWER_DOWN_AT_FATAL_HALTSebastian Huber2023-07-143-19/+0
| | | | | | Remove the BSP_POWER_DOWN_AT_FATAL_HALT BSP option. Applications should do the customization of the system termination with an initial fatal extension.
* bsp/leon3: Move and simplify bsp_irq_fixup()Sebastian Huber2023-07-141-0/+1
|
* Update company nameSebastian Huber2023-05-208-8/+8
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* build: Use enabled by for defaultsSebastian Huber2023-01-173-9/+11
| | | | | | | | | | | | | | Merge the "default" and "default-by-variant" attributes. Use an "enabled-by" expression to select the default value based on the enabled set. This makes it possible to select default values depending on other options. For example you could choose memory settings based on whether RTEMS_SMP is enabled or disabled. The change was tested by comparing the output of ./waf bspdefaults before and after the change.
* spec/bsps: Do not install tm27.hChris Johns2022-08-221-1/+0
| | | | Updates #4705
* build: Add cppflags, cflags, cxxflags to groupsSebastian Huber2022-07-041-0/+3
| | | | | | | Propagate the group defined cppflags, cflags, and cxxflags from parent groups to child items through the build item context. Update #4670.
* build: Use common objects item for get memorySebastian Huber2021-11-302-1/+2
|
* build: Merge default-by-family into by-variantSebastian Huber2021-08-183-3/+0
| | | | | | | Prefix the BSP family name with "bsps/" to make it distinct to the BSP variant names. Update #4468.
* build: Use BSP family for optionsChris Johns2021-07-153-0/+3
| | | | | | | - Optionally add support for 'default-by-family' to allow option to be set by a family and so all related BSPs Close #4468
* sparc: More reliable bad trap handlingSebastian Huber2021-06-241-1/+0
| | | | | | | | | | | | | Statically initialize the trap table in start.S to jump to _SPARC_Bad_trap() for all unexpected traps. This enables a proper RTEMS fatal error handling right from the start. Do not rely on the stack and register settings which caused an unexpected trap. Use the ISR stack of the processor to do the fatal error handling. Save the full context which caused the trap. Fatal error handler may use it for error logging. Unify the _CPU_Exception_frame_print() implementations and move it to cpukit. Update #4459.
* spec: Remove RTEMS_NETWORKING optionsVijay Kumar Banerjee2021-04-072-19/+0
| | | | Update #3850
* bsps: Add default rtems_get_target_hash()Sebastian Huber2021-02-261-0/+1
| | | | Update #4267.
* build: Alternative build system based on wafSebastian Huber2020-09-149-0/+214
Update #3818.