summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/fvp/grp.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* irq/arm-gicv3.h: Customize CPU Interface initSebastian Huber2022-07-121-0/+2
| | | | | | | Use the existing WRITE_SR() abstraction to access the interrupt group 0 and 1 enable registers. This fixes the build for the AArch32 target. Add BSP options which define the initial values of CPU Interface registers.
* 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-301-0/+2
|
* arm/fvp: Remove unused GICv2 BSP optionSebastian Huber2021-06-071-2/+0
| | | | Update #4202.
* build: Fix broken linkSebastian Huber2021-03-091-1/+1
|
* arm/fvp: New BSPSebastian Huber2020-12-231-0/+58
This BSP supports the Arm Fixed Virtual Platform. Only the Cortex-R52 processor configuration is supported by the BSP. It should be easy to add support for other variants if needed. Update #4202.