source: rtems/spec/build/bsps/arm/tms570/obj.yml @ bc6ffc3

Last change on this file since bc6ffc3 was f3f0370f, checked in by Sebastian Huber <sebastian.huber@…>, on 07/19/19 at 11:09:43

build: Alternative build system based on waf

Update #3818.

  • Property mode set to 100644
File size: 4.1 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: objects
3cflags: []
4copyrights:
5- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
6cppflags: []
7cxxflags: []
8enabled-by: true
9includes: []
10install:
11- destination: ${BSP_INCLUDEDIR}
12  source:
13  - bsps/arm/tms570/include/bsp.h
14  - bsps/arm/tms570/include/tm27.h
15- destination: ${BSP_INCLUDEDIR}/bsp
16  source:
17  - bsps/arm/tms570/include/bsp/irq.h
18  - bsps/arm/tms570/include/bsp/system-clocks.h
19  - bsps/arm/tms570/include/bsp/tms570-pinmux.h
20  - bsps/arm/tms570/include/bsp/tms570-pins.h
21  - bsps/arm/tms570/include/bsp/tms570-pom.h
22  - bsps/arm/tms570/include/bsp/tms570-rti.h
23  - bsps/arm/tms570/include/bsp/tms570-sci-driver.h
24  - bsps/arm/tms570/include/bsp/tms570-sci.h
25  - bsps/arm/tms570/include/bsp/tms570-vim.h
26  - bsps/arm/tms570/include/bsp/tms570.h
27  - bsps/arm/tms570/include/bsp/tms570_hwinit.h
28  - bsps/arm/tms570/include/bsp/tms570_selftest.h
29  - bsps/arm/tms570/include/bsp/tms570_selftest_parity.h
30  - bsps/arm/tms570/include/bsp/tms570lc4357-pins.h
31  - bsps/arm/tms570/include/bsp/tms570ls3137zwt-pins.h
32- destination: ${BSP_INCLUDEDIR}/bsp/ti/herc
33  source:
34  - bsps/arm/tms570/include/bsp/ti_herc/reg_adc.h
35  - bsps/arm/tms570/include/bsp/ti_herc/reg_ccmsr.h
36  - bsps/arm/tms570/include/bsp/ti_herc/reg_crc.h
37  - bsps/arm/tms570/include/bsp/ti_herc/reg_dcan.h
38  - bsps/arm/tms570/include/bsp/ti_herc/reg_dcc.h
39  - bsps/arm/tms570/include/bsp/ti_herc/reg_dma.h
40  - bsps/arm/tms570/include/bsp/ti_herc/reg_dmm.h
41  - bsps/arm/tms570/include/bsp/ti_herc/reg_efuse.h
42  - bsps/arm/tms570/include/bsp/ti_herc/reg_emacc.h
43  - bsps/arm/tms570/include/bsp/ti_herc/reg_emacm.h
44  - bsps/arm/tms570/include/bsp/ti_herc/reg_emif.h
45  - bsps/arm/tms570/include/bsp/ti_herc/reg_esm.h
46  - bsps/arm/tms570/include/bsp/ti_herc/reg_flash.h
47  - bsps/arm/tms570/include/bsp/ti_herc/reg_flex_ray.h
48  - bsps/arm/tms570/include/bsp/ti_herc/reg_gio.h
49  - bsps/arm/tms570/include/bsp/ti_herc/reg_htu.h
50  - bsps/arm/tms570/include/bsp/ti_herc/reg_i2c.h
51  - bsps/arm/tms570/include/bsp/ti_herc/reg_iomm.h
52  - bsps/arm/tms570/include/bsp/ti_herc/reg_lin.h
53  - bsps/arm/tms570/include/bsp/ti_herc/reg_mdio.h
54  - bsps/arm/tms570/include/bsp/ti_herc/reg_n2het.h
55  - bsps/arm/tms570/include/bsp/ti_herc/reg_pbist.h
56  - bsps/arm/tms570/include/bsp/ti_herc/reg_pcr.h
57  - bsps/arm/tms570/include/bsp/ti_herc/reg_pll.h
58  - bsps/arm/tms570/include/bsp/ti_herc/reg_pmm.h
59  - bsps/arm/tms570/include/bsp/ti_herc/reg_pom.h
60  - bsps/arm/tms570/include/bsp/ti_herc/reg_rti.h
61  - bsps/arm/tms570/include/bsp/ti_herc/reg_rtp.h
62  - bsps/arm/tms570/include/bsp/ti_herc/reg_sci.h
63  - bsps/arm/tms570/include/bsp/ti_herc/reg_spi.h
64  - bsps/arm/tms570/include/bsp/ti_herc/reg_stc.h
65  - bsps/arm/tms570/include/bsp/ti_herc/reg_sys.h
66  - bsps/arm/tms570/include/bsp/ti_herc/reg_sys2.h
67  - bsps/arm/tms570/include/bsp/ti_herc/reg_tcr.h
68  - bsps/arm/tms570/include/bsp/ti_herc/reg_tcram.h
69  - bsps/arm/tms570/include/bsp/ti_herc/reg_vim.h
70- destination: ${BSP_LIBDIR}
71  source:
72  - bsps/arm/tms570/start/linkcmds.tms570ls3137_hdk
73  - bsps/arm/tms570/start/linkcmds.tms570ls3137_hdk_intram
74  - bsps/arm/tms570/start/linkcmds.tms570ls3137_hdk_sdram
75  - bsps/arm/tms570/start/linkcmds.tms570ls3137_hdk_with_loader
76links: []
77source:
78- bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
79- bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
80- bsps/arm/shared/start/bsp-start-memcpy.S
81- bsps/arm/tms570/clock/clock.c
82- bsps/arm/tms570/console/printk-support.c
83- bsps/arm/tms570/console/tms570-sci.c
84- bsps/arm/tms570/cpucounter/cpucounterread.c
85- bsps/arm/tms570/irq/irq.c
86- bsps/arm/tms570/start/bspreset.c
87- bsps/arm/tms570/start/bspstart.c
88- bsps/arm/tms570/start/bspstarthooks.c
89- bsps/arm/tms570/start/pinmux.c
90- bsps/arm/tms570/start/tms570-pom.c
91- bsps/shared/cache/nocache.c
92- bsps/shared/dev/btimer/btimer-cpucounter.c
93- bsps/shared/dev/getentropy/getentropy-cpucounter.c
94- bsps/shared/dev/serial/console-termios.c
95- bsps/shared/irq/irq-default-handler.c
96- bsps/shared/start/bspfatal-default.c
97- bsps/shared/start/bspgetworkarea-default.c
98- bsps/shared/start/sbrk.c
99- bsps/shared/start/stackalloc.c
100type: build
Note: See TracBrowser for help on using the repository browser.