source: rtems/spec/build/bsps/riscv/griscv/obj.yml @ 4e530464

Last change on this file since 4e530464 was 4e530464, checked in by Sebastian Huber <sebastian.huber@…>, on 01/15/22 at 18:45:46

bsps: Default to CPU counter benchmark timer

Most BSPs which used the stubbed benachmark timer provide a CPU counter.
All BSPs provide at least a stub CPU counter. Simply use the benchmark
timer implementation using the CPU counter.

  • Property mode set to 100644
File size: 1.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/riscv/griscv/include/amba.h
14  - bsps/riscv/griscv/include/bsp.h
15  - bsps/riscv/griscv/include/tm27.h
16- destination: ${BSP_INCLUDEDIR}/bsp
17  source:
18  - bsps/riscv/griscv/include/bsp/irq.h
19links: []
20source:
21- bsps/riscv/griscv/clock/clockdrv.c
22- bsps/riscv/griscv/console/console.c
23- bsps/riscv/griscv/console/printk_support.c
24- bsps/riscv/griscv/irq/irq.c
25- bsps/riscv/griscv/start/amba.c
26- bsps/riscv/griscv/start/bsp_fatal_halt.c
27- bsps/riscv/griscv/start/bspstart.c
28- bsps/shared/cache/nocache.c
29- bsps/shared/dev/btimer/btimer-cpucounter.c
30- bsps/shared/dev/getentropy/getentropy-cpucounter.c
31- bsps/shared/dev/serial/console-termios.c
32- bsps/shared/irq/irq-default-handler.c
33- bsps/shared/start/bspfatal-default.c
34- bsps/shared/start/bspreset-empty.c
35- bsps/shared/start/gettargethash-default.c
36type: build
Note: See TracBrowser for help on using the repository browser.