summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/imx
AgeCommit message (Expand)Author
2016-06-08Use fdt to find the console to initialise. Try to use /chosen/stdout-pathJonathan Gray
2016-06-04Remove model specific strings keyed off the board id.Jonathan Gray
2016-06-03rename imxenet to fecJonathan Gray
2016-05-21Dynamically attach imxiic(4) and use the FDT to enumerate devices on i2cMark Kettenis
2016-05-20Change the identification string to "nxp,pcf8523" as this is what is storedMark Kettenis
2016-05-19Remove the PHYTEC phyFLEX support code, patrick says he no longerJonathan Gray
2016-05-18Introduce a per-platform init_mainbus() hook that can be used to attachMark Kettenis
2016-05-18Remove unused probe function.Mark Kettenis
2016-05-17Enable the pcf8523 RTC on Hummingboard and CuBox-i.Mark Kettenis
2016-05-16Make this actually work. This makes the following changes:Mark Kettenis
2016-05-15Map the ADMA2 descriptor table use BUS_DMA_COHERENT and add a missingMark Kettenis
2016-05-08Add DMA support. It uses ADMA2 "Internal DMA" that is compatible with theMark Kettenis
2016-05-07add support for changing the bus width and set the 4-bit mode capabilityJonathan Gray
2016-05-06Reset the bus width back to 1-bit when resetting the host. Makes imxesdhc(4)Mark Kettenis
2016-05-05Add Dual Data Rate support for eMMC at 52MHz.Mark Kettenis
2016-05-02Add check to armv7 platform bus match code, so that those busses onlyPatrick Wildt
2016-05-02Rework mainbus and implement simplebus to be able to span a tree-likePatrick Wildt
2016-05-01Add support for changing the bus width to the sdmmc subsystem and the sdhc(4)Mark Kettenis
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-02-02remove uneeded break statementsJonathan Gray
2016-01-10Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2VMark Kettenis
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-10-27arp_ifinit() is no longer needed.Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
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