summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/sh/gensh1/bspgensh1.yml
blob: 9b4305a05873c43f5429c11da5c948060a122698 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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 (http://www.embedded-brains.de)
cppflags: []
enabled-by: true
family: gensh1
includes: []
install:
- destination: ${BSP_INCLUDEDIR}
  source:
  - bsps/sh/gensh1/include/bsp.h
  - bsps/sh/gensh1/include/tm27.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: ../../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/bspfatal-default.c
- bsps/shared/start/bspgetworkarea-default.c
- bsps/shared/start/bspreset-loop.c
- bsps/shared/start/gettargethash-default.c
- bsps/shared/start/sbrk.c
type: build