m68k/gen68340: Remove obsolete BSP

Updates #5031
This commit is contained in:
Joel Sherrill
2025-02-05 15:10:34 -06:00
committed by Gedare Bloom
parent 0316b3c322
commit 552e481699
21 changed files with 0 additions and 4124 deletions

View File

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

View File

@@ -1,61 +0,0 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
arch: m68k
bsp: gen68340
build-type: bsp
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
enabled-by: true
family: gen68340
includes: []
install:
- destination: ${BSP_INCLUDEDIR}
source:
- bsps/m68k/gen68340/include/bsp.h
- bsps/m68k/gen68340/include/m340timer.h
- bsps/m68k/gen68340/include/m340uart.h
- bsps/m68k/gen68340/include/m68340.h
- bsps/m68k/gen68340/include/m68340.inc
- bsps/m68k/gen68340/include/m68349.inc
- destination: ${BSP_INCLUDEDIR}/bsp
source:
- bsps/m68k/gen68340/include/bsp/irq.h
- destination: ${BSP_LIBDIR}
source:
- bsps/m68k/gen68340/start/linkcmds
links:
- role: build-dependency
uid: abi
- role: build-dependency
uid: start
- role: build-dependency
uid: ../grp
- 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/m68k/gen68340/btimer/btimer.c
- bsps/m68k/gen68340/clock/ckinit.c
- bsps/m68k/gen68340/console/console.c
- bsps/m68k/gen68340/console/m340uart.c
- bsps/m68k/gen68340/start/dumpanic.c
- bsps/m68k/gen68340/start/init68340.c
- bsps/m68k/shared/cache/cache.c
- bsps/m68k/shared/m68kidle.c
- bsps/m68k/shared/memProbe.c
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
- bsps/shared/dev/serial/printk-dummy.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/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/m68k/gen68340/start/start.S
target: start.o
type: build