summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/imx/bspimx.yml
blob: 442c631b3a2fbe3b4e3ae18512b7098f4151c668 (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
arch: arm
bsp: imx7
build-type: bsp
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
enabled-by: true
family: imx
includes:
  - bsps/arm/shared/include
install:
- destination: ${BSP_INCLUDEDIR}
  source:
  - bsps/arm/imx/include/bsp.h
  - bsps/arm/imx/include/tm27.h
- destination: ${BSP_INCLUDEDIR}/arm/freescale/imx
  source:
  - bsps/arm/imx/include/arm/freescale/imx/imx_ccmvar.h
  - bsps/arm/imx/include/arm/freescale/imx/imx_ecspireg.h
  - bsps/arm/imx/include/arm/freescale/imx/imx_gpcreg.h
  - bsps/arm/imx/include/arm/freescale/imx/imx_i2creg.h
  - bsps/arm/shared/include/arm/freescale/imx/imx_iomuxreg.h
  - bsps/arm/shared/include/arm/freescale/imx/imx_iomuxvar.h
  - bsps/arm/imx/include/arm/freescale/imx/imx_srcreg.h
  - bsps/arm/imx/include/arm/freescale/imx/imx_uartreg.h
  - bsps/arm/imx/include/arm/freescale/imx/imx_wdogreg.h
- destination: ${BSP_INCLUDEDIR}/bsp
  source:
  - bsps/arm/imx/include/bsp/imx-gpio.h
  - bsps/arm/imx/include/bsp/irq.h
  - bsps/arm/shared/include/bsp/imx-iomux.h
- destination: ${BSP_INCLUDEDIR}/dev/clock
  source:
  - bsps/include/dev/clock/arm-generic-timer.h
- destination: ${BSP_LIBDIR}
  source:
  - bsps/arm/imx/start/linkcmds
  - bsps/arm/imx/start/linkcmds
links:
- role: build-dependency
  uid: ../grp
- role: build-dependency
  uid: abi
- role: build-dependency
  uid: objsmp
- role: build-dependency
  uid: optcachedata
- role: build-dependency
  uid: optcacheinst
- role: build-dependency
  uid: optccmahb
- role: build-dependency
  uid: optcmmecspi
- role: build-dependency
  uid: optcmmipg
- role: build-dependency
  uid: optcmmsdhci
- role: build-dependency
  uid: optcmmuart
- role: build-dependency
  uid: optconirq
- role: build-dependency
  uid: optfdtcpyro
- role: build-dependency
  uid: optfdtmxsz
- role: build-dependency
  uid: optfdtro
- role: build-dependency
  uid: optfdtuboot
- role: build-dependency
  uid: optresetvec
- role: build-dependency
  uid: ../start
- role: build-dependency
  uid: ../../obj
- role: build-dependency
  uid: ../../objirq
- role: build-dependency
  uid: ../../opto2
- role: build-dependency
  uid: ../../bspopts
source:
- bsps/arm/imx/console/console-config.c
- bsps/arm/imx/gpio/imx-gpio.c
- bsps/arm/imx/i2c/imx-i2c.c
- bsps/arm/imx/spi/imx-ecspi.c
- bsps/arm/imx/start/bspreset.c
- bsps/arm/imx/start/bspstart.c
- bsps/arm/imx/start/bspstarthooks.c
- bsps/arm/imx/start/ccm.c
- bsps/arm/shared/pins/imx_iomux.c
- bsps/arm/shared/cache/cache-cp15.c
- bsps/arm/shared/cache/cache-v7ar-disable-data.S
- bsps/shared/dev/clock/arm-generic-timer.c
- bsps/arm/shared/clock/arm-generic-timer-aarch32.c
- bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
- bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
- bsps/arm/shared/irq/irq-gic.c
- bsps/arm/shared/start/bsp-start-memcpy.S
- bsps/shared/dev/btimer/btimer-stub.c
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
- bsps/shared/dev/serial/console-termios.c
- bsps/shared/irq/irq-default-handler.c
- bsps/shared/start/bsp-fdt.c
- bsps/shared/start/bspfatal-default.c
- bsps/shared/start/sbrk.c
- bsps/shared/start/stackalloc.c
type: build