summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/xen/bspxen.yml
blob: df14fcce66bed0f98273bfb83a8a13fd49ddf2c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
arch: arm
bsp: xen_virtual
build-type: bsp
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
enabled-by: true
family: xen
includes: []
install:
- destination: ${BSP_INCLUDEDIR}
  source:
  - bsps/arm/xen/include/bsp.h
  - bsps/arm/xen/include/tm27.h
- destination: ${BSP_INCLUDEDIR}/bsp
  source:
  - bsps/arm/xen/include/bsp/irq.h
links:
- role: build-dependency
  uid: ../grp
- role: build-dependency
  uid: ../start
- role: build-dependency
  uid: abi
- role: build-dependency
  uid: optgentmrusevirt
- role: build-dependency
  uid: optgentmunmask
- role: build-dependency
  uid: optloadoff
- role: build-dependency
  uid: ../optmmusz
- role: build-dependency
  uid: optnocachelen
- role: build-dependency
  uid: optramlen
- role: build-dependency
  uid: optramori
- role: build-dependency
  uid: optzimghdr
- role: build-dependency
  uid: ../../obj
- role: build-dependency
  uid: ../../objirq
- role: build-dependency
  uid: ../../optcachedata
- role: build-dependency
  uid: ../../optcacheinst
- role: build-dependency
  uid: ../../opto2
- role: build-dependency
  uid: linkcmds
- role: build-dependency
  uid: ../../bspopts
source:
- bsps/arm/shared/cache/cache-cp15.c
- bsps/arm/shared/clock/clock-generic-timer.c
- bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
- bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
- bsps/arm/shared/irq/irq-gic.c
- bsps/arm/shared/start/bsp-start-memcpy.S
- bsps/arm/xen/console/console.c
- bsps/arm/xen/start/bspstart.c
- bsps/arm/xen/start/bspstarthooks.c
- bsps/arm/xen/start/bspstartmmu.c
- bsps/shared/dev/btimer/btimer-stub.c
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
- bsps/shared/dev/serial/console-termios-init.c
- bsps/shared/dev/serial/console-termios.c
- bsps/shared/irq/irq-default-handler.c
- bsps/shared/start/bspfatal-default.c
- bsps/shared/start/bspgetworkarea-default.c
- bsps/shared/start/bspreset-empty.c
- bsps/shared/start/sbrk.c
type: build