source: rtems/spec/build/bsps/arm/imx/bspimx.yml @ 1480c3f

Last change on this file since 1480c3f was 1480c3f, checked in by Kinsey Moore <kinsey.moore@…>, on 08/28/20 at 03:07:52

bsps: Break out AArch32 portions of GPT driver

This breaks AArch32-specific portions of the ARM GPT driver into their
own file so that the generic code can be moved for reuse by other
architectures.

  • Property mode set to 100644
File size: 3.1 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2arch: arm
3bsp: imx7
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: imx
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/arm/imx/include/bsp.h
16  - bsps/arm/imx/include/tm27.h
17- destination: ${BSP_INCLUDEDIR}/arm/freescale/imx
18  source:
19  - bsps/arm/imx/include/arm/freescale/imx/imx_ccmvar.h
20  - bsps/arm/imx/include/arm/freescale/imx/imx_ecspireg.h
21  - bsps/arm/imx/include/arm/freescale/imx/imx_gpcreg.h
22  - bsps/arm/imx/include/arm/freescale/imx/imx_i2creg.h
23  - bsps/arm/imx/include/arm/freescale/imx/imx_iomuxreg.h
24  - bsps/arm/imx/include/arm/freescale/imx/imx_iomuxvar.h
25  - bsps/arm/imx/include/arm/freescale/imx/imx_srcreg.h
26  - bsps/arm/imx/include/arm/freescale/imx/imx_uartreg.h
27  - bsps/arm/imx/include/arm/freescale/imx/imx_wdogreg.h
28- destination: ${BSP_INCLUDEDIR}/bsp
29  source:
30  - bsps/arm/imx/include/bsp/imx-gpio.h
31  - bsps/arm/imx/include/bsp/irq.h
32- destination: ${BSP_INCLUDEDIR}/dev/clock
33  source:
34  - bsps/include/dev/clock/arm-generic-timer.h
35- destination: ${BSP_LIBDIR}
36  source:
37  - bsps/arm/imx/start/linkcmds
38  - bsps/arm/imx/start/linkcmds
39links:
40- role: build-dependency
41  uid: ../grp
42- role: build-dependency
43  uid: abi
44- role: build-dependency
45  uid: objsmp
46- role: build-dependency
47  uid: optcachedata
48- role: build-dependency
49  uid: optcacheinst
50- role: build-dependency
51  uid: optccmahb
52- role: build-dependency
53  uid: optcmmecspi
54- role: build-dependency
55  uid: optcmmipg
56- role: build-dependency
57  uid: optcmmsdhci
58- role: build-dependency
59  uid: optcmmuart
60- role: build-dependency
61  uid: optconirq
62- role: build-dependency
63  uid: optfdtcpyro
64- role: build-dependency
65  uid: optfdtmxsz
66- role: build-dependency
67  uid: optfdtro
68- role: build-dependency
69  uid: optfdtuboot
70- role: build-dependency
71  uid: optresetvec
72- role: build-dependency
73  uid: ../start
74- role: build-dependency
75  uid: ../../obj
76- role: build-dependency
77  uid: ../../objirq
78- role: build-dependency
79  uid: ../../opto2
80- role: build-dependency
81  uid: ../../bspopts
82source:
83- bsps/arm/imx/console/console-config.c
84- bsps/arm/imx/gpio/imx-gpio.c
85- bsps/arm/imx/i2c/imx-i2c.c
86- bsps/arm/imx/spi/imx-ecspi.c
87- bsps/arm/imx/start/bspreset.c
88- bsps/arm/imx/start/bspstart.c
89- bsps/arm/imx/start/bspstarthooks.c
90- bsps/arm/imx/start/ccm.c
91- bsps/arm/imx/start/imx_iomux.c
92- bsps/arm/shared/cache/cache-cp15.c
93- bsps/arm/shared/cache/cache-v7ar-disable-data.S
94- bsps/shared/dev/clock/arm-generic-timer.c
95- bsps/arm/shared/clock/arm-generic-timer-aarch32.c
96- bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
97- bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
98- bsps/arm/shared/irq/irq-gic.c
99- bsps/arm/shared/start/bsp-start-memcpy.S
100- bsps/shared/dev/btimer/btimer-stub.c
101- bsps/shared/dev/getentropy/getentropy-cpucounter.c
102- bsps/shared/dev/serial/console-termios.c
103- bsps/shared/irq/irq-default-handler.c
104- bsps/shared/start/bsp-fdt.c
105- bsps/shared/start/bspfatal-default.c
106- bsps/shared/start/sbrk.c
107- bsps/shared/start/stackalloc.c
108type: build
Note: See TracBrowser for help on using the repository browser.