source: rtems/spec/build/bsps/x86_64/amd64/bspamd64.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.6 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2arch: x86_64
3bsp: amd64
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: amd64
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/x86_64/amd64/include/apic.h
16  - bsps/x86_64/amd64/include/bsp.h
17  - bsps/x86_64/amd64/include/clock.h
18  - bsps/x86_64/amd64/include/pic.h
19  - bsps/x86_64/amd64/include/start.h
20  - bsps/x86_64/amd64/include/tm27.h
21- destination: ${BSP_LIBDIR}
22  source:
23  - bsps/x86_64/amd64/start/linkcmds
24links:
25- role: build-dependency
26  uid: ../../obj
27- role: build-dependency
28  uid: ../../objirq
29- role: build-dependency
30  uid: ../../objmem
31- role: build-dependency
32  uid: ../../opto2
33- role: build-dependency
34  uid: abi
35- role: build-dependency
36  uid: start
37- role: build-dependency
38  uid: ../grp
39- role: build-dependency
40  uid: ../../bspopts
41source:
42- bsps/shared/cache/nocache.c
43- bsps/shared/dev/btimer/btimer-cpucounter.c
44- bsps/shared/dev/getentropy/getentropy-cpucounter.c
45- bsps/shared/dev/serial/console-termios-init.c
46- bsps/shared/dev/serial/console-termios.c
47- bsps/shared/irq/irq-default-handler.c
48- bsps/shared/start/bspfatal-default.c
49- bsps/shared/start/bspreset-empty.c
50- bsps/shared/start/gettargethash-default.c
51- bsps/shared/start/sbrk.c
52- bsps/x86_64/amd64/clock/clock.c
53- bsps/x86_64/amd64/console/console.c
54- bsps/x86_64/amd64/interrupts/idt.c
55- bsps/x86_64/amd64/interrupts/isr_handler.S
56- bsps/x86_64/amd64/interrupts/pic.c
57- bsps/x86_64/amd64/start/bspstart.c
58- bsps/x86_64/amd64/start/page.c
59type: build
Note: See TracBrowser for help on using the repository browser.