blob: 72b0256cc35bc93cbdfb90a51e8b0b2148b83767 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $OpenBSD: files.cortex,v 1.6 2016/08/10 06:51:57 kettenis Exp $
# ARM core
device cortex {}
attach cortex at fdt
file arch/arm/cortex/cortex.c cortex
device ampintc
attach ampintc at fdt
file arch/arm/cortex/ampintc.c ampintc
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
|