source: rtems/spec/build/bsps/or1k/generic_or1k/bspgenericor1k.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.9 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2arch: or1k
3bsp: generic_or1k
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: generic_or1k
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/or1k/generic_or1k/include/bsp.h
16  - bsps/or1k/generic_or1k/include/tm27.h
17- destination: ${BSP_INCLUDEDIR}/bsp
18  source:
19  - bsps/or1k/generic_or1k/include/bsp/generic_or1k.h
20  - bsps/or1k/generic_or1k/include/bsp/irq.h
21  - bsps/or1k/generic_or1k/include/bsp/uart.h
22- destination: ${BSP_LIBDIR}
23  source:
24  - bsps/or1k/generic_or1k/start/linkcmds
25  - bsps/or1k/shared/start/linkcmds.base
26links:
27- role: build-dependency
28  uid: ../../obj
29- role: build-dependency
30  uid: ../../objirq
31- role: build-dependency
32  uid: ../../opto0
33- role: build-dependency
34  uid: abi
35- role: build-dependency
36  uid: optperiphclk
37- role: build-dependency
38  uid: optresetvec
39- role: build-dependency
40  uid: start
41- role: build-dependency
42  uid: ../grp
43- role: build-dependency
44  uid: ../../tstnoiconv
45- role: build-dependency
46  uid: ../../tstnointrcrit
47- role: build-dependency
48  uid: ../../bspopts
49source:
50- bsps/or1k/generic_or1k/btimer/btimer.c
51- bsps/or1k/generic_or1k/clock/clockdrv.c
52- bsps/or1k/generic_or1k/console/console-config.c
53- bsps/or1k/generic_or1k/console/uart.c
54- bsps/or1k/generic_or1k/irq/irq.c
55- bsps/or1k/generic_or1k/start/bspstart.c
56- bsps/or1k/shared/cache/cache.c
57- bsps/shared/dev/getentropy/getentropy-cpucounter.c
58- bsps/shared/dev/serial/legacy-console-control.c
59- bsps/shared/dev/serial/legacy-console-select.c
60- bsps/shared/dev/serial/legacy-console.c
61- bsps/shared/irq/irq-default-handler.c
62- bsps/shared/start/bspfatal-default.c
63- bsps/shared/start/bspgetworkarea-default.c
64- bsps/shared/start/bspreset-empty.c
65- bsps/shared/start/gettargethash-default.c
66- bsps/shared/start/sbrk.c
67- bsps/shared/start/stackalloc.c
68type: build
Note: See TracBrowser for help on using the repository browser.