summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/i386
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/bsps/i386')
-rw-r--r--spec/build/bsps/i386/pc386/abi.yml1
-rw-r--r--spec/build/bsps/i386/pc386/optcirrus.yml1
-rw-r--r--spec/build/bsps/i386/pc386/optclk8253.yml1
-rw-r--r--spec/build/bsps/i386/pc386/optclktsc.yml1
-rw-r--r--spec/build/bsps/i386/pc386/optconcom1.yml1
-rw-r--r--spec/build/bsps/i386/pc386/optencom14.yml1
-rw-r--r--spec/build/bsps/i386/pc386/optenide.yml1
-rw-r--r--spec/build/bsps/i386/pc386/optenvga.yml1
-rw-r--r--spec/build/bsps/i386/pc386/optgdbstub.yml1
-rw-r--r--spec/build/bsps/i386/pc386/optgdtdesc.yml1
-rw-r--r--spec/build/bsps/i386/pc386/optidepriifc.yml1
-rw-r--r--spec/build/bsps/i386/pc386/optidesecifc.yml1
-rw-r--r--spec/build/bsps/i386/pc386/optrelocaddr.yml1
-rw-r--r--spec/build/bsps/i386/pc386/optvberm.yml1
-rw-r--r--spec/build/bsps/i386/pc386/optvga.yml1
-rw-r--r--spec/build/bsps/i386/pc386/optvideo80x50.yml1
16 files changed, 16 insertions, 0 deletions
diff --git a/spec/build/bsps/i386/pc386/abi.yml b/spec/build/bsps/i386/pc386/abi.yml
index 6a29742266..edc553f5df 100644
--- a/spec/build/bsps/i386/pc386/abi.yml
+++ b/spec/build/bsps/i386/pc386/abi.yml
@@ -10,6 +10,7 @@ default:
- -mtune=pentium4
- -march=pentium4
- -msse3
+default-by-family: []
default-by-variant:
- value:
- -mtune=pentiumpro
diff --git a/spec/build/bsps/i386/pc386/optcirrus.yml b/spec/build/bsps/i386/pc386/optcirrus.yml
index c974001647..931011206d 100644
--- a/spec/build/bsps/i386/pc386/optcirrus.yml
+++ b/spec/build/bsps/i386/pc386/optcirrus.yml
@@ -7,6 +7,7 @@ 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, enables use of the Cirrus GD5446 controller rather than the controller utilizing Vesa Bios Extensions - real mode interface. NOTE: This has only been tested on Qemu.
diff --git a/spec/build/bsps/i386/pc386/optclk8253.yml b/spec/build/bsps/i386/pc386/optclk8253.yml
index ddaeb3bb75..93317d20a1 100644
--- a/spec/build/bsps/i386/pc386/optclk8253.yml
+++ b/spec/build/bsps/i386/pc386/optclk8253.yml
@@ -6,6 +6,7 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: false
+default-by-family: []
default-by-variant: []
description: |
None
diff --git a/spec/build/bsps/i386/pc386/optclktsc.yml b/spec/build/bsps/i386/pc386/optclktsc.yml
index 2b02523def..e6f900edcd 100644
--- a/spec/build/bsps/i386/pc386/optclktsc.yml
+++ b/spec/build/bsps/i386/pc386/optclktsc.yml
@@ -6,6 +6,7 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: false
+default-by-family: []
default-by-variant: []
description: |
None
diff --git a/spec/build/bsps/i386/pc386/optconcom1.yml b/spec/build/bsps/i386/pc386/optconcom1.yml
index 6743683ecc..aae9ecbc60 100644
--- a/spec/build/bsps/i386/pc386/optconcom1.yml
+++ b/spec/build/bsps/i386/pc386/optconcom1.yml
@@ -6,6 +6,7 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: false
+default-by-family: []
default-by-variant: []
description: |
Determines, whether the console will be associated with the standard VGA display or with the COM1 serial port. Currently only the VGA display and COM1 support printk.
diff --git a/spec/build/bsps/i386/pc386/optencom14.yml b/spec/build/bsps/i386/pc386/optencom14.yml
index 1547f5d890..733d1afa2b 100644
--- a/spec/build/bsps/i386/pc386/optencom14.yml
+++ b/spec/build/bsps/i386/pc386/optencom14.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: |
Set if COM1..COM4 support is enabled.
diff --git a/spec/build/bsps/i386/pc386/optenide.yml b/spec/build/bsps/i386/pc386/optenide.yml
index db3a9aaf04..3936e1557a 100644
--- a/spec/build/bsps/i386/pc386/optenide.yml
+++ b/spec/build/bsps/i386/pc386/optenide.yml
@@ -7,6 +7,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: |
Set if IDE support is enabled.
diff --git a/spec/build/bsps/i386/pc386/optenvga.yml b/spec/build/bsps/i386/pc386/optenvga.yml
index d2f4755a8b..fee7e0986b 100644
--- a/spec/build/bsps/i386/pc386/optenvga.yml
+++ b/spec/build/bsps/i386/pc386/optenvga.yml
@@ -7,6 +7,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: |
Set if the VGA and keyboard console support is enabled.
diff --git a/spec/build/bsps/i386/pc386/optgdbstub.yml b/spec/build/bsps/i386/pc386/optgdbstub.yml
index 6af1c8ec56..d50ff05247 100644
--- a/spec/build/bsps/i386/pc386/optgdbstub.yml
+++ b/spec/build/bsps/i386/pc386/optgdbstub.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: |
Defined by default. Enables use of the GDB stub for debugging via a serial port.
diff --git a/spec/build/bsps/i386/pc386/optgdtdesc.yml b/spec/build/bsps/i386/pc386/optgdtdesc.yml
index 8898bf4726..c7170cd099 100644
--- a/spec/build/bsps/i386/pc386/optgdtdesc.yml
+++ b/spec/build/bsps/i386/pc386/optgdtdesc.yml
@@ -16,6 +16,7 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: 0
+default-by-family: []
default-by-variant: []
description: |
Defines how many descriptors in GDT may be allocated for application or driver usage.
diff --git a/spec/build/bsps/i386/pc386/optidepriifc.yml b/spec/build/bsps/i386/pc386/optidepriifc.yml
index 375b89904b..c4061b4cbb 100644
--- a/spec/build/bsps/i386/pc386/optidepriifc.yml
+++ b/spec/build/bsps/i386/pc386/optidepriifc.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: |
Determines, whether RTEMS will try to use the primary IDE interface. Disable it, if: - you have no primary IDE interface - or you have no disk attached to this interface - or you do not want to access disks attached to this interface
diff --git a/spec/build/bsps/i386/pc386/optidesecifc.yml b/spec/build/bsps/i386/pc386/optidesecifc.yml
index 4b61958f7d..825d08f12b 100644
--- a/spec/build/bsps/i386/pc386/optidesecifc.yml
+++ b/spec/build/bsps/i386/pc386/optidesecifc.yml
@@ -6,6 +6,7 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: false
+default-by-family: []
default-by-variant: []
description: |
Determines, whether RTEMS will try to use the secondary IDE interface. Enable it, if: - you have a secondary IDE interface - and you have at least one disk attached to this interface - and you do want to access disks attached to this interface
diff --git a/spec/build/bsps/i386/pc386/optrelocaddr.yml b/spec/build/bsps/i386/pc386/optrelocaddr.yml
index e052383f80..fd49d5ab79 100644
--- a/spec/build/bsps/i386/pc386/optrelocaddr.yml
+++ b/spec/build/bsps/i386/pc386/optrelocaddr.yml
@@ -11,6 +11,7 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: 1048576
+default-by-family: []
default-by-variant: []
description: |
Set the value of RELOCADDR to the address where you want your image to load.
diff --git a/spec/build/bsps/i386/pc386/optvberm.yml b/spec/build/bsps/i386/pc386/optvberm.yml
index dce5975ef8..d0971b170b 100644
--- a/spec/build/bsps/i386/pc386/optvberm.yml
+++ b/spec/build/bsps/i386/pc386/optvberm.yml
@@ -7,6 +7,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: |
Defined by default. Enables use of the Vesa Bios Extensions - real mode interface, which enables graphical mode and introduce it upon bootup.
diff --git a/spec/build/bsps/i386/pc386/optvga.yml b/spec/build/bsps/i386/pc386/optvga.yml
index 5477de3e0b..5af16bc1a1 100644
--- a/spec/build/bsps/i386/pc386/optvga.yml
+++ b/spec/build/bsps/i386/pc386/optvga.yml
@@ -7,6 +7,7 @@ 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, enables use of the very basic VGA driver for framebuffer support rather than the controller utilizing Vesa Bios Extensions - real mode interface.
diff --git a/spec/build/bsps/i386/pc386/optvideo80x50.yml b/spec/build/bsps/i386/pc386/optvideo80x50.yml
index f95225bc04..f0f93324af 100644
--- a/spec/build/bsps/i386/pc386/optvideo80x50.yml
+++ b/spec/build/bsps/i386/pc386/optvideo80x50.yml
@@ -6,6 +6,7 @@ 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, set the VGA display to 80x50.