summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/conf
AgeCommit message (Expand)Author
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
2015-01-11switch prototype warnings to implicit-declaration warnings.Ted Unangst
2015-01-04add new driver uslhcom(4) USB HID based UART.uaa
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-09remove commented entries for tedu'd bluetooth driversJonathan Gray
2014-11-04Add rgephy(4) for the RTL8211E phy in the LeMaker Banana Pi and Banana Pro.Jonathan Gray
2014-11-04Add atphy(4) for the Atheros AR8031 phys in the AM335x starter kit.Jonathan Gray
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-08-22pseudo-device crypto was accidentally left for some architectures.Theo de Raadt
2014-07-12"Dr. Jones. Again we see there is nothing you can possess which I cannotTed Unangst
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-05-08Format string fixes and removal of -Wno-format for arm kernels.Miod Vallat
2014-04-07Add axen(4) wherever axe(4) is.Brad Smith
2014-03-18Add missing parts of the tiic driver.Sylvestre Gallon
2014-03-05Remove TIMEZONE and DST options from GENERIC-* kernels.Miod Vallat
2014-02-02armv7_start.o needs an explicit dependency on assym.h now; nickMiod Vallat
2013-12-08Enable rum(4) for armv7. Committing through it on pandaboard.Martynas Venckus
2013-11-20Add gpio(4) support for omap3/4 and am335x.Raphael Graf
2013-11-15Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano
2013-11-06After factorizing armv7_machdep code here is an effort to factorize allSylvestre Gallon
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-11-01crank MINIROOTSIZE needed so the ramdisks will fit againJasper Lievisse Adriaanse
2013-10-31remove commented gpio(4) entry which makes no sense to have on the ramdiskJasper Lievisse Adriaanse
2013-10-30Put all the generic machdep code in armv7_machedep.cSylvestre Gallon
2013-10-28Revamp ARMv7 ramdisk and miniroot creation process.Patrick Wildt