SPARC64: Remove obsolete architecture

Updates rtems/rtos/rtems#5021
This commit is contained in:
Joel Sherrill
2024-12-19 16:25:19 -06:00
committed by Kinsey Moore
parent 00b074b124
commit ecaa0f8e93
84 changed files with 0 additions and 9629 deletions

View File

@@ -1,61 +0,0 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: group
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
includes: []
install:
- destination: ${BSP_INCLUDEDIR}
source:
- bsps/sparc64/include/asm.h
- bsps/sparc64/include/traptable.h
- destination: ${BSP_INCLUDEDIR}/arch
source:
- bsps/sparc64/include/arch/arch.h
- bsps/sparc64/include/arch/boot.h
- bsps/sparc64/include/arch/regdef.h
- bsps/sparc64/include/arch/stack.h
- destination: ${BSP_INCLUDEDIR}/arch/mm
source:
- bsps/sparc64/include/arch/mm/cache_spec.h
- bsps/sparc64/include/arch/mm/doxygen.h
- bsps/sparc64/include/arch/mm/frame.h
- bsps/sparc64/include/arch/mm/mmu.h
- bsps/sparc64/include/arch/mm/page.h
- bsps/sparc64/include/arch/mm/tlb.h
- bsps/sparc64/include/arch/mm/tte.h
- destination: ${BSP_INCLUDEDIR}/arch/mm/sun4u
source:
- bsps/sparc64/include/arch/mm/sun4u/frame.h
- bsps/sparc64/include/arch/mm/sun4u/mmu.h
- bsps/sparc64/include/arch/mm/sun4u/page.h
- bsps/sparc64/include/arch/mm/sun4u/tlb.h
- bsps/sparc64/include/arch/mm/sun4u/tte.h
- destination: ${BSP_INCLUDEDIR}/arch/sun4u
source:
- bsps/sparc64/include/arch/sun4u/arch.h
- destination: ${BSP_INCLUDEDIR}/boot
source:
- bsps/sparc64/include/boot/align.h
- bsps/sparc64/include/boot/balloc.h
- bsps/sparc64/include/boot/gentypes.h
- bsps/sparc64/include/boot/main.h
- bsps/sparc64/include/boot/ofw.h
- bsps/sparc64/include/boot/ofw_tree.h
- bsps/sparc64/include/boot/ofwarch.h
- bsps/sparc64/include/boot/register.h
- bsps/sparc64/include/boot/types.h
- destination: ${BSP_INCLUDEDIR}/genarch/ofw
source:
- bsps/sparc64/include/genarch/ofw/ofw_tree.h
- destination: ${BSP_INCLUDEDIR}/kernel
source:
- bsps/sparc64/include/kernel/align.h
ldflags: []
links: []
type: build
use-after: []
use-before: []

View File

@@ -1,19 +0,0 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-string: null
- split: null
- env-append: null
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
default:
- enabled-by: true
value:
- -DSUN4V
- -mcpu=niagara
description: |
ABI flags
enabled-by: true
links: []
name: ABI_FLAGS
type: build

View File

@@ -1,63 +0,0 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
arch: sparc64
bsp: niagara
build-type: bsp
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
enabled-by: true
family: niagara
includes: []
install:
- destination: ${BSP_INCLUDEDIR}
source:
- bsps/sparc64/niagara/include/bsp.h
- destination: ${BSP_INCLUDEDIR}/bsp
source:
- bsps/sparc64/niagara/include/bsp/irq.h
- destination: ${BSP_LIBDIR}
source:
- bsps/sparc64/shared/start/linkcmds
- bsps/sparc64/shared/start/linkcmds
links:
- role: build-dependency
uid: ../../obj
- role: build-dependency
uid: ../../objirqdflt
- role: build-dependency
uid: ../../objmem
- role: build-dependency
uid: ../../opto2
- role: build-dependency
uid: ../grp
- role: build-dependency
uid: abi
- role: build-dependency
uid: ../start
- role: build-dependency
uid: ../../bspopts
source:
- bsps/shared/cache/nocache.c
- bsps/shared/dev/btimer/btimer-cpucounter.c
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
- bsps/shared/dev/serial/legacy-console-control.c
- bsps/shared/dev/serial/legacy-console-select.c
- bsps/shared/dev/serial/legacy-console.c
- bsps/shared/start/bspstart-empty.c
- bsps/shared/start/gettargethash-default.c
- bsps/shared/start/sbrk.c
- bsps/sparc64/niagara/start/bspclean.c
- bsps/sparc64/niagara/start/bspinit.S
- bsps/sparc64/niagara/start/m5op_sparc.S
- bsps/sparc64/shared/clock/ckinit.c
- bsps/sparc64/shared/console/conscfg.c
- bsps/sparc64/shared/helenos/boot/genarch/balloc.c
- bsps/sparc64/shared/helenos/boot/genarch/ofw.c
- bsps/sparc64/shared/helenos/boot/genarch/ofw_tree.c
- bsps/sparc64/shared/helenos/boot/sparc64/loader/main.c
- bsps/sparc64/shared/helenos/boot/sparc64/loader/ofwarch.c
- bsps/sparc64/shared/helenos/boot/sparc64/loader/ofwasm.S
- bsps/sparc64/shared/start/halt.S
- bsps/sparc64/shared/start/setvec.c
type: build

View File

@@ -1,14 +0,0 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
asflags: []
build-type: start-file
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
enabled-by: true
includes: []
install-path: ${BSP_LIBDIR}
links: []
source:
- bsps/sparc64/shared/start/start.S
target: start.o
type: build

View File

@@ -1,20 +0,0 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-string: null
- split: null
- env-append: null
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
default:
- enabled-by: true
value:
- -DSUN4U
- -DUS3
- -mcpu=ultrasparc3
description: |
ABI flags
enabled-by: true
links: []
name: ABI_FLAGS
type: build

View File

@@ -1,67 +0,0 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
arch: sparc64
bsp: usiii
build-type: bsp
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
enabled-by: true
family: usiii
includes: []
install:
- destination: ${BSP_INCLUDEDIR}
source:
- bsps/sparc64/usiii/include/bsp.h
- destination: ${BSP_INCLUDEDIR}/bsp
source:
- bsps/sparc64/usiii/include/bsp/irq.h
- destination: ${BSP_LIBDIR}
source:
- bsps/sparc64/shared/start/linkcmds
- bsps/sparc64/shared/start/linkcmds
links:
- role: build-dependency
uid: ../../obj
- role: build-dependency
uid: ../../objirqdflt
- role: build-dependency
uid: ../../objmem
- role: build-dependency
uid: ../../opto2
- role: build-dependency
uid: ../grp
- role: build-dependency
uid: ../start
- role: build-dependency
uid: abi
- role: build-dependency
uid: optclkfastidle
- role: build-dependency
uid: ../../bspopts
source:
- bsps/shared/cache/nocache.c
- bsps/shared/dev/btimer/btimer-cpucounter.c
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
- bsps/shared/dev/serial/legacy-console-control.c
- bsps/shared/dev/serial/legacy-console-select.c
- bsps/shared/dev/serial/legacy-console.c
- bsps/shared/start/bspreset-loop.c
- bsps/shared/start/bspstart-empty.c
- bsps/shared/start/gettargethash-default.c
- bsps/shared/start/sbrk.c
- bsps/sparc64/shared/clock/ckinit.c
- bsps/sparc64/shared/console/conscfg.c
- bsps/sparc64/shared/helenos/boot/genarch/balloc.c
- bsps/sparc64/shared/helenos/boot/genarch/ofw.c
- bsps/sparc64/shared/helenos/boot/genarch/ofw_tree.c
- bsps/sparc64/shared/helenos/boot/sparc64/loader/main.c
- bsps/sparc64/shared/helenos/boot/sparc64/loader/ofwarch.c
- bsps/sparc64/shared/helenos/boot/sparc64/loader/ofwasm.S
- bsps/sparc64/shared/helenos/kernel/sparc64/src/cache.S
- bsps/sparc64/shared/helenos/kernel/sparc64/src/sun4u/takemmu.S
- bsps/sparc64/shared/start/halt.S
- bsps/sparc64/shared/start/setvec.c
- bsps/sparc64/shared/start/trap_table.S
- bsps/sparc64/usiii/start/bspinit.S
type: build

View File

@@ -1,16 +0,0 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-boolean: null
- define-condition: null
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
default:
- enabled-by: true
value: false
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.
enabled-by: true
links: []
name: SIMSPARC_FAST_IDLE
type: build

View File

@@ -1,30 +0,0 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: objects
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by:
- sparc64
includes: []
install:
- destination: ${BSP_INCLUDEDIR}/rtems
source:
- cpukit/score/cpu/sparc64/include/rtems/asm.h
- destination: ${BSP_INCLUDEDIR}/rtems/score
source:
- cpukit/score/cpu/sparc64/include/rtems/score/cpu.h
- cpukit/score/cpu/sparc64/include/rtems/score/cpuimpl.h
- cpukit/score/cpu/sparc64/include/rtems/score/sparc64.h
links: []
source:
- cpukit/score/cpu/no_cpu/cpucounterfrequency.c
- cpukit/score/cpu/no_cpu/cpucounterread.c
- cpukit/score/cpu/no_cpu/cpuidle.c
- cpukit/score/cpu/sparc64/context.S
- cpukit/score/cpu/sparc64/cpu.c
- cpukit/score/cpu/sparc64/interrupt.S
- cpukit/score/cpu/sparc64/sparc64-exception-frame-print.c
- cpukit/score/cpu/sparc64/sparc64-syscall.S
type: build

View File

@@ -504,8 +504,6 @@ links:
uid: cpuriscv
- role: build-dependency
uid: cpusparc
- role: build-dependency
uid: cpusparc64
- role: build-dependency
uid: cpuv850
- role: build-dependency