summaryrefslogtreecommitdiffstats
path: root/spec/if/impl/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/impl/cpu')
-rw-r--r--spec/if/impl/cpu/all-tasks-are-fp.yml11
-rw-r--r--spec/if/impl/cpu/exception-frame-print.yml11
-rw-r--r--spec/if/impl/cpu/exception-frame.yml11
-rw-r--r--spec/if/impl/cpu/hardware-fp.yml11
-rw-r--r--spec/if/impl/cpu/header.yml12
-rw-r--r--spec/if/impl/cpu/heap-alignment.yml11
-rw-r--r--spec/if/impl/cpu/interrupt-frame.yml11
-rw-r--r--spec/if/impl/cpu/interrupt-stack-alignment.yml11
-rw-r--r--spec/if/impl/cpu/isr-passes-frame-pointer.yml11
-rw-r--r--spec/if/impl/cpu/maximum-processors.yml11
-rw-r--r--spec/if/impl/cpu/modes-interrupt-mask.yml11
-rw-r--r--spec/if/impl/cpu/simple-vectored-interrupts.yml11
-rw-r--r--spec/if/impl/cpu/stack-minimum-size.yml11
-rw-r--r--spec/if/impl/cpu/uint32ptr.yml11
14 files changed, 0 insertions, 155 deletions
diff --git a/spec/if/impl/cpu/all-tasks-are-fp.yml b/spec/if/impl/cpu/all-tasks-are-fp.yml
deleted file mode 100644
index 77a9ce1c..00000000
--- a/spec/if/impl/cpu/all-tasks-are-fp.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-interface-type: unspecified-define
-links:
-- role: interface-placement
- uid: header
-name: CPU_ALL_TASKS_ARE_FP
-reference: null
-type: interface
diff --git a/spec/if/impl/cpu/exception-frame-print.yml b/spec/if/impl/cpu/exception-frame-print.yml
deleted file mode 100644
index 7dfe6995..00000000
--- a/spec/if/impl/cpu/exception-frame-print.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-interface-type: unspecified
-links:
-- role: interface-placement
- uid: header
-name: _CPU_Exception_frame_print
-reference: null
-type: interface
diff --git a/spec/if/impl/cpu/exception-frame.yml b/spec/if/impl/cpu/exception-frame.yml
deleted file mode 100644
index de397ca1..00000000
--- a/spec/if/impl/cpu/exception-frame.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-interface-type: unspecified
-links:
-- role: interface-placement
- uid: header
-name: CPU_Exception_frame
-reference: null
-type: interface
diff --git a/spec/if/impl/cpu/hardware-fp.yml b/spec/if/impl/cpu/hardware-fp.yml
deleted file mode 100644
index 3f865622..00000000
--- a/spec/if/impl/cpu/hardware-fp.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-interface-type: unspecified
-links:
-- role: interface-placement
- uid: header
-name: CPU_HARDWARE_FP
-reference: null
-type: interface
diff --git a/spec/if/impl/cpu/header.yml b/spec/if/impl/cpu/header.yml
deleted file mode 100644
index 8c52a9c6..00000000
--- a/spec/if/impl/cpu/header.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: This header file defines interfaces of the CPU port.
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-interface-type: header-file
-links:
-- role: interface-placement
- uid: /if/domains/implementation
-path: rtems/score/cpu.h
-prefix: cpukit/include
-type: interface
diff --git a/spec/if/impl/cpu/heap-alignment.yml b/spec/if/impl/cpu/heap-alignment.yml
deleted file mode 100644
index 2f09e1d4..00000000
--- a/spec/if/impl/cpu/heap-alignment.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-interface-type: unspecified-define
-links:
-- role: interface-placement
- uid: header
-name: CPU_HEAP_ALIGNMENT
-reference: null
-type: interface
diff --git a/spec/if/impl/cpu/interrupt-frame.yml b/spec/if/impl/cpu/interrupt-frame.yml
deleted file mode 100644
index 5c8e5b86..00000000
--- a/spec/if/impl/cpu/interrupt-frame.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-interface-type: unspecified
-links:
-- role: interface-placement
- uid: header
-name: CPU_Interrupt_frame
-reference: null
-type: interface
diff --git a/spec/if/impl/cpu/interrupt-stack-alignment.yml b/spec/if/impl/cpu/interrupt-stack-alignment.yml
deleted file mode 100644
index fea5cca5..00000000
--- a/spec/if/impl/cpu/interrupt-stack-alignment.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-interface-type: unspecified-define
-links:
-- role: interface-placement
- uid: header
-name: CPU_INTERRUPT_STACK_ALIGNMENT
-reference: null
-type: interface
diff --git a/spec/if/impl/cpu/isr-passes-frame-pointer.yml b/spec/if/impl/cpu/isr-passes-frame-pointer.yml
deleted file mode 100644
index 1a6400e1..00000000
--- a/spec/if/impl/cpu/isr-passes-frame-pointer.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-interface-type: unspecified
-links:
-- role: interface-placement
- uid: header
-name: CPU_ISR_PASSES_FRAME_POINTER
-reference: null
-type: interface
diff --git a/spec/if/impl/cpu/maximum-processors.yml b/spec/if/impl/cpu/maximum-processors.yml
deleted file mode 100644
index 5ea0d121..00000000
--- a/spec/if/impl/cpu/maximum-processors.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-interface-type: unspecified-define
-links:
-- role: interface-placement
- uid: header
-name: CPU_MAXIMUM_PROCESSORS
-reference: null
-type: interface
diff --git a/spec/if/impl/cpu/modes-interrupt-mask.yml b/spec/if/impl/cpu/modes-interrupt-mask.yml
deleted file mode 100644
index fb6a3e40..00000000
--- a/spec/if/impl/cpu/modes-interrupt-mask.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-interface-type: unspecified
-links:
-- role: interface-placement
- uid: header
-name: CPU_MODES_INTERRUPT_MASK
-reference: null
-type: interface
diff --git a/spec/if/impl/cpu/simple-vectored-interrupts.yml b/spec/if/impl/cpu/simple-vectored-interrupts.yml
deleted file mode 100644
index 54e5c2e8..00000000
--- a/spec/if/impl/cpu/simple-vectored-interrupts.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-interface-type: unspecified
-links:
-- role: interface-placement
- uid: header
-name: CPU_SIMPLE_VECTORED_INTERRUPTS
-reference: null
-type: interface
diff --git a/spec/if/impl/cpu/stack-minimum-size.yml b/spec/if/impl/cpu/stack-minimum-size.yml
deleted file mode 100644
index 4085d468..00000000
--- a/spec/if/impl/cpu/stack-minimum-size.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-interface-type: unspecified-define
-links:
-- role: interface-placement
- uid: header
-name: CPU_STACK_MINIMUM_SIZE
-reference: null
-type: interface
diff --git a/spec/if/impl/cpu/uint32ptr.yml b/spec/if/impl/cpu/uint32ptr.yml
deleted file mode 100644
index 5458ebf4..00000000
--- a/spec/if/impl/cpu/uint32ptr.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-interface-type: unspecified
-links:
-- role: interface-placement
- uid: header
-name: CPU_Uint32ptr
-reference: null
-type: interface