blob: cd5661615bee8bbc407809baff952f47934c9cf5 (
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
|
# $OpenBSD: files.cortex,v 1.7 2018/07/09 09:51:43 patrick Exp $
# ARM core
device cortex {}
attach cortex at fdt
file arch/arm/cortex/cortex.c cortex
device ampintc: fdt
attach ampintc at fdt
device ampintcmsi
attach ampintcmsi at fdt
file arch/arm/cortex/ampintc.c ampintc | ampintcmsi
device amptimer
attach amptimer at cortex
file arch/arm/cortex/amptimer.c amptimer
device agtimer
attach agtimer at fdt
file arch/arm/cortex/agtimer.c agtimer
device armliicc
attach armliicc at cortex
file arch/arm/cortex/arml2cc.c armliicc
|