lm32: Remove obsolete architecture

Updates rtems/rtos/rtems#5025
This commit is contained in:
Joel Sherrill
2024-12-19 16:22:29 -06:00
committed by Kinsey Moore
parent 82624328da
commit 740f736f9e
88 changed files with 0 additions and 10344 deletions

View File

@@ -1,31 +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}/bsp
source:
- bsps/lm32/include/bsp/irq.h
- bsps/lm32/include/bsp/milkymist_ac97.h
- bsps/lm32/include/bsp/milkymist_buttons.h
- bsps/lm32/include/bsp/milkymist_dmx.h
- bsps/lm32/include/bsp/milkymist_flash.h
- bsps/lm32/include/bsp/milkymist_gpio.h
- bsps/lm32/include/bsp/milkymist_ir.h
- bsps/lm32/include/bsp/milkymist_memcard.h
- bsps/lm32/include/bsp/milkymist_midi.h
- bsps/lm32/include/bsp/milkymist_pfpu.h
- bsps/lm32/include/bsp/milkymist_tmu.h
- bsps/lm32/include/bsp/milkymist_usbinput.h
- bsps/lm32/include/bsp/milkymist_versions.h
- bsps/lm32/include/bsp/milkymist_video.h
ldflags: []
links: []
type: build
use-after: []
use-before: []

View File

@@ -1,17 +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: []
description: |
ABI flags
enabled-by: true
links: []
name: ABI_FLAGS
type: build

View File

@@ -1,21 +0,0 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
arch: lm32
bsp: lm32_evr_gdbsim
build-type: bsp
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
enabled-by: true
family: lm32_evr
includes: []
install: []
links:
- role: build-dependency
uid: ../../opto2
- role: build-dependency
uid: ../../tstnointrcrit
- role: build-dependency
uid: grp
source: []
type: build

View File

@@ -1,19 +0,0 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
arch: lm32
bsp: lm32_evr
build-type: bsp
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
enabled-by: true
family: lm32_evr
includes: []
install: []
links:
- role: build-dependency
uid: ../../opto2
- role: build-dependency
uid: grp
source: []
type: build

View File

@@ -1,33 +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: []
ldflags: []
links:
- role: build-dependency
uid: ../grp
- role: build-dependency
uid: abi
- role: build-dependency
uid: obj
- role: build-dependency
uid: optsim
- role: build-dependency
uid: ../start
- role: build-dependency
uid: ../../obj
- role: build-dependency
uid: ../../objirqdflt
- role: build-dependency
uid: ../../objmem
- role: build-dependency
uid: ../../bspopts
type: build
use-after: []
use-before: []

View File

@@ -1,31 +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: true
includes: []
install:
- destination: ${BSP_INCLUDEDIR}
source:
- bsps/lm32/lm32_evr/include/bsp.h
- bsps/lm32/lm32_evr/include/system_conf.h
- destination: ${BSP_LIBDIR}
source:
- bsps/lm32/lm32_evr/start/linkcmds
links: []
source:
- bsps/lm32/shared/btimer/btimer.c
- bsps/lm32/shared/clock/ckinit.c
- bsps/lm32/shared/console/console.c
- bsps/lm32/shared/console/uart.c
- bsps/lm32/shared/start/bspreset.c
- bsps/lm32/shared/start/bspstart.c
- bsps/shared/cache/nocache.c
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
- bsps/shared/start/gettargethash-default.c
- bsps/shared/start/sbrk.c
- bsps/shared/start/setvec.c
type: build

View File

@@ -1,18 +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: lm32/lm32_evr_gdbsim
value: true
- enabled-by: true
value: false
description: |
If defined, this indicates the BSP is being built to run on the lm32 simulator in GDB. This enables fast idle support which speeds 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. It also enables a special exit and alternate printk support.
enabled-by: true
links: []
name: LM32_ON_SIMULATOR
type: build

View File

@@ -1,21 +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:
- -mbarrel-shift-enabled
- -mmultiply-enabled
- -mdivide-enabled
- -msign-extend-enabled
description: |
ABI flags
enabled-by: true
links: []
name: ABI_FLAGS
type: build

View File

@@ -1,65 +0,0 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
arch: lm32
bsp: milkymist
build-type: bsp
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
enabled-by: true
family: milkymist
includes: []
install:
- destination: ${BSP_INCLUDEDIR}
source:
- bsps/lm32/milkymist/include/bsp.h
- bsps/lm32/milkymist/include/system_conf.h
- destination: ${BSP_LIBDIR}
source:
- bsps/lm32/milkymist/start/linkcmds
links:
- role: build-dependency
uid: ../grp
- role: build-dependency
uid: abi
- role: build-dependency
uid: optsim
- role: build-dependency
uid: ../start
- role: build-dependency
uid: ../../obj
- role: build-dependency
uid: ../../objirqdflt
- role: build-dependency
uid: ../../objmem
- role: build-dependency
uid: ../../opto2
- role: build-dependency
uid: ../../bspopts
source:
- bsps/lm32/milkymist/start/bspclean.c
- bsps/lm32/shared/irq/irq.c
- bsps/lm32/shared/milkymist_ac97/ac97.c
- bsps/lm32/shared/milkymist_buttons/buttons.c
- bsps/lm32/shared/milkymist_clock/ckinit.c
- bsps/lm32/shared/milkymist_console/console.c
- bsps/lm32/shared/milkymist_console/uart.c
- bsps/lm32/shared/milkymist_dmx/dmx.c
- bsps/lm32/shared/milkymist_flash/flash.c
- bsps/lm32/shared/milkymist_framebuffer/framebuffer.c
- bsps/lm32/shared/milkymist_gpio/gpio.c
- bsps/lm32/shared/milkymist_ir/ir.c
- bsps/lm32/shared/milkymist_memcard/memcard.c
- bsps/lm32/shared/milkymist_midi/midi.c
- bsps/lm32/shared/milkymist_pfpu/pfpu.c
- bsps/lm32/shared/milkymist_timer/timer.c
- bsps/lm32/shared/milkymist_tmu/tmu.c
- bsps/lm32/shared/milkymist_usbinput/usbinput.c
- bsps/lm32/shared/milkymist_versions/versions.c
- bsps/lm32/shared/milkymist_video/video.c
- bsps/lm32/shared/start/bspstart.c
- bsps/shared/cache/nocache.c
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
- bsps/shared/start/gettargethash-default.c
- bsps/shared/start/sbrk.c
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, this indicates the BSP is being built to run on the lm32 simulator in GDB. This enables fast idle support which speeds 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. It also enables a special exit and alternate printk support.
enabled-by: true
links: []
name: LM32_ON_SIMULATOR
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/lm32/shared/start/start.S
target: start.o
type: build

View File

@@ -1,32 +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:
- lm32
includes: []
install:
- destination: ${BSP_INCLUDEDIR}/machine
source:
- cpukit/score/cpu/lm32/include/machine/elf_machdep.h
- destination: ${BSP_INCLUDEDIR}/rtems
source:
- cpukit/score/cpu/lm32/include/rtems/asm.h
- destination: ${BSP_INCLUDEDIR}/rtems/score
source:
- cpukit/score/cpu/lm32/include/rtems/score/cpu.h
- cpukit/score/cpu/lm32/include/rtems/score/cpu_asm.h
- cpukit/score/cpu/lm32/include/rtems/score/cpuimpl.h
- cpukit/score/cpu/lm32/include/rtems/score/lm32.h
links: []
source:
- cpukit/score/cpu/lm32/cpu.c
- cpukit/score/cpu/lm32/cpu_asm.S
- cpukit/score/cpu/lm32/irq.c
- cpukit/score/cpu/lm32/lm32-exception-frame-print.c
- cpukit/score/cpu/no_cpu/cpucounterfrequency.c
- cpukit/score/cpu/no_cpu/cpucounterread.c
type: build

View File

@@ -486,8 +486,6 @@ links:
uid: cpuarm
- role: build-dependency
uid: cpui386
- role: build-dependency
uid: cpulm32
- role: build-dependency
uid: cpum68k
- role: build-dependency