summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/conf
AgeCommit message (Expand)Author
2018-09-14add gapdummy.c to the "clean" target like other generated filesChristian Weisgerber
2018-09-12Move -Wno-address-of-packed-member to the clang block as well and syncJonathan Gray
2018-08-27switch from ompinmux to pinctrlJonathan Gray
2018-08-22Enable uscom(4) where uslcom(4) is already present.Martin Pieuchot
2018-08-05enable virtio pci attachment on armv7Jonathan Gray
2018-08-05enable bio and softraid on armv7 ramdiskJonathan Gray
2018-08-03Enable mue(4).Kevin Lo
2018-08-02Enable ssdfb(4) at I2C.Patrick Wildt
2018-07-30Add ssdfb(4), a driver for the SSD1309 controller that drives anPatrick Wildt
2018-07-26Add imxspi(4), a driver for the i.MX SPI controller. This is the firstPatrick Wildt
2018-07-09Enable pcagpio(4).Patrick Wildt
2018-07-09Add a few common PCIe devices based on the arm64 kernel configs.Patrick Wildt
2018-07-09dd mvpcie(4), a driver for the Marvell ARMADA 38x PCIe controller,Patrick Wildt
2018-07-09Enable ampintcmsi(4), pciecam(4) and PCIVERBOSE.Patrick Wildt
2018-06-16Enable imxrtc(4).Mark Kettenis
2018-06-05Move pluart(4) to dev/fdt.Mark Kettenis
2018-05-31Move com_fdt.c to dev/fdt since we can share it between armv7 and arm64 now.Mark Kettenis
2018-05-23Enable bwfm(4).Patrick Wildt
2018-05-16Move the code that decodes the i.MX6 PLLs and PFDs into imxanatop(4)Patrick Wildt
2018-05-04Add a common rules file for ofw sources to help keep the configurationsVisa Hankala
2018-05-02Implement a power domain framework to turn on/off so-called powerPatrick Wildt
2018-04-01Enable imxanatop(4) on RAMDISK as well so we can use it to disablePatrick Wildt
2018-02-10Put the ldscript parts into a single file instead of storing it as headPatrick Wildt
2018-02-09Check for the existence of /bsd before trying to back it up to /obsd.Theo Buehler
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