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

Last change on this file since 7480c34 was 7480c34, checked in by Sebastian Huber <sebastian.huber@…>, on 02/23/21 at 17:53:42

bsps: Add default rtems_get_target_hash()

Update #4267.

  • 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 (http://www.embedded-brains.de)
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  - bsps/arm/altera-cyclone-v/include/tm27.h
17- destination: ${BSP_INCLUDEDIR}/bsp
18  source:
19  - bsps/arm/altera-cyclone-v/include/bsp/alt_16550_uart.h
20  - bsps/arm/altera-cyclone-v/include/bsp/alt_address_space.h
21  - bsps/arm/altera-cyclone-v/include/bsp/alt_cache.h
22  - bsps/arm/altera-cyclone-v/include/bsp/alt_clock_group.h
23  - bsps/arm/altera-cyclone-v/include/bsp/alt_clock_manager.h
24  - bsps/arm/altera-cyclone-v/include/bsp/alt_dma.h
25  - bsps/arm/altera-cyclone-v/include/bsp/alt_dma_common.h
26  - bsps/arm/altera-cyclone-v/include/bsp/alt_dma_program.h
27  - bsps/arm/altera-cyclone-v/include/bsp/alt_generalpurpose_io.h
28  - bsps/arm/altera-cyclone-v/include/bsp/alt_hwlibs_ver.h
29  - bsps/arm/altera-cyclone-v/include/bsp/alt_i2c.h
30  - bsps/arm/altera-cyclone-v/include/bsp/alt_interrupt_common.h
31  - bsps/arm/altera-cyclone-v/include/bsp/alt_mpu_registers.h
32  - bsps/arm/altera-cyclone-v/include/bsp/alt_qspi_private.h
33  - bsps/arm/altera-cyclone-v/include/bsp/alt_reset_manager.h
34  - bsps/arm/altera-cyclone-v/include/bsp/hwlib.h
35  - bsps/arm/altera-cyclone-v/include/bsp/i2cdrv.h
36  - bsps/arm/altera-cyclone-v/include/bsp/irq.h
37- destination: ${BSP_INCLUDEDIR}/bsp/socal
38  source:
39  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_acpidmap.h
40  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_clkmgr.h
41  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_dmanonsecure.h
42  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_dmasecure.h
43  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_gpio.h
44  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_i2c.h
45  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_l3.h
46  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_qspi.h
47  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_qspidata.h
48  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_rstmgr.h
49  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_sdr.h
50  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_sysmgr.h
51  - bsps/arm/altera-cyclone-v/include/bsp/socal/alt_uart.h
52  - bsps/arm/altera-cyclone-v/include/bsp/socal/hps.h
53  - bsps/arm/altera-cyclone-v/include/bsp/socal/socal.h
54- destination: ${BSP_LIBDIR}
55  source:
56  - bsps/arm/altera-cyclone-v/start/linkcmds
57  - bsps/arm/altera-cyclone-v/start/linkcmds.altcycv
58links:
59- role: build-dependency
60  uid: abi
61- role: build-dependency
62  uid: objsmp
63- role: build-dependency
64  uid: opta9periphclk
65- role: build-dependency
66  uid: optcachedata
67- role: build-dependency
68  uid: optcacheinst
69- role: build-dependency
70  uid: optclkfastidle
71- role: build-dependency
72  uid: optconcfg
73- role: build-dependency
74  uid: optconuart1
75- role: build-dependency
76  uid: optfdtcpyro
77- role: build-dependency
78  uid: optfdten
79- role: build-dependency
80  uid: optfdtmxsz
81- role: build-dependency
82  uid: optfdtro
83- role: build-dependency
84  uid: optfdtuboot
85- role: build-dependency
86  uid: opti2cspeed
87- role: build-dependency
88  uid: optnoi2c
89- role: build-dependency
90  uid: optresetvec
91- role: build-dependency
92  uid: optuartbaud
93- role: build-dependency
94  uid: optuartirq
95- role: build-dependency
96  uid: ../grp
97- role: build-dependency
98  uid: ../start
99- role: build-dependency
100  uid: ../../obj
101- role: build-dependency
102  uid: ../../objirq
103- role: build-dependency
104  uid: ../../opto2
105- role: build-dependency
106  uid: ../../bspopts
107source:
108- bsps/arm/altera-cyclone-v/console/console-config.c
109- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_16550_uart.c
110- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_address_space.c
111- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_clock_manager.c
112- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_dma.c
113- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_dma_program.c
114- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_generalpurpose_io.c
115- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_i2c.c
116- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_qspi.c
117- bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_reset_manager.c
118- bsps/arm/altera-cyclone-v/i2c/i2cdrv-config.c
119- bsps/arm/altera-cyclone-v/i2c/i2cdrv.c
120- bsps/arm/altera-cyclone-v/rtc/rtc.c
121- bsps/arm/altera-cyclone-v/start/bspclean.c
122- bsps/arm/altera-cyclone-v/start/bspgetworkarea.c
123- bsps/arm/altera-cyclone-v/start/bspreset.c
124- bsps/arm/altera-cyclone-v/start/bspstart.c
125- bsps/arm/altera-cyclone-v/start/bspstarthooks.c
126- bsps/arm/altera-cyclone-v/start/mmu-config.c
127- bsps/arm/shared/cache/cache-l2c-310.c
128- bsps/arm/shared/clock/clock-a9mpcore.c
129- bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
130- bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
131- bsps/arm/shared/start/bsp-start-memcpy.S
132- bsps/shared/dev/btimer/btimer-stub.c
133- bsps/shared/dev/getentropy/getentropy-cpucounter.c
134- bsps/shared/dev/irq/arm-gicv2.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/sbrk.c
142- bsps/shared/start/stackalloc.c
143type: build
Note: See TracBrowser for help on using the repository browser.