summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/powerpc/ss555
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-23 08:45:07 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-18 11:25:35 +0200
commitebdfa24bff814134b8f42efc7ed386afcfa90eff (patch)
treeb9aca84bfc91353f6481fac0f42b1fd2a97497f3 /spec/build/bsps/powerpc/ss555
parentbsp/leon3: Fix rtems_interrupt_is_pending() (diff)
downloadrtems-ebdfa24bff814134b8f42efc7ed386afcfa90eff.tar.bz2
build: Merge default-by-family into by-variant
Prefix the BSP family name with "bsps/" to make it distinct to the BSP variant names. Update #4468.
Diffstat (limited to 'spec/build/bsps/powerpc/ss555')
-rw-r--r--spec/build/bsps/powerpc/ss555/abi.yml1
-rw-r--r--spec/build/bsps/powerpc/ss555/optconminor.yml1
-rw-r--r--spec/build/bsps/powerpc/ss555/optprintkminor.yml1
-rw-r--r--spec/build/bsps/powerpc/ss555/optuartsiomode.yml1
-rw-r--r--spec/build/bsps/powerpc/ss555/optuartsterm.yml1
-rw-r--r--spec/build/bsps/powerpc/ss555/optwdgtimeout.yml1
6 files changed, 0 insertions, 6 deletions
diff --git a/spec/build/bsps/powerpc/ss555/abi.yml b/spec/build/bsps/powerpc/ss555/abi.yml
index dd02747c22..5d49ce0905 100644
--- a/spec/build/bsps/powerpc/ss555/abi.yml
+++ b/spec/build/bsps/powerpc/ss555/abi.yml
@@ -9,7 +9,6 @@ copyrights:
default:
- -Dmpc555
- -mcpu=505
-default-by-family: []
default-by-variant: []
description: |
ABI flags
diff --git a/spec/build/bsps/powerpc/ss555/optconminor.yml b/spec/build/bsps/powerpc/ss555/optconminor.yml
index d2101d375b..edadd92fe1 100644
--- a/spec/build/bsps/powerpc/ss555/optconminor.yml
+++ b/spec/build/bsps/powerpc/ss555/optconminor.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: SCI2_MINOR
-default-by-family: []
default-by-variant: []
description: |
Must be defined to be one of SCI1_MINOR or SCI2_MINOR. Determines which device will be registered as /dev/console.
diff --git a/spec/build/bsps/powerpc/ss555/optprintkminor.yml b/spec/build/bsps/powerpc/ss555/optprintkminor.yml
index 7c4fb8b996..86cb37b0ab 100644
--- a/spec/build/bsps/powerpc/ss555/optprintkminor.yml
+++ b/spec/build/bsps/powerpc/ss555/optprintkminor.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: SCI2_MINOR
-default-by-family: []
default-by-variant: []
description: |
Must be defined to be one of SCI1_MINOR or SCI2_MINOR. Determines which device is used for output by printk(). The printk port always uses polled I/O. Don't open the printk port from RTEMS unless also using polled I/O for the SCI ports.
diff --git a/spec/build/bsps/powerpc/ss555/optuartsiomode.yml b/spec/build/bsps/powerpc/ss555/optuartsiomode.yml
index b10a8a99f9..8e351bb7a1 100644
--- a/spec/build/bsps/powerpc/ss555/optuartsiomode.yml
+++ b/spec/build/bsps/powerpc/ss555/optuartsiomode.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: |
Define to 1 if you want interrupt-driven I/O for the SCI ports.
diff --git a/spec/build/bsps/powerpc/ss555/optuartsterm.yml b/spec/build/bsps/powerpc/ss555/optuartsterm.yml
index 66b5c2920b..1aa2122c24 100644
--- a/spec/build/bsps/powerpc/ss555/optuartsterm.yml
+++ b/spec/build/bsps/powerpc/ss555/optuartsterm.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: |
Define to 1 if you want termios support for every port. Termios support is independent of the choice of UART I/O mode.
diff --git a/spec/build/bsps/powerpc/ss555/optwdgtimeout.yml b/spec/build/bsps/powerpc/ss555/optwdgtimeout.yml
index e559e89ee4..2cb717a1fc 100644
--- a/spec/build/bsps/powerpc/ss555/optwdgtimeout.yml
+++ b/spec/build/bsps/powerpc/ss555/optwdgtimeout.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: 65535
-default-by-family: []
default-by-variant: []
description: |
Define to the desired timeout (in steps of 1/20 msec) to enable the watchdog. Default is to disable the watchdog entirely.