source: rtems/spec/build/bsps/sh/gensh4/bspgensh4.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.0 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2arch: sh
3bsp: gensh4
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: gensh4
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/sh/gensh4/include/bsp.h
16  - bsps/sh/gensh4/include/sdram.h
17  - bsps/sh/gensh4/include/tm27.h
18- destination: ${BSP_INCLUDEDIR}/bsp
19  source:
20  - bsps/sh/gensh4/include/bsp/irq.h
21- destination: ${BSP_INCLUDEDIR}/rtems/score
22  source:
23  - bsps/sh/gensh4/include/rtems/score/iosh7750.h
24  - bsps/sh/gensh4/include/rtems/score/ipl.h
25  - bsps/sh/gensh4/include/rtems/score/ispsh7750.h
26  - bsps/sh/gensh4/include/rtems/score/sh4_regs.h
27  - bsps/sh/gensh4/include/rtems/score/sh7750_regs.h
28- destination: ${BSP_INCLUDEDIR}/sh
29  source:
30  - bsps/sh/gensh4/include/sh/sh4uart.h
31- destination: ${BSP_LIBDIR}
32  source:
33  - bsps/sh/gensh4/start/linkcmds
34  - bsps/sh/gensh4/start/linkcmds.rom
35  - bsps/sh/gensh4/start/linkcmds.rom2ram
36links:
37- role: build-dependency
38  uid: ../../obj
39- role: build-dependency
40  uid: ../../objirqdflt
41- role: build-dependency
42  uid: ../../opto2
43- role: build-dependency
44  uid: abi
45- role: build-dependency
46  uid: optcpuclk
47- role: build-dependency
48  uid: optcpydata
49- role: build-dependency
50  uid: optlowinit
51- role: build-dependency
52  uid: start
53- role: build-dependency
54  uid: ../../bspopts
55source:
56- bsps/sh/gensh4/btimer/btimer.c
57- bsps/sh/gensh4/clock/ckinit.c
58- bsps/sh/gensh4/console/console.c
59- bsps/sh/gensh4/console/sh4uart.c
60- bsps/sh/gensh4/start/cpu_asm.c
61- bsps/sh/gensh4/start/hw_init.c
62- bsps/sh/gensh4/start/ispsh7750.c
63- bsps/sh/shared/start/bsphwinit.c
64- bsps/sh/shared/start/bspstart.c
65- bsps/shared/cache/nocache.c
66- bsps/shared/dev/getentropy/getentropy-cpucounter.c
67- bsps/shared/dev/serial/printk-dummy.c
68- bsps/shared/start/bspfatal-default.c
69- bsps/shared/start/bspgetworkarea-default.c
70- bsps/shared/start/bspreset-empty.c
71- bsps/shared/start/gettargethash-default.c
72- bsps/shared/start/sbrk.c
73type: build
Note: See TracBrowser for help on using the repository browser.