index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
arm64
/
conf
/
files.arm64
Age
Commit message (
Expand
)
Author
2017-06-04
Split early startup code out of locore.S into locore0.S. Adjust link
Patrick Wildt
2017-04-30
Add rkgrf(4), a driver that makes the "generic register file" of the Rockchip
Mark Kettenis
2017-04-29
Add agintc(4), a driver for interrupt controllers conforming to ARM's
Mark Kettenis
2017-04-27
Add code to identify the CPUs on arm64 systems. The primary CPU is attached
Mark Kettenis
2017-02-25
Implement ampintcmsi(4) in ampintc(4) to support MSI. The GICv2M is an
Patrick Wildt
2017-02-24
Hook up pciecam(4), but don't compile it yet.
Patrick Wildt
2017-02-06
Move cache and tlb flush functions, which were mostly inline assembly,
Patrick Wildt
2017-01-26
The only difference between armv7 and arm64 fdt virtio attachments is an
Jonathan Gray
2017-01-23
Make the RAMDISK kernel actually try to boot the ramdisk.
Patrick Wildt
2017-01-23
openprom(4)
Mark Kettenis
2017-01-23
Add drivers for the Raspberry Pi 3.
Mark Kettenis
2017-01-21
Move virtio config from files.pci to files.pci
Reyk Floeter
2017-01-21
Add Allwinner A64 devices to OpenBSD/arm64. This means we can run
Patrick Wildt
2016-12-18
Consolidate bus space tags into generic bus space code. Especially
Patrick Wildt
2016-12-17
Import of OpenBSD/arm64
Patrick Wildt