summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/conf
AgeCommit message (Expand)Author
2018-01-06Enable sxits(4).Mark Kettenis
2018-01-06Enable sxitemp(4).Mark Kettenis
2017-12-29Add rktemp(4).Mark Kettenis
2017-12-23Use regmap interface to tweak "SYSREG" PHY configuration registers andMark Kettenis
2017-12-18Properly implement the rsb attribute and actually use it.Mark Kettenis
2017-12-18Enable RSB attachment for axppmic(4).Mark Kettenis
2017-12-16Add a driver for the RSB controller found on various Allwinner SoCs.Mark Kettenis
2017-11-04Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theFlorian Obser
2017-10-26adjust Makefile.armv7 for clangJonathan Gray
2017-10-24Attach syscon(4) early. Also attach psci(4) early such that cpuresetfnMark Kettenis
2017-10-23Replace imxocotp(4) with a regmap-based approach.Mark Kettenis
2017-10-11Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. ThePatrick Wildt
2017-10-08Enable rkiic(4) and rkpmic(4) for Rockchip RK3288 boards.Mark Kettenis
2017-09-28When option DDB_STRUCTINFO was removed from the kernel, too much fromPatrick Wildt
2017-09-21Enable dwxe(4) on armv7 as well for use on the Allwinner H3 SoC.Patrick Wildt
2017-09-12Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarMartin Pieuchot
2017-08-28swap ualea for urngJasper Lievisse Adriaanse
2017-08-27Add mvpxa(4), a driver for the SDHC compliant controller onPatrick Wildt
2017-08-27Enable generic sdhc(4) on FDT attachment driver.Patrick Wildt
2017-08-25Add mvneta(4), a driver for the Ethernet controller on the ArmadaPatrick Wildt
2017-08-25Add mvmpic(4), a driver for the interrupt controller that sits betweenPatrick Wildt
2017-08-25Add mvpinctrl(4), a driver to configure pins on Marvell SoCs. For now,Patrick Wildt
2017-08-14Add the amdisplay(4) and nxphdmi(4) drivers.ians
2017-08-12Use ctfstrip(1) by default to strip kernels.Martin Pieuchot
2017-07-25Enable dwdog(4) such that Rockchip RK3288 devices can reboot.Mark Kettenis
2017-07-25Add rkclock(4), rkgrf(4), rkpinctrl(4) and rkgpio(4). This makes OpenBSDMark Kettenis
2017-07-24Enable pcxrtc(4).Mark Kettenis
2017-07-23Add sxitwi(4), a driver for the (i2c compatible) two-wire bus found onMark Kettenis
2017-07-18Stop automatically regenerating gap.o (and hence linking a new kernel)Theo Buehler
2017-07-16Pass the linker from make environment to makegap.sh. This is (only)Visa Hankala
2017-07-05Enable NFSCLIENT to let installation over NFS work.Visa Hankala
2017-06-29put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.oldMarc Espie
2017-06-290xd4d4d4d4 is a useful 'trap instruction' on arm64, but not on arm32.Theo de Raadt
2017-06-25dull dependency for copying makegap.sh to obj, so that installsTheo de Raadt
2017-06-22Generate a gap.link script, and use that to generate gap.o. On multi-ABITheo de Raadt
2017-06-14Split early startup code out of armv7_start.S into locore0.S. AdjustPatrick Wildt
2017-06-13newbsd: target which re-links a kernel. We cannot use the bsd: targetTheo de Raadt
2017-06-11make vers.o not depend on gap.o using a trick, because it is piece ofTheo de Raadt
2017-06-11Use umask 077 instead of cp -p when installing the kernel as root.Alexander Bluhm
2017-06-05The arm* architectures edit the ld.script, creating a copy in the compileTheo de Raadt
2017-06-03Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007.Theo de Raadt
2017-05-21Add support for the SD/MMC controller found on Samsuung Exynos5.Mark Kettenis
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