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

Last change on this file since e00f443 was e00f443, checked in by Christian Mauderer <christian.mauderer@…>, on 10/27/20 at 09:00:31

imx: Move imx_iomux to arm/shared

Update #4180

  • 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:
12  - bsps/arm/shared/include
13install:
14- destination: ${BSP_INCLUDEDIR}
15  source:
16  - bsps/arm/imx/include/bsp.h
17  - bsps/arm/imx/include/tm27.h
18- destination: ${BSP_INCLUDEDIR}/arm/freescale/imx
19  source:
20  - bsps/arm/imx/include/arm/freescale/imx/imx_ccmvar.h
21  - bsps/arm/imx/include/arm/freescale/imx/imx_ecspireg.h
22  - bsps/arm/imx/include/arm/freescale/imx/imx_gpcreg.h
23  - bsps/arm/imx/include/arm/freescale/imx/imx_i2creg.h
24  - bsps/arm/shared/include/arm/freescale/imx/imx_iomuxreg.h
25  - bsps/arm/shared/include/arm/freescale/imx/imx_iomuxvar.h
26  - bsps/arm/imx/include/arm/freescale/imx/imx_srcreg.h
27  - bsps/arm/imx/include/arm/freescale/imx/imx_uartreg.h
28  - bsps/arm/imx/include/arm/freescale/imx/imx_wdogreg.h
29- destination: ${BSP_INCLUDEDIR}/bsp
30  source:
31  - bsps/arm/imx/include/bsp/imx-gpio.h
32  - bsps/arm/imx/include/bsp/irq.h
33  - bsps/arm/shared/include/bsp/imx-iomux.h
34- destination: ${BSP_INCLUDEDIR}/dev/clock
35  source:
36  - bsps/include/dev/clock/arm-generic-timer.h
37- destination: ${BSP_LIBDIR}
38  source:
39  - bsps/arm/imx/start/linkcmds
40  - bsps/arm/imx/start/linkcmds
41links:
42- role: build-dependency
43  uid: ../grp
44- role: build-dependency
45  uid: abi
46- role: build-dependency
47  uid: objsmp
48- role: build-dependency
49  uid: optcachedata
50- role: build-dependency
51  uid: optcacheinst
52- role: build-dependency
53  uid: optccmahb
54- role: build-dependency
55  uid: optcmmecspi
56- role: build-dependency
57  uid: optcmmipg
58- role: build-dependency
59  uid: optcmmsdhci
60- role: build-dependency
61  uid: optcmmuart
62- role: build-dependency
63  uid: optconirq
64- role: build-dependency
65  uid: optfdtcpyro
66- role: build-dependency
67  uid: optfdtmxsz
68- role: build-dependency
69  uid: optfdtro
70- role: build-dependency
71  uid: optfdtuboot
72- role: build-dependency
73  uid: optresetvec
74- role: build-dependency
75  uid: ../start
76- role: build-dependency
77  uid: ../../obj
78- role: build-dependency
79  uid: ../../objirq
80- role: build-dependency
81  uid: ../../opto2
82- role: build-dependency
83  uid: ../../bspopts
84source:
85- bsps/arm/imx/console/console-config.c
86- bsps/arm/imx/gpio/imx-gpio.c
87- bsps/arm/imx/i2c/imx-i2c.c
88- bsps/arm/imx/spi/imx-ecspi.c
89- bsps/arm/imx/start/bspreset.c
90- bsps/arm/imx/start/bspstart.c
91- bsps/arm/imx/start/bspstarthooks.c
92- bsps/arm/imx/start/ccm.c
93- bsps/arm/shared/pins/imx_iomux.c
94- bsps/arm/shared/cache/cache-cp15.c
95- bsps/arm/shared/cache/cache-v7ar-disable-data.S
96- bsps/shared/dev/clock/arm-generic-timer.c
97- bsps/arm/shared/clock/arm-generic-timer-aarch32.c
98- bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
99- bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
100- bsps/arm/shared/irq/irq-gic.c
101- bsps/arm/shared/start/bsp-start-memcpy.S
102- bsps/shared/dev/btimer/btimer-stub.c
103- bsps/shared/dev/getentropy/getentropy-cpucounter.c
104- bsps/shared/dev/serial/console-termios.c
105- bsps/shared/irq/irq-default-handler.c
106- bsps/shared/start/bsp-fdt.c
107- bsps/shared/start/bspfatal-default.c
108- bsps/shared/start/sbrk.c
109- bsps/shared/start/stackalloc.c
110type: build
Note: See TracBrowser for help on using the repository browser.