summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
2015-05-17Checking the dts files turned up some more imx sdhc problems.Jonathan Gray
2015-05-17add missing calls to set the gpio direction before reading theJonathan Gray
2015-05-15Decrement the unit numbers on the novena sdhc devices. The imx6 dtsJonathan Gray
2015-05-15Make board attaching table driven and move it out into the socJonathan Gray
2015-05-14Remove BOARD_ID* tests that do the same thing for every imx board.Jonathan Gray
2015-05-14rework imxenet hardware address setup: if COTP doesn't provide anDamien Miller
2015-05-13Having the same settings on the same phy across multiple boards is justJonathan Gray
2015-05-12imxiic is known to be broken don't try attaching it on utiliteJonathan Gray
2015-05-12Raise VM_PHYSSEG_MAX to two and load an additional physical memoryJonathan Gray
2015-05-12Add missing braces.Jonathan Gray
2015-05-10VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end ofJonathan Gray
2015-05-10limit physical memory to (paddr_t)-PAGE_SIZE (0xfffff000)Jonathan Gray
2015-05-08Add missing sabresd case statements. As sabresd_devs[] includes imxgpioJonathan Gray
2015-05-08Add initial board specific parts of novena support, tested by djm@Jonathan Gray
2015-05-07fix indentationJonathan Gray
2015-05-04Fix some misuse of the | operator. In particular | has higherJonathan Gray
2015-04-22Init a variable to zero so values aren't or'd into uninitialised memory.Jonathan Gray
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-04-03Convert to if_input().Martin Pieuchot
2015-03-29initial support for the SABRE SD boardJonathan Gray
2015-03-18Convert to if_input(), tested by jsing@.Martin Pieuchot
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