forked from Imagelibrary/rtems
SuperH (sh): Remove obsolete architecture
Updates rtems/rtos/rtems#5022
This commit is contained in:
committed by
Kinsey Moore
parent
740f736f9e
commit
00b074b124
@@ -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:
|
||||
- -m1
|
||||
description: |
|
||||
ABI flags
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: ABI_FLAGS
|
||||
type: build
|
||||
@@ -1,69 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
arch: sh
|
||||
bsp: gensh1
|
||||
build-type: bsp
|
||||
cflags: []
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
cppflags: []
|
||||
enabled-by: true
|
||||
family: gensh1
|
||||
includes: []
|
||||
install:
|
||||
- destination: ${BSP_INCLUDEDIR}
|
||||
source:
|
||||
- bsps/sh/gensh1/include/bsp.h
|
||||
- destination: ${BSP_INCLUDEDIR}/bsp
|
||||
source:
|
||||
- bsps/sh/gensh1/include/bsp/irq.h
|
||||
- destination: ${BSP_INCLUDEDIR}/rtems/score
|
||||
source:
|
||||
- bsps/sh/gensh1/include/rtems/score/iosh7032.h
|
||||
- bsps/sh/gensh1/include/rtems/score/ispsh7032.h
|
||||
- destination: ${BSP_INCLUDEDIR}/sh
|
||||
source:
|
||||
- bsps/sh/gensh1/include/sh/sci.h
|
||||
- bsps/sh/gensh1/include/sh/sh7_pfc.h
|
||||
- bsps/sh/gensh1/include/sh/sh7_sci.h
|
||||
- destination: ${BSP_LIBDIR}
|
||||
source:
|
||||
- bsps/sh/gensh1/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: abi
|
||||
- role: build-dependency
|
||||
uid: optcpuclk
|
||||
- role: build-dependency
|
||||
uid: optlowinit
|
||||
- role: build-dependency
|
||||
uid: start
|
||||
- role: build-dependency
|
||||
uid: tstgensh1
|
||||
- role: build-dependency
|
||||
uid: ../../bspopts
|
||||
source:
|
||||
- bsps/sh/gensh1/btimer/btimer.c
|
||||
- bsps/sh/gensh1/clock/ckinit.c
|
||||
- bsps/sh/gensh1/clock/delay.c
|
||||
- bsps/sh/gensh1/console/sci.c
|
||||
- bsps/sh/gensh1/console/scitab.c
|
||||
- bsps/sh/gensh1/start/cpu_asm.c
|
||||
- bsps/sh/gensh1/start/ispsh7032.c
|
||||
- bsps/sh/shared/console/console.c
|
||||
- bsps/sh/shared/start/bsphwinit.c
|
||||
- bsps/sh/shared/start/bspstart.c
|
||||
- bsps/shared/cache/nocache.c
|
||||
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
|
||||
- bsps/shared/dev/serial/printk-dummy.c
|
||||
- bsps/shared/start/bspreset-loop.c
|
||||
- bsps/shared/start/gettargethash-default.c
|
||||
- bsps/shared/start/sbrk.c
|
||||
type: build
|
||||
@@ -1,17 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-integer: null
|
||||
- define: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
default:
|
||||
- enabled-by: true
|
||||
value: 20000000
|
||||
description: |
|
||||
cpu clock rate in HZ
|
||||
enabled-by: true
|
||||
format: '{}'
|
||||
links: []
|
||||
name: CPU_CLOCK_RATE_HZ
|
||||
type: build
|
||||
@@ -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, selects whether 'early_hw_init()' is called from 'start.S'; 'bsp_hw_init()' is always called from 'bspstart.c'
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: START_HW_INIT
|
||||
type: build
|
||||
@@ -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/sh/gensh1/start/start.S
|
||||
target: start.o
|
||||
type: build
|
||||
@@ -1,24 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- set-test-state:
|
||||
reason: null
|
||||
state: exclude
|
||||
tests:
|
||||
- fileio
|
||||
- fsdosfsname01
|
||||
- iostream
|
||||
- linpack
|
||||
- rcxx01
|
||||
- record02
|
||||
- utf8proc01
|
||||
- validation-no-clock-0
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
default: []
|
||||
description: ''
|
||||
enabled-by: true
|
||||
links:
|
||||
- role: build-dependency
|
||||
uid: ../../tstnoiconv
|
||||
type: build
|
||||
@@ -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:
|
||||
- -m2
|
||||
description: |
|
||||
ABI flags
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: ABI_FLAGS
|
||||
type: build
|
||||
@@ -1,77 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
arch: sh
|
||||
bsp: gensh2
|
||||
build-type: bsp
|
||||
cflags: []
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
cppflags: []
|
||||
enabled-by: true
|
||||
family: gensh2
|
||||
includes: []
|
||||
install:
|
||||
- destination: ${BSP_INCLUDEDIR}
|
||||
source:
|
||||
- bsps/sh/gensh2/include/bsp.h
|
||||
- destination: ${BSP_INCLUDEDIR}/bsp
|
||||
source:
|
||||
- bsps/sh/gensh2/include/bsp/irq.h
|
||||
- destination: ${BSP_INCLUDEDIR}/rtems/score
|
||||
source:
|
||||
- bsps/sh/gensh2/include/rtems/score/iosh7045.h
|
||||
- bsps/sh/gensh2/include/rtems/score/ispsh7045.h
|
||||
- destination: ${BSP_INCLUDEDIR}/sh
|
||||
source:
|
||||
- bsps/sh/gensh2/include/sh/io_types.h
|
||||
- bsps/sh/gensh2/include/sh/sci.h
|
||||
- bsps/sh/gensh2/include/sh/sci_termios.h
|
||||
- bsps/sh/gensh2/include/sh/sh7_pfc.h
|
||||
- bsps/sh/gensh2/include/sh/sh7_sci.h
|
||||
- destination: ${BSP_LIBDIR}
|
||||
source:
|
||||
- bsps/sh/gensh2/start/linkcmds
|
||||
- bsps/sh/gensh2/start/linkcmds.ram
|
||||
- bsps/sh/gensh2/start/linkcmds.rom
|
||||
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: abi
|
||||
- role: build-dependency
|
||||
uid: optcpuclk
|
||||
- role: build-dependency
|
||||
uid: optevb
|
||||
- role: build-dependency
|
||||
uid: optlowinit
|
||||
- role: build-dependency
|
||||
uid: start
|
||||
- role: build-dependency
|
||||
uid: tstgensh2
|
||||
- role: build-dependency
|
||||
uid: ../../bspopts
|
||||
source:
|
||||
- bsps/sh/gensh2/btimer/btimer.c
|
||||
- bsps/sh/gensh2/clock/ckinit.c
|
||||
- bsps/sh/gensh2/console/config.c
|
||||
- bsps/sh/gensh2/console/sci.c
|
||||
- bsps/sh/gensh2/console/sci_termios.c
|
||||
- bsps/sh/gensh2/console/scitab.c
|
||||
- bsps/sh/gensh2/start/cpu_asm.c
|
||||
- bsps/sh/gensh2/start/hw_init.c
|
||||
- bsps/sh/gensh2/start/ispsh7045.c
|
||||
- bsps/sh/shared/console/console.c
|
||||
- bsps/sh/shared/start/bsphwinit.c
|
||||
- bsps/sh/shared/start/bspstart.c
|
||||
- bsps/shared/cache/nocache.c
|
||||
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
|
||||
- bsps/shared/dev/serial/printk-dummy.c
|
||||
- bsps/shared/start/bspreset-loop.c
|
||||
- bsps/shared/start/gettargethash-default.c
|
||||
- bsps/shared/start/sbrk.c
|
||||
type: build
|
||||
@@ -1,17 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-integer: null
|
||||
- define: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
default:
|
||||
- enabled-by: true
|
||||
value: 20000000
|
||||
description: |
|
||||
cpu clock rate in HZ
|
||||
enabled-by: true
|
||||
format: '{}'
|
||||
links: []
|
||||
name: CPU_CLOCK_RATE_HZ
|
||||
type: build
|
||||
@@ -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, compiles code to jump-start from FLASH, without a monitor
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: STANDALONE_EVB
|
||||
type: build
|
||||
@@ -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, selects whether 'early_hw_init()' is called from 'start.S'; 'bsp_hw_init()' is always called from 'bspstart.c'
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: START_HW_INIT
|
||||
type: build
|
||||
@@ -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/sh/gensh2/start/start.S
|
||||
target: start.o
|
||||
type: build
|
||||
@@ -1,23 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- set-test-state:
|
||||
reason: null
|
||||
state: exclude
|
||||
tests:
|
||||
- fileio
|
||||
- iostream
|
||||
- rcxx01
|
||||
- utf8proc01
|
||||
- validation-no-clock-0
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
default: []
|
||||
description: ''
|
||||
enabled-by: true
|
||||
links:
|
||||
- role: build-dependency
|
||||
uid: ../../tstnoiconv
|
||||
- role: build-dependency
|
||||
uid: ../../tstsmallmem
|
||||
type: build
|
||||
@@ -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:
|
||||
- -m4
|
||||
- -ml
|
||||
description: |
|
||||
ABI flags
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: ABI_FLAGS
|
||||
type: build
|
||||
@@ -1,72 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
arch: sh
|
||||
bsp: gensh4
|
||||
build-type: bsp
|
||||
cflags: []
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
cppflags: []
|
||||
enabled-by: true
|
||||
family: gensh4
|
||||
includes: []
|
||||
install:
|
||||
- destination: ${BSP_INCLUDEDIR}
|
||||
source:
|
||||
- bsps/sh/gensh4/include/bsp.h
|
||||
- bsps/sh/gensh4/include/sdram.h
|
||||
- destination: ${BSP_INCLUDEDIR}/bsp
|
||||
source:
|
||||
- bsps/sh/gensh4/include/bsp/irq.h
|
||||
- destination: ${BSP_INCLUDEDIR}/rtems/score
|
||||
source:
|
||||
- bsps/sh/gensh4/include/rtems/score/iosh7750.h
|
||||
- bsps/sh/gensh4/include/rtems/score/ipl.h
|
||||
- bsps/sh/gensh4/include/rtems/score/ispsh7750.h
|
||||
- bsps/sh/gensh4/include/rtems/score/sh4_regs.h
|
||||
- bsps/sh/gensh4/include/rtems/score/sh7750_regs.h
|
||||
- destination: ${BSP_INCLUDEDIR}/sh
|
||||
source:
|
||||
- bsps/sh/gensh4/include/sh/sh4uart.h
|
||||
- destination: ${BSP_LIBDIR}
|
||||
source:
|
||||
- bsps/sh/gensh4/start/linkcmds
|
||||
- bsps/sh/gensh4/start/linkcmds.rom
|
||||
- bsps/sh/gensh4/start/linkcmds.rom2ram
|
||||
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: abi
|
||||
- role: build-dependency
|
||||
uid: optcpuclk
|
||||
- role: build-dependency
|
||||
uid: optcpydata
|
||||
- role: build-dependency
|
||||
uid: optlowinit
|
||||
- role: build-dependency
|
||||
uid: start
|
||||
- role: build-dependency
|
||||
uid: ../../bspopts
|
||||
source:
|
||||
- bsps/sh/gensh4/btimer/btimer.c
|
||||
- bsps/sh/gensh4/clock/ckinit.c
|
||||
- bsps/sh/gensh4/console/console.c
|
||||
- bsps/sh/gensh4/console/sh4uart.c
|
||||
- bsps/sh/gensh4/start/cpu_asm.c
|
||||
- bsps/sh/gensh4/start/hw_init.c
|
||||
- bsps/sh/gensh4/start/ispsh7750.c
|
||||
- bsps/sh/shared/start/bsphwinit.c
|
||||
- bsps/sh/shared/start/bspstart.c
|
||||
- bsps/shared/cache/nocache.c
|
||||
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
|
||||
- bsps/shared/dev/serial/printk-dummy.c
|
||||
- bsps/shared/start/bspreset-loop.c
|
||||
- bsps/shared/start/gettargethash-default.c
|
||||
- bsps/shared/start/sbrk.c
|
||||
type: build
|
||||
@@ -1,17 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-integer: null
|
||||
- define: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
default:
|
||||
- enabled-by: true
|
||||
value: 20000000
|
||||
description: |
|
||||
cpu clock rate in HZ
|
||||
enabled-by: true
|
||||
format: '{}'
|
||||
links: []
|
||||
name: CPU_CLOCK_RATE_HZ
|
||||
type: build
|
||||
@@ -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: |
|
||||
Whether to copy data from ROM to RAM in start.S
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: COPY_DATA_FROM_ROM
|
||||
type: build
|
||||
@@ -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: |
|
||||
Whether to call early_hw_init from start.S
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: START_HW_INIT
|
||||
type: build
|
||||
@@ -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/sh/gensh4/start/start.S
|
||||
target: start.o
|
||||
type: build
|
||||
@@ -1,29 +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: sh/simsh2e
|
||||
value:
|
||||
- -m2e
|
||||
- -ml
|
||||
- enabled-by: sh/simsh2
|
||||
value:
|
||||
- -m2
|
||||
- enabled-by: sh/simsh1
|
||||
value:
|
||||
- -m1
|
||||
- enabled-by: true
|
||||
value:
|
||||
- -m4
|
||||
- -ml
|
||||
description: |
|
||||
ABI flags
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: ABI_FLAGS
|
||||
type: build
|
||||
@@ -1,21 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
arch: sh
|
||||
bsp: simsh1
|
||||
build-type: bsp
|
||||
cflags: []
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
cppflags: []
|
||||
enabled-by: true
|
||||
family: shsim
|
||||
includes: []
|
||||
install: []
|
||||
links:
|
||||
- role: build-dependency
|
||||
uid: ../../opto2
|
||||
- role: build-dependency
|
||||
uid: grp
|
||||
- role: build-dependency
|
||||
uid: tstsimsh1
|
||||
source: []
|
||||
type: build
|
||||
@@ -1,21 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
arch: sh
|
||||
bsp: simsh2
|
||||
build-type: bsp
|
||||
cflags: []
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
cppflags: []
|
||||
enabled-by: true
|
||||
family: shsim
|
||||
includes: []
|
||||
install: []
|
||||
links:
|
||||
- role: build-dependency
|
||||
uid: ../../opto2
|
||||
- role: build-dependency
|
||||
uid: grp
|
||||
- role: build-dependency
|
||||
uid: tstsimsh2
|
||||
source: []
|
||||
type: build
|
||||
@@ -1,21 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
arch: sh
|
||||
bsp: simsh2e
|
||||
build-type: bsp
|
||||
cflags: []
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
cppflags: []
|
||||
enabled-by: true
|
||||
family: shsim
|
||||
includes: []
|
||||
install: []
|
||||
links:
|
||||
- role: build-dependency
|
||||
uid: ../../opto2
|
||||
- role: build-dependency
|
||||
uid: grp
|
||||
- role: build-dependency
|
||||
uid: tstsimsh2e
|
||||
source: []
|
||||
type: build
|
||||
@@ -1,21 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
arch: sh
|
||||
bsp: simsh4
|
||||
build-type: bsp
|
||||
cflags: []
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
cppflags: []
|
||||
enabled-by: true
|
||||
family: shsim
|
||||
includes: []
|
||||
install: []
|
||||
links:
|
||||
- role: build-dependency
|
||||
uid: ../../opto2
|
||||
- role: build-dependency
|
||||
uid: grp
|
||||
- role: build-dependency
|
||||
uid: tstsimsh4
|
||||
source: []
|
||||
type: build
|
||||
@@ -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: ../../obj
|
||||
- role: build-dependency
|
||||
uid: ../../objirqdflt
|
||||
- role: build-dependency
|
||||
uid: abi
|
||||
- role: build-dependency
|
||||
uid: obj
|
||||
- role: build-dependency
|
||||
uid: ../../objmem
|
||||
- role: build-dependency
|
||||
uid: optcpuclk
|
||||
- role: build-dependency
|
||||
uid: optlowinit
|
||||
- role: build-dependency
|
||||
uid: start
|
||||
- role: build-dependency
|
||||
uid: ../../bspopts
|
||||
type: build
|
||||
use-after: []
|
||||
use-before: []
|
||||
@@ -1,39 +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/sh/shsim/include/bsp.h
|
||||
- destination: ${BSP_INCLUDEDIR}/bsp
|
||||
source:
|
||||
- bsps/sh/shsim/include/bsp/irq.h
|
||||
- bsps/sh/shsim/include/bsp/syscall.h
|
||||
- destination: ${BSP_LIBDIR}
|
||||
source:
|
||||
- bsps/sh/shsim/start/linkcmds
|
||||
links: []
|
||||
source:
|
||||
- bsps/sh/shared/start/bsphwinit.c
|
||||
- bsps/sh/shared/start/bspstart.c
|
||||
- bsps/sh/shsim/console/console-debugio.c
|
||||
- bsps/sh/shsim/console/console-io.c
|
||||
- bsps/sh/shsim/console/console-support.S
|
||||
- bsps/sh/shsim/start/cpu_asm.c
|
||||
- bsps/sh/shsim/start/ispshgdb.c
|
||||
- bsps/sh/shsim/start/sysexit.c
|
||||
- bsps/shared/cache/nocache.c
|
||||
- bsps/shared/dev/btimer/btimer-cpucounter.c
|
||||
- bsps/shared/dev/clock/clock-simidle.c
|
||||
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
|
||||
- bsps/shared/dev/serial/console-polled.c
|
||||
- bsps/shared/start/bspreset-loop.c
|
||||
- bsps/shared/start/gettargethash-default.c
|
||||
- bsps/shared/start/sbrk.c
|
||||
type: build
|
||||
@@ -1,17 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- get-integer: null
|
||||
- define: null
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
default:
|
||||
- enabled-by: true
|
||||
value: 20000000
|
||||
description: |
|
||||
cpu clock rate in HZ
|
||||
enabled-by: true
|
||||
format: '{}'
|
||||
links: []
|
||||
name: CPU_CLOCK_RATE_HZ
|
||||
type: build
|
||||
@@ -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, selects whether 'early_hw_init()' is called from 'start.S'; 'bsp_hw_init()' is always called from 'bspstart.c'
|
||||
enabled-by: true
|
||||
links: []
|
||||
name: START_HW_INIT
|
||||
type: build
|
||||
@@ -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/sh/shsim/start/start.S
|
||||
target: start.o
|
||||
type: build
|
||||
@@ -1,28 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- set-test-state:
|
||||
reason: null
|
||||
state: exclude
|
||||
tests:
|
||||
- fileio
|
||||
- fsdosfsname01
|
||||
- iostream
|
||||
- linpack
|
||||
- rcxx01
|
||||
- record02
|
||||
- utf8proc01
|
||||
- validation-no-clock-0
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
default: []
|
||||
description: ''
|
||||
enabled-by: true
|
||||
links:
|
||||
- role: build-dependency
|
||||
uid: ../../tstnoiconv
|
||||
- role: build-dependency
|
||||
uid: ../../tstnointrcrit
|
||||
- role: build-dependency
|
||||
uid: ../../tstreqtick
|
||||
type: build
|
||||
@@ -1,28 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- set-test-state:
|
||||
reason: null
|
||||
state: exclude
|
||||
tests:
|
||||
- fileio
|
||||
- fsdosfsname01
|
||||
- iostream
|
||||
- linpack
|
||||
- rcxx01
|
||||
- record02
|
||||
- utf8proc01
|
||||
- validation-no-clock-0
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
default: []
|
||||
description: ''
|
||||
enabled-by: true
|
||||
links:
|
||||
- role: build-dependency
|
||||
uid: ../../tstnoiconv
|
||||
- role: build-dependency
|
||||
uid: ../../tstnointrcrit
|
||||
- role: build-dependency
|
||||
uid: ../../tstreqtick
|
||||
type: build
|
||||
@@ -1,28 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- set-test-state:
|
||||
reason: null
|
||||
state: exclude
|
||||
tests:
|
||||
- fileio
|
||||
- fsdosfsname01
|
||||
- iostream
|
||||
- linpack
|
||||
- rcxx01
|
||||
- record02
|
||||
- utf8proc01
|
||||
- validation-no-clock-0
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
default: []
|
||||
description: ''
|
||||
enabled-by: true
|
||||
links:
|
||||
- role: build-dependency
|
||||
uid: ../../tstnoiconv
|
||||
- role: build-dependency
|
||||
uid: ../../tstnointrcrit
|
||||
- role: build-dependency
|
||||
uid: ../../tstreqtick
|
||||
type: build
|
||||
@@ -1,28 +0,0 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
actions:
|
||||
- set-test-state:
|
||||
reason: null
|
||||
state: exclude
|
||||
tests:
|
||||
- fileio
|
||||
- fsdosfsname01
|
||||
- iostream
|
||||
- linpack
|
||||
- rcxx01
|
||||
- record02
|
||||
- utf8proc01
|
||||
- validation-no-clock-0
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
default: []
|
||||
description: ''
|
||||
enabled-by: true
|
||||
links:
|
||||
- role: build-dependency
|
||||
uid: ../../tstnoiconv
|
||||
- role: build-dependency
|
||||
uid: ../../tstnointrcrit
|
||||
- role: build-dependency
|
||||
uid: ../../tstreqtick
|
||||
type: build
|
||||
@@ -1,29 +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:
|
||||
- sh
|
||||
includes: []
|
||||
install:
|
||||
- destination: ${BSP_INCLUDEDIR}/rtems
|
||||
source:
|
||||
- cpukit/score/cpu/sh/include/rtems/asm.h
|
||||
- destination: ${BSP_INCLUDEDIR}/rtems/score
|
||||
source:
|
||||
- cpukit/score/cpu/sh/include/rtems/score/cpu.h
|
||||
- cpukit/score/cpu/sh/include/rtems/score/cpuimpl.h
|
||||
- cpukit/score/cpu/sh/include/rtems/score/sh.h
|
||||
- cpukit/score/cpu/sh/include/rtems/score/sh_io.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/sh/context.c
|
||||
- cpukit/score/cpu/sh/cpu.c
|
||||
- cpukit/score/cpu/sh/sh-exception-frame-print.c
|
||||
type: build
|
||||
@@ -502,8 +502,6 @@ links:
|
||||
uid: cpupowerpc
|
||||
- role: build-dependency
|
||||
uid: cpuriscv
|
||||
- role: build-dependency
|
||||
uid: cpush
|
||||
- role: build-dependency
|
||||
uid: cpusparc
|
||||
- role: build-dependency
|
||||
|
||||
Reference in New Issue
Block a user