source: rtems/spec/build/bsps/arm/raspberrypi/obj.yml @ 9d77c0f4

Last change on this file since 9d77c0f4 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
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/raspberrypi/include/bsp.h
14  - bsps/arm/raspberrypi/include/tm27.h
15- destination: ${BSP_INCLUDEDIR}/bsp
16  source:
17  - bsps/arm/raspberrypi/include/bsp/fbcons.h
18  - bsps/arm/raspberrypi/include/bsp/i2c.h
19  - bsps/arm/raspberrypi/include/bsp/irq.h
20  - bsps/arm/raspberrypi/include/bsp/mailbox.h
21  - bsps/arm/raspberrypi/include/bsp/mmu.h
22  - bsps/arm/raspberrypi/include/bsp/raspberrypi.h
23  - bsps/arm/raspberrypi/include/bsp/rpi-fb.h
24  - bsps/arm/raspberrypi/include/bsp/rpi-gpio.h
25  - bsps/arm/raspberrypi/include/bsp/spi.h
26  - bsps/arm/raspberrypi/include/bsp/usart.h
27  - bsps/arm/raspberrypi/include/bsp/vc.h
28links: []
29source:
30- bsps/arm/raspberrypi/clock/clockdrv.c
31- bsps/arm/raspberrypi/console/console-config.c
32- bsps/arm/raspberrypi/console/fb.c
33- bsps/arm/raspberrypi/console/fbcons.c
34- bsps/arm/raspberrypi/console/outch.c
35- bsps/arm/raspberrypi/gpio/rpi-gpio.c
36- bsps/arm/raspberrypi/i2c/i2c.c
37- bsps/arm/raspberrypi/irq/irq.c
38- bsps/arm/raspberrypi/spi/spi.c
39- bsps/arm/raspberrypi/start/bspreset.c
40- bsps/arm/raspberrypi/start/bspstart.c
41- bsps/arm/raspberrypi/start/bspstarthooks.c
42- bsps/arm/raspberrypi/start/cmdline.c
43- bsps/arm/raspberrypi/start/mailbox.c
44- bsps/arm/raspberrypi/start/timer.c
45- bsps/arm/raspberrypi/start/vc.c
46- bsps/arm/shared/cache/cache-cp15.c
47- bsps/arm/shared/cache/cache-v7ar-disable-data.S
48- bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
49- bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
50- bsps/arm/shared/start/bsp-start-memcpy.S
51- bsps/shared/dev/cpucounter/cpucounterfrequency.c
52- bsps/shared/dev/cpucounter/cpucounterread.c
53- bsps/shared/dev/getentropy/getentropy-cpucounter.c
54- bsps/shared/dev/gpio/gpio-support.c
55- bsps/shared/dev/serial/console-termios.c
56- bsps/shared/start/bsp-fdt.c
57- bsps/shared/start/bspfatal-default.c
58- bsps/shared/start/gettargethash-default.c
59- bsps/shared/start/sbrk.c
60- bsps/shared/start/stackalloc.c
61type: build
Note: See TracBrowser for help on using the repository browser.