summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/imx
AgeCommit message (Expand)Author
2015-05-30Set the usb otg port on the cubox to host mode and attach ehci to it.Jonathan Gray
2015-05-30Set the sdmmc(4) emmc highspeed flag if the capability register claimsJonathan Gray
2015-05-30fix the build when SDHC_DEBUG is definedJonathan Gray
2015-05-20add per soc match functions instead of using armv7_matchJonathan 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-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-12Add missing braces.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-03-29initial support for the SABRE SD boardJonathan Gray
2015-03-18Convert to if_input(), tested by jsing@.Martin Pieuchot
2015-01-22Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.Kenneth R Westerback
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-02Add some additional i.MX6 board types from Bitrig.Jonathan Gray
2014-12-22unifdef INETTed Unangst
2014-09-19add missing break statements to imxccm_get_fecclk()Jonathan Gray
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-07-12Mark the interface down and cancel the watchdog timer in imxenet_stop().Brad Smith
2014-07-02Add support for adjusting the receive filter to allow for promiscuousBrad Smith
2014-05-19There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-04-14move the hardware structures into ahcireg.h.David Gwynne
2013-12-11remove empty files; ok syl@Christian Weisgerber
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-11-06After factorizing armv7_machdep code here is an effort to factorize allSylvestre Gallon
2013-10-30Put all the generic machdep code in armv7_machedep.cSylvestre Gallon
2013-10-28We need to make sure that the kernel symbols area isn't marked as freePatrick Wildt
2013-10-27fix card-detect pins for wandboard.aalm
2013-10-24in_var.h is not needed.Martin Pieuchot
2013-10-21Add SDHC card detect GPIO pins for the i.MX6 Wandboard.Patrick Wildt
2013-10-19Wandboard also is a supported board of this driver. Every i.MX6 basedPatrick Wildt
2013-10-05Support for the i.MX6-based Wandboard Quad.Patrick Wildt
2013-09-28A few missing config_suspend(, DVACT_POWERDOWN) constructs afterMiod Vallat
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-09-06Support for FreeScale's i.MX6 SoC.Patrick Wildt