summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/vexpress
AgeCommit message (Expand)Author
2019-05-06Whitespace removalMike Larkin
2018-07-09Introduce pciecam(4), a driver for generic ECAM compatible PCI hostPatrick Wildt
2017-01-26The only difference between armv7 and arm64 fdt virtio attachments is anJonathan Gray
2017-01-21Switch include of virtio header from dev/pci/to dev/pv/Reyk Floeter
2016-10-09Remove the vexpress platform abstraction and board id. All the devicesJonathan Gray
2016-10-08Dynamically attach sysreg(4) using the FDT.Jonathan Gray
2016-08-31pl011 and pl031 are licenseable peripherals from arm present in multiple socs.Jonathan Gray
2016-08-31remove no longer required pl011var.h includeJonathan Gray
2016-08-21When detecting the console on attach test fa_node and stdout_node not fa_regJonathan Gray
2016-08-06Dynamically attach pluart(4) using the FDT.Jonathan Gray
2016-08-06Dynamically attach plrtc(4) using the FDT.Jonathan Gray
2016-08-06Dynamically attach virtio(4) using the FDT.Jonathan Gray
2016-07-26Rename struct fdt_memory to fdt_reg to match the member namePatrick Wildt
2016-07-14virtio: Move interrupt handler into transport specific codeStefan Fritsch
2016-06-08Use fdt to find the console to initialise. Try to use /chosen/stdout-pathJonathan Gray
2016-06-04Remove model specific strings keyed off the board id.Jonathan Gray
2016-05-20add init_mainbus() hooks for the other armv7 platformsJonathan Gray
2016-05-02Add check to armv7 platform bus match code, so that those busses onlyPatrick Wildt
2016-05-02Rework mainbus and implement simplebus to be able to span a tree-likePatrick Wildt
2016-04-24New FDT-enabled busses will use a new "fdt" attribute. UnfortunatelyPatrick Wildt
2016-02-02remove uneeded break statementsJonathan Gray
2015-06-14add a driver for the ARM PrimeCell PL031 RTCJonathan Gray
2015-06-08Add initial support for the ARM Versatile Express boards as emulated byJonathan Gray