source: rtems/spec/build/bsps/arm/altera-cyclone-v/bspalteracyclonev.yml

Last change on this file was bcef89f2, checked in by Sebastian Huber <sebastian.huber@…>, on 05/19/23 at 06:18:25

Update company name

The embedded brains GmbH & Co. KG is the legal successor of embedded
brains GmbH.

  • Property mode set to 100644
File size: 5.3 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2arch: arm
3bsp: altcycv_devkit
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH & Co. KG
8cppflags: []
9enabled-by: true
10family: altera-cyclone-v
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/arm/altera-cyclone-v/include/bsp.h
16- destination: ${BSP_INCLUDEDIR}/bsp
17  source:
18  - bsps/arm/altera-cyclone-v/include/bsp/alt_16550_uart.h
19  - bsps/arm/altera-cyclone-v/include/bsp/alt_address_space.h
20  - bsps/arm/altera-cyclone-v/include/bsp/alt_cache.h
21  - bsps/arm/altera-cyclone-v/include/bsp/alt_clock_group.h
22  - bsps/arm/altera-cyclone-v/include/bsp/alt_clock_manager.h
23  - bsps/arm/altera-cyclone-v/include/bsp/alt_dma.h
24  - bsps/arm/altera-cyclone-v/include/bsp/alt_dma_common.h
25  - bsps/arm/altera-cyclone-v/include/bsp/alt_dma_program.h
26  - bsps/arm/altera-cyclone-v/include/bsp/alt_generalpurpose_io.h
27  - bsps/arm/altera-cyclone-v/include/bsp/alt_hwlibs_ver.h
28  - bsps/arm/altera-cyclone-v/include/bsp/alt_i2c.h
29  - bsps/arm/altera-cyclone-v/include/bsp/alt_interrupt_common.h
30  - bsps/arm/altera-cyclone-v/include/bsp/alt_mpu_registers.h
31  - bsps/arm/altera-cyclone-v/include/bsp/alt_qspi_private.h
32  - bsps/arm/altera-cyclone-v/include/bsp/alt_reset_manager.h
33  - bsps/arm/altera-cyclone-v/include/bsp/hwlib.h
34  - bsps/arm/altera-cyclone-v/include/bsp/i2cdrv.h
35  - bsps/arm/altera-cyclone-v/include/bsp/irq.h
36- destination: ${BSP_INCLUDEDIR}/bsp/socal
37  source:
38  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_acpidmap.h
39  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_clkmgr.h
40  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_dmanonsecure.h
41  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_dmasecure.h
42  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_gpio.h
43  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_i2c.h
44  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_l3.h
45  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_qspi.h
46  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_qspidata.h
47  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_rstmgr.h
48  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_sdr.h
49  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_sysmgr.h
50  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_uart.h
51  - bsps/arm/altera-cyclone-v/include/bsp/socal/hps.h
52  - bsps/arm/altera-cyclone-v/include/bsp/socal/socal.h
53- destination: ${BSP_LIBDIR}
54  source:
55  - bsps/arm/altera-cyclone-v/start/linkcmds
56  - bsps/arm/altera-cyclone-v/start/linkcmds.altcycv
57links:
58- role: build-dependency
59  uid: abi
60- role: build-dependency
61  uid: objsmp
62- role: build-dependency
63  uid: opta9periphclk
64- role: build-dependency
65  uid: optcachedata
66- role: build-dependency
67  uid: optcacheinst
68- role: build-dependency
69  uid: optclkfastidle
70- role: build-dependency
71  uid: optconcfg
72- role: build-dependency
73  uid: optconuart1
74- role: build-dependency
75  uid: ../../optfdtcpyro
76- role: build-dependency
77  uid: optfdten
78- role: build-dependency
79  uid: ../../optfdtmxsz
80- role: build-dependency
81  uid: ../../optfdtro
82- role: build-dependency
83  uid: ../../optfdtuboot
84- role: build-dependency
85  uid: opti2cspeed
86- role: build-dependency
87  uid: optnoi2c
88- role: build-dependency
89  uid: optresetvec
90- role: build-dependency
91  uid: optuartbaud
92- role: build-dependency
93  uid: optuartirq
94- role: build-dependency
95  uid: ../grp
96- role: build-dependency
97  uid: ../start
98- role: build-dependency
99  uid: ../../obj
100- role: build-dependency
101  uid: ../../objirq
102- role: build-dependency
103  uid: ../../opto2
104- role: build-dependency
105  uid: ../../bspopts
106source:
107- bsps/arm/altera-cyclone-v/console/console-config.c
108- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_16550_uart.c
109- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_address_space.c
110- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_clock_manager.c
111- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_dma.c
112- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_dma_program.c
113- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_generalpurpose_io.c
114- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_i2c.c
115- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_qspi.c
116- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_reset_manager.c
117- bsps/arm/altera-cyclone-v/i2c/i2cdrv-config.c
118- bsps/arm/altera-cyclone-v/i2c/i2cdrv.c
119- bsps/arm/altera-cyclone-v/rtc/rtc.c
120- bsps/arm/altera-cyclone-v/start/bspclean.c
121- bsps/arm/altera-cyclone-v/start/bspgetworkarea.c
122- bsps/arm/altera-cyclone-v/start/bspreset.c
123- bsps/arm/altera-cyclone-v/start/bspstart.c
124- bsps/arm/altera-cyclone-v/start/bspstarthooks.c
125- bsps/arm/altera-cyclone-v/start/mmu-config.c
126- bsps/arm/shared/cache/cache-l2c-310.c
127- bsps/arm/shared/clock/clock-a9mpcore.c
128- bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
129- bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
130- bsps/arm/shared/start/bsp-start-memcpy.S
131- bsps/shared/dev/btimer/btimer-cpucounter.c
132- bsps/shared/dev/getentropy/getentropy-cpucounter.c
133- bsps/shared/dev/irq/arm-gicv2.c
134- bsps/shared/dev/irq/arm-gicv2-get-attributes.c
135- bsps/shared/dev/rtc/rtc-support.c
136- bsps/shared/dev/serial/console-termios-init.c
137- bsps/shared/dev/serial/console-termios.c
138- bsps/shared/irq/irq-default-handler.c
139- bsps/shared/start/bsp-fdt.c
140- bsps/shared/start/gettargethash-default.c
141- bsps/shared/start/mallocinitmulti.c
142- bsps/shared/start/sbrk.c
143- bsps/shared/start/stackalloc.c
144- bsps/shared/start/wkspaceinitmulti.c
145type: build
Note: See TracBrowser for help on using the repository browser.