summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/conf/GENERIC
AgeCommit message (Expand)Author
2017-03-06Attach exiic(4) using the FDT.Mark Kettenis
2017-03-05Turn exgpio(4) into a pinctrl driver.Mark Kettenis
2017-03-04Convert a few exynos drivers to attach using the FDT.Mark Kettenis
2017-03-01Dynamically attach edma(4) using the FDT.Jonathan Gray
2017-01-23enable bcmdog on armv7 as wellJonathan Gray
2017-01-03Add simplefb(4), a driver to support the framebuffer set up by the firmwareMark Kettenis
2016-10-23De-platformize sunxi. This removes the board initialization code that sets upMark Kettenis
2016-10-22Attach sxitimer(4) using the fdt.Mark Kettenis
2016-10-21Implement a driver for Marvell's Mbus bridge. This is the componentPatrick Wildt
2016-10-09Add psci(4) a driver for the reset and power down portion of theJonathan Gray
2016-10-09Attach sxiccmu(4) using the fdt.Mark Kettenis
2016-10-09Remove the vexpress platform abstraction and board id. All the devicesJonathan Gray
2016-10-08Attach sxipio(4) using the fdt.Mark Kettenis
2016-10-08Dynamically attach sysreg(4) using the FDT.Jonathan Gray
2016-10-07Implement a driver for Marvell Armada's clock gates. This basicallyPatrick Wildt
2016-10-07Support the Marvell Armada's System Controller to be able to resetPatrick Wildt
2016-10-07Add a driver for the Marvell Armada 380 core clock. This driverPatrick Wildt
2016-10-05Make imxdog(4) set cpuresetfn, and remove all the imx platform that is noMark Kettenis
2016-10-03Disable sitaracm and add a new ompinmux driver for omap pin muxing/padJonathan Gray
2016-09-23Attach imxocotp(4) using the fdt. Since this means that imxtemp(4) attachesMark Kettenis
2016-09-18Convert imxccm(4) and imxiomuxc(4) to attach using the fdt. Use the "early"Mark Kettenis
2016-09-15Add omwugen(4) a driver for the TI logic that generates wakeup eventsJonathan Gray
2016-09-12Enable uwacom(4) where uts(4) is already present.Martin Pieuchot
2016-08-21Dynamically attach exuart using the FDT.Jonathan Gray
2016-08-20Enable sximmc(4).Mark Kettenis
2016-08-20Replace bcmmuart(4) with com(4).Mark Kettenis
2016-08-20sxiuart(4) has been replaced with com(4).Patrick Wildt
2016-08-17Replace sxiuart(4) with the mostly compatible com(4).Patrick Wildt
2016-08-14Add imxtemp(4), a temperature sensor for the i.MX6 SoC. Based on code writtenMark Kettenis
2016-08-13Add the shim to make dwge(4) attach to simplebus(4). This brings usMark Kettenis
2016-08-11Dynamically attach omgpio(4) using the FDT.Jonathan Gray
2016-08-11Dynamically attach omehci using the FDT.Jonathan Gray
2016-08-10Dynamically attach agtimer(4). Since agtimer(4) also provides the delay()Mark Kettenis
2016-08-07Initial support for Raspberry Pi 2/3. All the hard work done by patrick@, IMark Kettenis
2016-08-06Dynamically attach intc(4) using the FDT and switch omap/am335xJonathan Gray
2016-08-06Disable edma(4). It isn't currently used and is getting in the way ofJonathan 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-08-05Dynamically attach sxidog(4).Mark Kettenis
2016-08-05Dynamically attach sxirtc(4); another board_id check bites the dust.Mark Kettenis
2016-08-05We don't want drivers with numbers in their names.Mark Kettenis
2016-08-05Switch the sunxi platform over to the new interrupt establish API. ThisMark Kettenis
2016-08-04Dynamically attach ampintc(4) and make it register itself as an interruptMark Kettenis
2016-07-12Turn ahci(4) glue code for the i.MX6 platform into its own imxahci(4) driverMark Kettenis
2016-07-12Turn ehci(4) glue code for the i.MX6 platform into its own imxehci(4) driverMark Kettenis
2016-07-10Dynamically attach imxgpio(4) using the FDT.Mark Kettenis
2016-07-09Dynamically attach i.MX6 ehci(4) using the FDT.Mark Kettenis
2016-06-28enable ure(4) where we already have url(4)Jonathan Matthew
2016-06-26Dynamically attach cpsw(4) with the FDT.Jonathan Gray