summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
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
2017-12-18Properly implement the rsb attribute and actually use it.Mark Kettenis
2017-12-18Enable RSB attachment for axppmic(4).Mark Kettenis
2017-12-16Add a driver for the RSB controller found on various Allwinner SoCs.Mark Kettenis
2017-12-10Enable the phy-supply regulator if present and use the phy id specifiedJonathan Gray
2017-11-27OMAP4 has two watchdog timers timer 2/MPU and timer 3/IVA.Jonathan Gray
2017-11-24rework transmit to get rid of ifq_deq_begin, and to improve speed.David Gwynne
2017-11-22Add __aeabi_ldivmod.S. Needed for clang.Mark Kettenis
2017-11-04Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theFlorian Obser
2017-10-27Remove duplicated function prototypes.Kevin Lo
2017-10-27This file only includes <arm/elf_abi.h> which was removed in 2008, so kill it.Martin Pieuchot
2017-10-26adjust Makefile.armv7 for clangJonathan Gray
2017-10-26Use .arch_extension sec and virt to use smc and hvc instructions whenJonathan Gray
2017-10-25Storing the address of a stack variable in a global variable is a bad idea.Mark Kettenis
2017-10-24Attach syscon(4) early. Also attach psci(4) early such that cpuresetfnMark Kettenis
2017-10-23Replace imxocotp(4) with a regmap-based approach.Mark Kettenis
2017-10-23Remove bcmmuart since it has already replaced with com(4).Kevin Lo
2017-10-11Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. ThePatrick Wildt
2017-10-08Enable rkiic(4) and rkpmic(4) for Rockchip RK3288 boards.Mark Kettenis
2017-09-28When option DDB_STRUCTINFO was removed from the kernel, too much fromPatrick Wildt