summaryrefslogtreecommitdiffstats
path: root/sys/arch/armv7/broadcom
AgeCommit message (Expand)AuthorFilesLines
2020-07-14Extend the interrupt API on arm64 and armv7 to be able to pass aroundpatrick1-13/+19
2020-05-14The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it tokettenis2-146/+1
2020-04-29Let the armv7 bus_dma layer and simplebus(4) implementation deal withkettenis1-13/+2
2019-10-11When available use "interrupt-names" to select the fdt idx for dwctwojsg1-2/+7
2019-10-05Use mask to extract IPL; should have been part of the earlier diff thatkettenis1-2/+2
2017-10-23Remove bcmmuart since it has already replaced with com(4).kevlo1-5/+1
2017-04-30Rename Debugger() into db_enter().mpi1-2/+2
2017-02-22Set sc_vendor in bcm2835_dwctwo before calling dwc2_init().jsg1-1/+4
2016-08-20Replace bcmmuart(4) with com(4).kettenis1-112/+0
2016-08-07Use the device tree to lookup the address of the ARM control logic and removekettenis1-21/+20
2016-08-07Initial support for Raspberry Pi 2/3. All the hard work done by patrick@, Ikettenis4-0/+836