summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/mips/hurricane
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2021-07-13 20:47:08 -1000
committerChris Johns <chrisj@rtems.org>2021-07-15 09:59:14 +1000
commit6f2aa8ad36e3aaffc9fa2cb8c744b04da7339ee2 (patch)
tree4d3d14603856958cc2ec367e9d7763d210af2358 /spec/build/bsps/mips/hurricane
parentbsps/sparc: Improve interrupt affinity support (diff)
downloadrtems-6f2aa8ad36e3aaffc9fa2cb8c744b04da7339ee2.tar.bz2
build: Use BSP family for options
- Optionally add support for 'default-by-family' to allow option to be set by a family and so all related BSPs Close #4468
Diffstat (limited to 'spec/build/bsps/mips/hurricane')
-rw-r--r--spec/build/bsps/mips/hurricane/abi.yml1
-rw-r--r--spec/build/bsps/mips/hurricane/optrm52xx.yml1
-rw-r--r--spec/build/bsps/mips/hurricane/optusc320.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/spec/build/bsps/mips/hurricane/abi.yml b/spec/build/bsps/mips/hurricane/abi.yml
index 79408e4eb3..612c93847e 100644
--- a/spec/build/bsps/mips/hurricane/abi.yml
+++ b/spec/build/bsps/mips/hurricane/abi.yml
@@ -10,6 +10,7 @@ default:
- -mips3
- -G0
- -EL
+default-by-family: []
default-by-variant: []
description: |
ABI flags
diff --git a/spec/build/bsps/mips/hurricane/optrm52xx.yml b/spec/build/bsps/mips/hurricane/optrm52xx.yml
index 1fc3d504e4..83b0ad6807 100644
--- a/spec/build/bsps/mips/hurricane/optrm52xx.yml
+++ b/spec/build/bsps/mips/hurricane/optrm52xx.yml
@@ -6,6 +6,7 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: true
+default-by-family: []
default-by-variant: []
description: |
This BSP has a RM52xx compatible CPU.
diff --git a/spec/build/bsps/mips/hurricane/optusc320.yml b/spec/build/bsps/mips/hurricane/optusc320.yml
index 74ddd56d4f..4779e8a5fb 100644
--- a/spec/build/bsps/mips/hurricane/optusc320.yml
+++ b/spec/build/bsps/mips/hurricane/optusc320.yml
@@ -6,6 +6,7 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: true
+default-by-family: []
default-by-variant: []
description: |
This BSP has a V3 USC320 system controller chip.