summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/powerpc/motorola_powerpc/grp.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2023-04-06bsps/motorola_powerpc: Add spec support for BSP definesChris Johns1-0/+4
- These are need by the net legacy stack
2022-07-04build: Add cppflags, cflags, cxxflags to groupsSebastian Huber1-0/+3
Propagate the group defined cppflags, cflags, and cxxflags from parent groups to child items through the build item context. Update #4670.
2021-11-30build: Use common objects item for get memorySebastian Huber1-0/+2
2021-04-07spec: Remove RTEMS_NETWORKING optionsVijay Kumar Banerjee1-2/+0
Update #3850
2021-02-13Update motorola_power to irq-generic interrupt managementChris Johns1-1/+1
- Add support to the BSP to enable irq-generic management - Update the powerpc shared irq code to support irq-generic. This is an opt in option for existing powerpc bsps. This change should be simpler now - Fix a number of issues in ISA IRQ controller handling by porting fixes from the i386 (PC) BSP Closes #4238 Closes #4239
2020-09-20bsps/powerpc: Remove __ppc_generic defineSebastian Huber1-2/+0
Do not force BSPs to define __ppc_generic. This was probably the last command line define in the BSPs.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+58
Update #3818.