summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/conf
AgeCommit message (Expand)Author
2017-03-24Implement a driver for Marvell's AHCI controller. This is in essencePatrick Wildt
2017-03-24Implement a driver for Marvell's XHCI controller. This is in essencePatrick Wildt
2017-03-12Hook exclock(4) up to the clock framework using a dummy implementation thatMark Kettenis
2017-03-12Enable exdwusb(4) and xhci(4).Mark Kettenis
2017-03-11Enable exrtc(4).Mark Kettenis
2017-03-09Enable syscon(4) such that I can actually reboot the Odroid XU4.Mark Kettenis
2017-03-09Provide access to our registers through the regmap interface.Mark Kettenis
2017-03-06De-platformize exynos. Disable exdisplay(4) for now.Mark Kettenis
2017-03-06Attach exiic(4) using the FDT.Mark Kettenis
2017-03-05match GENERICTheo de Raadt
2017-03-05Turn exgpio(4) into a pinctrl driver.Mark Kettenis
2017-03-04matching commit for RAMDISK: Convert a few exynos drivers to attach using the...Theo de Raadt
2017-03-04Convert a few exynos drivers to attach using the FDT.Mark Kettenis
2017-03-03enable FFS2 on armv7 and arm64 ramdisksJonathan Gray
2017-03-01Dynamically attach edma(4) using the FDT.Jonathan Gray
2017-01-25Build amd64 kernels with -ffreestanding. Synchronize the arm64 and armv7Mark Kettenis
2017-01-25Move psci(4) and plrtc(4) so arm64 can use them.Jonathan Gray
2017-01-23enable bcmdog on armv7 as wellJonathan Gray
2017-01-21Move virtio config from files.pci to files.pciReyk Floeter
2017-01-03Add simplefb(4), a driver to support the framebuffer set up by the firmwareMark Kettenis
2016-11-29Build kernel with DEBUG=-g by default.Martin Pieuchot
2016-11-15Clean up the kernel Makefile's:Martin Natano
2016-10-27We don't generate an eddep script for kernel builds nowadays. The lastMartin Natano
2016-10-24make cleandir should skip the version file; ok otto millertTheo de Raadt
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-15cleandir: target for kernel compile directoriesTheo de Raadt
2016-10-14Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/,Theo de Raadt
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-24Add -Wno-pointer-sign to all our gcc4 architectures.Mark Kettenis
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-31pl011 and pl031 are licenseable peripherals from arm present in multiple socs.Jonathan Gray
2016-08-21Add a minimal clock "framework". Build it on armv7.Mark Kettenis
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