source: rtems/spec/build/bsps/mips/csb350/bspcsb350.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: 1.5 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2arch: mips
3bsp: csb350
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: csb350
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/mips/csb350/include/bsp.h
16  - bsps/mips/csb350/include/tm27.h
17- destination: ${BSP_INCLUDEDIR}/bsp
18  source:
19  - bsps/mips/csb350/include/bsp/irq.h
20- destination: ${BSP_LIBDIR}
21  source:
22  - bsps/mips/csb350/start/linkcmds
23links:
24- role: build-dependency
25  uid: ../grp
26- role: build-dependency
27  uid: abi
28- role: build-dependency
29  uid: objnet
30- role: build-dependency
31  uid: start
32- role: build-dependency
33  uid: ../../obj
34- role: build-dependency
35  uid: ../../objirq
36- role: build-dependency
37  uid: ../../opto2
38- role: build-dependency
39  uid: ../../bspopts
40source:
41- bsps/mips/csb350/btimer/btimer.c
42- bsps/mips/csb350/clock/clockdrv.c
43- bsps/mips/csb350/console/console-io.c
44- bsps/mips/csb350/irq/vectorisrs.c
45- bsps/mips/csb350/start/bspreset.c
46- bsps/mips/csb350/start/bspstart.c
47- bsps/mips/shared/irq/installisrentries.c
48- bsps/mips/shared/irq/interruptmask.c
49- bsps/mips/shared/irq/irq.c
50- bsps/mips/shared/irq/isr_entries.S
51- bsps/mips/shared/irq/vectorexceptions.c
52- bsps/shared/cache/nocache.c
53- bsps/shared/dev/getentropy/getentropy-cpucounter.c
54- bsps/shared/dev/serial/console-polled.c
55- bsps/shared/start/bspfatal-default.c
56- bsps/shared/start/bspgetworkarea-default.c
57- bsps/shared/start/gettargethash-default.c
58- bsps/shared/start/sbrk.c
59type: build
Note: See TracBrowser for help on using the repository browser.