summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/sh/gensh4/bspgensh4.yml
blob: c29e4c416806f0bec718c01fefd0239a82881878 (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
71
72
73
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 (http://www.embedded-brains.de)
cppflags: []
enabled-by: true
family: gensh4
includes: []
install:
- destination: ${BSP_INCLUDEDIR}
  source:
  - bsps/sh/gensh4/include/bsp.h
  - bsps/sh/gensh4/include/sdram.h
  - bsps/sh/gensh4/include/tm27.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: ../../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/bspfatal-default.c
- bsps/shared/start/bspgetworkarea-default.c
- bsps/shared/start/bspreset-empty.c
- bsps/shared/start/gettargethash-default.c
- bsps/shared/start/sbrk.c
type: build