summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/conf
AgeCommit message (Expand)Author
2016-07-12Turn ahci(4) glue code for the i.MX6 platform into its own imxahci(4) driverMark Kettenis
2016-07-12Change over to imxehci(4) here as well.Mark 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
2016-06-26Dynamically attach tiiic using the FDT.Jonathan Gray
2016-06-26Dynamically attach omdog(4) using the FDT.Jonathan Gray
2016-06-19dynamically attach omap uart with fdtJonathan Gray
2016-06-18Dynamically attach ommmc with fdt. Offset the start of the memory regionJonathan Gray
2016-06-14imxdog* at fdt? here too.Mark Kettenis
2016-06-13Dynamically attach imxdog(4) using the FDT.Mark Kettenis
2016-06-12Dynamically attach fec(4) using the FDT.Mark Kettenis
2016-06-11dynamically attach imxuart using the FDTJonathan Gray
2016-06-11dynamically attach sxiuart using the FDTJonathan Gray
2016-06-11dynamically attach sxie(4) using the FDTJonathan Gray
2016-06-10attach imxahci and imxesdhc to fdt on RAMDISK as wellJonathan Gray
2016-06-09Dynamically attach imxesdhc(4) using the FDT.Mark Kettenis
2016-06-09Dynamically attach i.MX6 ahci(4) using the FDT.Mark Kettenis
2016-06-03rename imxenet to fecJonathan Gray
2016-06-01Enable utvfu(4) everywhere where uvideo(4) is also enabled.Marcus Glocker
2016-05-23Change openprom into a pseudo-device, because not all arm platformsTheo de Raadt
2016-05-21Implement openprom(4) for armv7.Mark Kettenis
2016-05-21Dynamically attach imxiic(4) and use the FDT to enumerate devices on i2cMark Kettenis
2016-05-21Copy dtb files to miniroots and install disk. Increase the ramdisk sizeJonathan Gray
2016-05-17Enable the pcf8523 RTC on Hummingboard and CuBox-i.Mark Kettenis
2016-05-02Rework mainbus and implement simplebus to be able to span a tree-likePatrick Wildt
2016-04-29Do not remove local symbols from the table.Martin Pieuchot
2016-04-24Remove 'option COMPAT_PCVT' now that X doen't use it anymore.Matthieu Herrb
2016-04-24New FDT-enabled busses will use a new "fdt" attribute. UnfortunatelyPatrick Wildt
2016-04-03Map the bootconfig/FDT area passed by u-boot and try to init FDT on it.Patrick Wildt
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-08Enable uonerng(4) where ualea(4) is already present.Martin Pieuchot
2015-09-13remove deltaTheo de Raadt
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-17enable exynosJonathan Gray
2015-06-29enable vexpressJonathan Gray
2015-06-08enable agtimer on the ramdisk as wellJonathan Gray
2015-06-08Add initial support for the ARM Versatile Express boards as emulated byJonathan Gray
2015-06-02with binutils 2.17 we can change some raw opcodes into instruction namesJonathan Gray
2015-05-29enable agtimer required for cortex a15Jonathan Gray
2015-05-27make the exynos code compile without fdtJonathan Gray
2015-05-26Sync usb devices with amd64.Jonathan Gray
2015-05-24Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx).Matthieu Herrb
2015-05-20Now all the socs use the same va entry point and don't have anyJonathan Gray
2015-05-19Abstract the soc_machdep.c functions to allow a kernel to be built forJonathan Gray
2015-05-19use the same va entry point on all armv7 socsJonathan Gray
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-01-13for the install: target, use cmp as a rough attempt for avoiding repeatedTheo de Raadt