summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
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
2017-09-22Remove unused code.Mark Kettenis
2017-09-21Enable dwxe(4) on armv7 as well for use on the Allwinner H3 SoC.Patrick Wildt
2017-09-20Raise match priority such that imxocotp(4) wins over syscon(4).Mark Kettenis
2017-09-12Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarMartin Pieuchot
2017-09-11Avoid using an uninitialised variable. Found by the clang static analyser.Jonathan Gray
2017-09-11Don't test if an array is NULL. Fixes the build with clang which raisedJonathan Gray
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-08-31Add OpenBSD CVS tags at the top of amdisplay/nxphdmi(4) files.ians
2017-08-29remove uneeded includes after recent fdt header changesJonathan Gray
2017-08-28swap ualea for urngJasper Lievisse Adriaanse
2017-08-27Add mvpxa(4), a driver for the SDHC compliant controller onPatrick Wildt
2017-08-27Enable generic sdhc(4) on FDT attachment driver.Patrick Wildt
2017-08-27Add glass console support for arm64. This uses the "stdout-path" propertyMark Kettenis
2017-08-25Add missing OpenBSD CVS tagPatrick Wildt
2017-08-25Add mvneta(4), a driver for the Ethernet controller on the ArmadaPatrick Wildt
2017-08-25Add mvmpic(4), a driver for the interrupt controller that sits betweenPatrick Wildt
2017-08-25Add mvpinctrl(4), a driver to configure pins on Marvell SoCs. For now,Patrick Wildt
2017-08-21Pass the address of the EFI system table and the EFI memory map throughMark Kettenis
2017-08-18change email address in licenses to ians@openbsd.orgians
2017-08-15Convert to FDT-based interrupt establish API.Patrick Wildt
2017-08-15Apply KNF and fix whitespaces.Patrick Wildt
2017-08-15Apply KNF and fix whitespaces.Patrick Wildt
2017-08-14Add the amdisplay(4) and nxphdmi(4) drivers.ians
2017-08-12Use ctfstrip(1) by default to strip kernels.Martin Pieuchot