summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
2015-03-16Convert to if_input(), tested by jsg@.Martin Pieuchot
2015-01-26Import the exynos work into tree. This is from Bitrig. Discussed with and OK ...Brandon Mercer
2015-01-22Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.Kenneth R Westerback
2015-01-18unifdef IPKDB. These codepaths are holdouts from NetBSD code and areJonathan Gray
2015-01-17More complete gpio reset sequences for SABRE Lite/Nitrogen6X.Jonathan Gray
2015-01-13Add missing Utilite case in imx_platform_init_cons()Jonathan Gray
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
2015-01-02Add some additional i.MX6 board types from Bitrig.Jonathan Gray
2014-12-22unifdef INETTed Unangst
2014-12-13add a sxidog_activate() function so the kernel will link againJonathan Gray
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov
2014-12-10Convert watchdog(4) devices to use autoconf(9) framework.Mike Belopuhov
2014-12-03Turn ahci port start into a callback so sxiahci can do some magic toJonathan Gray
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-11-09remove commented entries for tedu'd bluetooth driversJonathan Gray
2014-11-04Uncomment code that does voltage capabilities initialisation. WithoutJonathan 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-11-01Now the armv7 ramdisks are compiled with SMALL_KERNELJonathan 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-09-20Use config_suspend_all(9).Mark Kettenis
2014-09-19add missing break statements to imxccm_get_fecclk()Jonathan Gray
2014-08-22pseudo-device crypto was accidentally left for some architectures.Theo de Raadt
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-08-18Explicitely need <sys/pool.h> now.Miod Vallat
2014-07-21boot(9): Reduce annoying style diffsMasao Uebayashi
2014-07-14Write to the correct control module registers when configuring gpio pins.Raphael Graf
2014-07-13boot(9): Cosmetic changes to improve diff'ability.Masao Uebayashi
2014-07-13Cosmetic changes to reduce diffs.Masao Uebayashi
2014-07-12"Dr. Jones. Again we see there is nothing you can possess which I cannotTed Unangst
2014-07-12Mark the interface down and cancel the watchdog timer in imxenet_stop().Brad Smith
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-07-10Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-07-10boot(9): More comment removal about cold/savectx() missed in previousMasao Uebayashi
2014-07-10boot(): Unify declarationsMasao Uebayashi
2014-07-02Add support for adjusting the receive filter to allow for promiscuousBrad Smith
2014-06-20Fix a wrong comparison in the interrupt handler.Raphael Graf
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machineMartin Pieuchot
2014-05-30Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-05-19There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-05-08Format string fixes and removal of -Wno-format for arm kernels.Miod Vallat
2014-05-06remove cpsw_{read,write}_4 wrapper functions and just use the realJasper Lievisse Adriaanse
2014-04-25test dt_min for invalid minute values instead of testing dt_sec twiceJonathan Gray
2014-04-14move the hardware structures into ahcireg.h.David Gwynne