summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/xilinx-zynqmp-rpu/bspmercuryxu5.yml
blob: 3fa210d8e735d8223b2205f5c9a00f0bcb9794d4 (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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
arch: arm
bsp: xilinx_zynqmp_mercuryxu5_rpu
build-type: bsp
cflags: []
copyrights:
- Copyright (C) 2023 Reflex Aerospace GmbH
cppflags: []
enabled-by: true
family: xilinx-zynqmp-rpu
includes:
- bsps/include/xil/
- bsps/include/xil/${XIL_SUPPORT_PATH}/
install:
- destination: ${BSP_INCLUDEDIR}
  source:
  - bsps/arm/xilinx-zynqmp-rpu/include/bsp.h
- destination: ${BSP_INCLUDEDIR}/bsp
  source:
  - bsps/arm/xilinx-zynqmp-rpu/include/bsp/irq.h
- destination: ${BSP_INCLUDEDIR}/peripheral_maps
  source:
  - bsps/include/peripheral_maps/xilinx_zynqmp.h
links:
- role: build-dependency
  uid: ../grp
- role: build-dependency
  uid: ../start
- role: build-dependency
  uid: abi
- role: build-dependency
  uid: optclkfastidle
- role: build-dependency
  uid: optclkuart
- role: build-dependency
  uid: optconirq
- role: build-dependency
  uid: ../../optconminor
- role: build-dependency
  uid: optint0len
- role: build-dependency
  uid: optint0ori
- role: build-dependency
  uid: optint1len
- role: build-dependency
  uid: optint1ori
- role: build-dependency
  uid: optramlen
- role: build-dependency
  uid: optramori
- role: build-dependency
  uid: optresetvec
- role: build-dependency
  uid: optnocachelen
- role: build-dependency
  uid: ../../obj
- role: build-dependency
  uid: ../../objirq
- role: build-dependency
  uid: ../../objdevserialzynq
- role: build-dependency
  uid: ../../objdevspizynq
- role: build-dependency
  uid: ../../objdevspixil
- role: build-dependency
  uid: ../../objmem
- role: build-dependency
  uid: ../../opto0
- role: build-dependency
  uid: linkcmds
- role: build-dependency
  uid: ../../bspopts
- role: build-dependency
  uid: ../../objxilinxsupport
source:
- bsps/shared/cache/nocache.c
- bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
- bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
- bsps/arm/shared/start/bsp-start-memcpy.S
- bsps/arm/xilinx-zynqmp-rpu/console/console-config.c
- bsps/arm/xilinx-zynqmp-rpu/start/bspreset.c
- bsps/arm/xilinx-zynqmp-rpu/start/bspstart.c
- bsps/arm/xilinx-zynqmp-rpu/start/bspstarthooks.c
- bsps/arm/xilinx-zynqmp-rpu/start/bspstartmpu.c
- bsps/shared/dev/clock/xil-ttc.c
- bsps/shared/dev/btimer/btimer-cpucounter.c
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
- bsps/shared/dev/irq/arm-gicv2.c
- bsps/shared/dev/irq/arm-gicv2-zynqmp.c
- bsps/shared/dev/serial/console-termios.c
- bsps/shared/irq/irq-default-handler.c
- bsps/shared/start/bspfatal-default.c
- bsps/shared/start/gettargethash-default.c
- bsps/shared/start/sbrk.c
- bsps/shared/start/stackalloc.c
type: build