summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/grp.yml
blob: a48cd80d74a596f8420e890deaa38ed23a01b9d4 (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: group
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
includes: []
install:
- destination: ${BSP_INCLUDEDIR}
  source:
  - bsps/arm/include/cachel1_armv7.h
  - bsps/arm/include/cmsis_compiler.h
  - bsps/arm/include/cmsis_gcc.h
  - bsps/arm/include/cmsis_version.h
  - bsps/arm/include/core_cm7.h
  - bsps/arm/include/core_cm4.h
  - bsps/arm/include/mpu_armv7.h
  - bsps/arm/include/uart.h
- destination: ${BSP_INCLUDEDIR}/bsp
  source:
  - bsps/arm/include/bsp/arm-a9mpcore-clock.h
  - bsps/arm/include/bsp/arm-a9mpcore-irq.h
  - bsps/arm/include/bsp/arm-a9mpcore-regs.h
  - bsps/arm/include/bsp/arm-a9mpcore-start.h
  - bsps/arm/include/bsp/arm-cp15-start.h
  - bsps/arm/include/bsp/arm-errata.h
  - bsps/arm/include/bsp/arm-pl050-regs.h
  - bsps/arm/include/bsp/arm-pl050.h
  - bsps/arm/include/bsp/arm-pl111-fb.h
  - bsps/arm/include/bsp/arm-pl111-regs.h
  - bsps/arm/include/bsp/arm-release-id.h
  - bsps/arm/include/bsp/armv7m-irq.h
  - bsps/arm/include/bsp/clock-armv7m.h
  - bsps/arm/include/bsp/linker-symbols.h
  - bsps/arm/include/bsp/lpc-dma.h
  - bsps/arm/include/bsp/lpc-emc.h
  - bsps/arm/include/bsp/lpc-i2s.h
  - bsps/arm/include/bsp/lpc-lcd.h
  - bsps/arm/include/bsp/lpc-timer.h
  - bsps/arm/include/bsp/start.h
- destination: ${BSP_INCLUDEDIR}/dev/irq
  source:
  - bsps/arm/include/dev/irq/arm-gic-arch.h
  - bsps/include/dev/irq/arm-gic-irq.h
  - bsps/include/dev/irq/arm-gic-regs.h
  - bsps/include/dev/irq/arm-gic-tm27.h
  - bsps/include/dev/irq/arm-gic.h
- destination: ${BSP_INCLUDEDIR}/libcpu
  source:
  - bsps/arm/include/libcpu/am335x.h
  - bsps/arm/include/libcpu/mmu.h
  - bsps/arm/include/libcpu/omap3.h
  - bsps/arm/include/libcpu/omap_timer.h
- destination: ${BSP_LIBDIR}
  source:
  - bsps/arm/shared/start/linkcmds.armv4
  - bsps/arm/shared/start/linkcmds.armv7m
  - bsps/arm/shared/start/linkcmds.base
ldflags: []
links: []
type: build
use-after: []
use-before: []