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
/
armv7
/
vexpress
Age
Commit message (
Expand
)
Author
2019-05-06
Whitespace removal
Mike Larkin
2018-07-09
Introduce pciecam(4), a driver for generic ECAM compatible PCI host
Patrick Wildt
2017-01-26
The only difference between armv7 and arm64 fdt virtio attachments is an
Jonathan Gray
2017-01-21
Switch include of virtio header from dev/pci/to dev/pv/
Reyk Floeter
2016-10-09
Remove the vexpress platform abstraction and board id. All the devices
Jonathan Gray
2016-10-08
Dynamically attach sysreg(4) using the FDT.
Jonathan Gray
2016-08-31
pl011 and pl031 are licenseable peripherals from arm present in multiple socs.
Jonathan Gray
2016-08-31
remove no longer required pl011var.h include
Jonathan Gray
2016-08-21
When detecting the console on attach test fa_node and stdout_node not fa_reg
Jonathan Gray
2016-08-06
Dynamically attach pluart(4) using the FDT.
Jonathan Gray
2016-08-06
Dynamically attach plrtc(4) using the FDT.
Jonathan Gray
2016-08-06
Dynamically attach virtio(4) using the FDT.
Jonathan Gray
2016-07-26
Rename struct fdt_memory to fdt_reg to match the member name
Patrick Wildt
2016-07-14
virtio: Move interrupt handler into transport specific code
Stefan Fritsch
2016-06-08
Use fdt to find the console to initialise. Try to use /chosen/stdout-path
Jonathan Gray
2016-06-04
Remove model specific strings keyed off the board id.
Jonathan Gray
2016-05-20
add init_mainbus() hooks for the other armv7 platforms
Jonathan Gray
2016-05-02
Add check to armv7 platform bus match code, so that those busses only
Patrick Wildt
2016-05-02
Rework mainbus and implement simplebus to be able to span a tree-like
Patrick Wildt
2016-04-24
New FDT-enabled busses will use a new "fdt" attribute. Unfortunately
Patrick Wildt
2016-02-02
remove uneeded break statements
Jonathan Gray
2015-06-14
add a driver for the ARM PrimeCell PL031 RTC
Jonathan Gray
2015-06-08
Add initial support for the ARM Versatile Express boards as emulated by
Jonathan Gray