summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
2018-04-02Move imxiomuxc(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Move the code that sets the correct SATA phy settings into imxahc(4)Patrick Wildt
2018-04-02Move fec(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Move imxccm(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Have fec(4) make use of the clock framework by implementing the enetPatrick Wildt
2018-04-02No need to include imxccmvar.h anymore.Patrick Wildt
2018-04-02Have imxahci(4) make use of the clock framework by implementing the sataPatrick Wildt
2018-04-02Have imxehci(4) make use of the clock framework by implementing the phyPatrick Wildt
2018-04-02Pay attention to the "reg-io-width" and "reg-shift" properties and avoidMark Kettenis
2018-04-02Remove I2C iomux descriptions from the time before we set those upPatrick Wildt
2018-04-01Pull out the regmap lookup from the switch. This way we can stillPatrick Wildt
2018-04-01Disable the USB charging detection using a regmap instead of cross-Patrick Wildt
2018-04-01Enable imxanatop(4) on RAMDISK as well so we can use it to disablePatrick Wildt
2018-04-01Stop using a global softc variable in most functions that are calledPatrick Wildt
2018-04-01Retrieve AHB clock from clock framework.Patrick Wildt
2018-04-01Remove unfinished PCIe support from imxccm(4). We can do better thanPatrick Wildt
2018-04-01In an attempt to OFW-ify fec(4) it turns out that the MII speedPatrick Wildt
2018-03-31Port arm64's network boot efforts to armv7 as well now that there isPatrick Wildt
2018-03-31Add CVS Ids.Patrick Wildt
2018-03-30Move imxanatop(4) to sys/dev/fdt.Patrick Wildt
2018-03-30No need to include armv7var.h.Patrick Wildt
2018-03-30No need to include armv7var.h and imxccmvar.h.Patrick Wildt
2018-03-30Remove unused PCIe code from imxiomuxc(4). I'm sure we can do thisPatrick Wildt
2018-03-30Move imxiic(4) to sys/dev/fdt.Patrick Wildt
2018-03-30Move imxesdhc(4) to sys/dev/fdt.Patrick Wildt
2018-03-30Move imxgpio(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-30Replace MD disable/restore interrupt in the establish and disestablishPatrick Wildt
2018-03-30Cut down imxgpio(4) with a big axe. There were plenty of pieces thatPatrick Wildt
2018-03-30Move imxgpc(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-29Move imxuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-20Make use of the new common bus space tag in imxuart(4) so it does notPatrick Wildt
2018-03-12Add voltage regulator support.Mark Kettenis
2018-03-11Wait for ETHEREN bit to clear instead of the RESET bit to prevent anMark Kettenis
2018-03-08Rework and cleanup the linker script for armv7. The main feature isPatrick Wildt
2018-03-02The UEFI specification states that a watchdog timer should be armed forJonathan Gray
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-02-16Support card interrupts in imxesdhc(4). The code that was writtenPatrick Wildt
2018-02-14prune files.* entries that refer to files not in treeJonathan Gray
2018-02-10Put the ldscript parts into a single file instead of storing it as headPatrick Wildt
2018-02-09Check for the existence of /bsd before trying to back it up to /obsd.Theo Buehler
2018-01-28typoOtto Moerbeek
2018-01-27Sync the nam2blk entries with the bdevsw table, which is theChristian Weisgerber
2018-01-26Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@.Mark Kettenis
2018-01-20use virt instructions with clang instead of equivalent raw bytesJonathan Gray
2018-01-06Enable sxits(4).Mark Kettenis
2018-01-06Enable sxitemp(4).Mark Kettenis
2018-01-05Handle resets; needed on Allwinner R40/V40.Mark Kettenis
2017-12-30The generic clock framework expects frequencies in Hz whereas the imx clockMark Kettenis
2017-12-29Add rktemp(4).Mark Kettenis
2017-12-23Use regmap interface to tweak "SYSREG" PHY configuration registers andMark Kettenis