summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/sparc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spec/build/bsps/sparc/erc32/abi.yml1
-rw-r--r--spec/build/bsps/sparc/erc32/optconirq.yml1
-rw-r--r--spec/build/bsps/sparc/erc32/optpwrdwnhlt.yml1
-rw-r--r--spec/build/bsps/sparc/leon2/abi.yml1
-rw-r--r--spec/build/bsps/sparc/leon2/optconirq.yml1
-rw-r--r--spec/build/bsps/sparc/leon2/optpwrdwnhlt.yml1
-rw-r--r--spec/build/bsps/sparc/leon3/abi.yml1
-rw-r--r--spec/build/bsps/sparc/leon3/abiclang.yml1
-rw-r--r--spec/build/bsps/sparc/leon3/optconirq.yml1
-rw-r--r--spec/build/bsps/sparc/leon3/optleon3smp.yml1
-rw-r--r--spec/build/bsps/sparc/leon3/optpwrdwnhlt.yml1
-rw-r--r--spec/build/bsps/sparc64/niagara/abi.yml1
-rw-r--r--spec/build/bsps/sparc64/usiii/abi.yml1
-rw-r--r--spec/build/bsps/sparc64/usiii/optclkfastidle.yml1
14 files changed, 0 insertions, 14 deletions
diff --git a/spec/build/bsps/sparc/erc32/abi.yml b/spec/build/bsps/sparc/erc32/abi.yml
index 1e9f355750..f8ea9fb8da 100644
--- a/spec/build/bsps/sparc/erc32/abi.yml
+++ b/spec/build/bsps/sparc/erc32/abi.yml
@@ -8,7 +8,6 @@ copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default:
- -mcpu=cypress
-default-by-family: []
default-by-variant: []
description: |
ABI flags
diff --git a/spec/build/bsps/sparc/erc32/optconirq.yml b/spec/build/bsps/sparc/erc32/optconirq.yml
index 5133de06d7..df25d621b4 100644
--- a/spec/build/bsps/sparc/erc32/optconirq.yml
+++ b/spec/build/bsps/sparc/erc32/optconirq.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: 0
-default-by-family: []
default-by-variant: []
description: |
The erc32 console driver can operate in either polled or interrupt mode. Under the simulator (especially when FAST_UART is defined), polled seems to operate better. It is common for a task to print a line (like the end of test message) and then exit. In this case, the program returns control to the simulator command line before the program has even queued the output to the uart. Thus sis has no chance of getting the data out.
diff --git a/spec/build/bsps/sparc/erc32/optpwrdwnhlt.yml b/spec/build/bsps/sparc/erc32/optpwrdwnhlt.yml
index 86c1d9c82f..6627a5b071 100644
--- a/spec/build/bsps/sparc/erc32/optpwrdwnhlt.yml
+++ b/spec/build/bsps/sparc/erc32/optpwrdwnhlt.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: false
-default-by-family: []
default-by-variant: []
description: |
If defined, CPU is spinning on fatal exit. Otherwise generate system error which will hand over to debugger, simulator, etc.
diff --git a/spec/build/bsps/sparc/leon2/abi.yml b/spec/build/bsps/sparc/leon2/abi.yml
index cb3ac45cba..21fe1b77ca 100644
--- a/spec/build/bsps/sparc/leon2/abi.yml
+++ b/spec/build/bsps/sparc/leon2/abi.yml
@@ -8,7 +8,6 @@ copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default:
- -mcpu=leon
-default-by-family: []
default-by-variant:
- value:
- -mcpu=leon
diff --git a/spec/build/bsps/sparc/leon2/optconirq.yml b/spec/build/bsps/sparc/leon2/optconirq.yml
index 4afe7a86b2..4163b30aff 100644
--- a/spec/build/bsps/sparc/leon2/optconirq.yml
+++ b/spec/build/bsps/sparc/leon2/optconirq.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: 0
-default-by-family: []
default-by-variant: []
description: |
The leon2 console driver can operate in either polled or interrupt mode. Under the simulator (especially when FAST_UART is defined), polled seems to operate better. It is common for a task to print a line (like the end of test message) and then exit. In this case, the program returns control to the simulator command line before the program has even queued the output to the uart. Thus sis has no chance of getting the data out.
diff --git a/spec/build/bsps/sparc/leon2/optpwrdwnhlt.yml b/spec/build/bsps/sparc/leon2/optpwrdwnhlt.yml
index 86c1d9c82f..6627a5b071 100644
--- a/spec/build/bsps/sparc/leon2/optpwrdwnhlt.yml
+++ b/spec/build/bsps/sparc/leon2/optpwrdwnhlt.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: false
-default-by-family: []
default-by-variant: []
description: |
If defined, CPU is spinning on fatal exit. Otherwise generate system error which will hand over to debugger, simulator, etc.
diff --git a/spec/build/bsps/sparc/leon3/abi.yml b/spec/build/bsps/sparc/leon3/abi.yml
index 474a28a52d..b725d5de48 100644
--- a/spec/build/bsps/sparc/leon3/abi.yml
+++ b/spec/build/bsps/sparc/leon3/abi.yml
@@ -8,7 +8,6 @@ copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default:
- -mcpu=leon3
-default-by-family: []
default-by-variant:
- value:
- -mcpu=leon3
diff --git a/spec/build/bsps/sparc/leon3/abiclang.yml b/spec/build/bsps/sparc/leon3/abiclang.yml
index d8259c5d85..6c9646e7cd 100644
--- a/spec/build/bsps/sparc/leon3/abiclang.yml
+++ b/spec/build/bsps/sparc/leon3/abiclang.yml
@@ -8,7 +8,6 @@ copyrights:
- Copyright (C) 2020 Hesham Almatary <Hesham.Almatary@cl.cam.ac.uk>
default:
- -mcpu=leon3
-default-by-family: []
default-by-variant:
- value:
- -mcpu=leon3
diff --git a/spec/build/bsps/sparc/leon3/optconirq.yml b/spec/build/bsps/sparc/leon3/optconirq.yml
index 328ab5adff..2278f00ef3 100644
--- a/spec/build/bsps/sparc/leon3/optconirq.yml
+++ b/spec/build/bsps/sparc/leon3/optconirq.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: 0
-default-by-family: []
default-by-variant: []
description: |
The leon3 console driver can operate in either polled or interrupt mode. Under the simulator (especially when FAST_UART is defined), polled seems to operate better.
diff --git a/spec/build/bsps/sparc/leon3/optleon3smp.yml b/spec/build/bsps/sparc/leon3/optleon3smp.yml
index 7fd99d3d3e..c78929c198 100644
--- a/spec/build/bsps/sparc/leon3/optleon3smp.yml
+++ b/spec/build/bsps/sparc/leon3/optleon3smp.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: true
-default-by-family: []
default-by-variant: []
description: |
Always defined when on a LEON3 to enable the LEON3 support for determining the CPU core number in an SMP configuration.
diff --git a/spec/build/bsps/sparc/leon3/optpwrdwnhlt.yml b/spec/build/bsps/sparc/leon3/optpwrdwnhlt.yml
index b620b889f1..8923870017 100644
--- a/spec/build/bsps/sparc/leon3/optpwrdwnhlt.yml
+++ b/spec/build/bsps/sparc/leon3/optpwrdwnhlt.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: false
-default-by-family: []
default-by-variant: []
description: |
If defined, CPU is powered down on fatal exit. Otherwise generate system error which will hand over to debugger, simulator, etc.
diff --git a/spec/build/bsps/sparc64/niagara/abi.yml b/spec/build/bsps/sparc64/niagara/abi.yml
index dbe7bd48b2..d8aadc1831 100644
--- a/spec/build/bsps/sparc64/niagara/abi.yml
+++ b/spec/build/bsps/sparc64/niagara/abi.yml
@@ -9,7 +9,6 @@ copyrights:
default:
- -DSUN4V
- -mcpu=niagara
-default-by-family: []
default-by-variant: []
description: |
ABI flags
diff --git a/spec/build/bsps/sparc64/usiii/abi.yml b/spec/build/bsps/sparc64/usiii/abi.yml
index 25574b182d..77dce75223 100644
--- a/spec/build/bsps/sparc64/usiii/abi.yml
+++ b/spec/build/bsps/sparc64/usiii/abi.yml
@@ -10,7 +10,6 @@ default:
- -DSUN4U
- -DUS3
- -mcpu=ultrasparc3
-default-by-family: []
default-by-variant: []
description: |
ABI flags
diff --git a/spec/build/bsps/sparc64/usiii/optclkfastidle.yml b/spec/build/bsps/sparc64/usiii/optclkfastidle.yml
index 1f2d1a5c06..5aed542b4b 100644
--- a/spec/build/bsps/sparc64/usiii/optclkfastidle.yml
+++ b/spec/build/bsps/sparc64/usiii/optclkfastidle.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: false
-default-by-family: []
default-by-variant: []
description: |
If defined, speed up the clock ticks while the idle task is running so time spent in the idle task is minimized. This significantly reduces the wall time required to execute the RTEMS test suites.