blob: 26ad73979a95e46988c9678d087057e85279ec54 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $OpenBSD: files.cortex,v 1.2 2013/05/02 19:15:53 patrick Exp $
# ARM core
device cortex {}
attach cortex at mainbus
file arch/arm/cortex/cortex.c cortex
device ampintc
attach ampintc at cortex
file arch/arm/cortex/ampintc.c ampintc
device amptimer
attach amptimer at cortex
file arch/arm/cortex/amptimer.c amptimer
device armliicc
attach armliicc at cortex
file arch/arm/cortex/arml2cc.c armliicc
|