source: rtems/spec/build/bsps/sparc64/usiii/bspusiii.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: 2.1 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2arch: sparc64
3bsp: usiii
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: usiii
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/sparc64/usiii/include/bsp.h
16  - bsps/sparc64/usiii/include/tm27.h
17- destination: ${BSP_INCLUDEDIR}/bsp
18  source:
19  - bsps/sparc64/usiii/include/bsp/irq.h
20- destination: ${BSP_LIBDIR}
21  source:
22  - bsps/sparc64/shared/start/linkcmds
23  - bsps/sparc64/shared/start/linkcmds
24links:
25- role: build-dependency
26  uid: ../../obj
27- role: build-dependency
28  uid: ../../objirqdflt
29- role: build-dependency
30  uid: ../../opto2
31- role: build-dependency
32  uid: ../grp
33- role: build-dependency
34  uid: ../start
35- role: build-dependency
36  uid: abi
37- role: build-dependency
38  uid: optclkfastidle
39- role: build-dependency
40  uid: ../../bspopts
41source:
42- bsps/shared/cache/nocache.c
43- bsps/shared/dev/btimer/btimer-stub.c
44- bsps/shared/dev/getentropy/getentropy-cpucounter.c
45- bsps/shared/dev/serial/legacy-console-control.c
46- bsps/shared/dev/serial/legacy-console-select.c
47- bsps/shared/dev/serial/legacy-console.c
48- bsps/shared/start/bspfatal-default.c
49- bsps/shared/start/bspgetworkarea-default.c
50- bsps/shared/start/bspreset-empty.c
51- bsps/shared/start/bspstart-empty.c
52- bsps/shared/start/gettargethash-default.c
53- bsps/shared/start/sbrk.c
54- bsps/sparc64/shared/clock/ckinit.c
55- bsps/sparc64/shared/console/conscfg.c
56- bsps/sparc64/shared/helenos/boot/genarch/balloc.c
57- bsps/sparc64/shared/helenos/boot/genarch/ofw.c
58- bsps/sparc64/shared/helenos/boot/genarch/ofw_tree.c
59- bsps/sparc64/shared/helenos/boot/sparc64/loader/main.c
60- bsps/sparc64/shared/helenos/boot/sparc64/loader/ofwarch.c
61- bsps/sparc64/shared/helenos/boot/sparc64/loader/ofwasm.S
62- bsps/sparc64/shared/helenos/kernel/sparc64/src/cache.S
63- bsps/sparc64/shared/helenos/kernel/sparc64/src/sun4u/takemmu.S
64- bsps/sparc64/shared/start/halt.S
65- bsps/sparc64/shared/start/setvec.c
66- bsps/sparc64/shared/start/trap_table.S
67- bsps/sparc64/usiii/start/bspinit.S
68type: build
Note: See TracBrowser for help on using the repository browser.