summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
2015-09-19intr_barrier(9) for armJonathan Gray
2015-09-13remove deltaTheo de Raadt
2015-08-25Put the device name into the timeout message. OK jsg@Brandon Mercer
2015-07-19Rename the tpspmic driver so it does not contain numbers. OK jsg@Brandon Mercer
2015-07-19Make the keyboard driver poll until we can improve it more. Pulled from the o...Brandon Mercer
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outMiod Vallat
2015-07-17add exdisplay to chromebook_devsJonathan Gray
2015-07-17enable exynosJonathan Gray
2015-07-15The exynos gic is not at a fixed offset from periphbase unlikeJonathan Gray
2015-06-29enable vexpressJonathan Gray
2015-06-24Make ARM_KERNEL_BASE explicitely unsignedMiod Vallat
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-14correct the uart irq numbersJonathan Gray
2015-06-14add a driver for the ARM PrimeCell PL031 RTCJonathan Gray
2015-06-13When investigating an uninitialised variable in the armv7 resettodr()Jonathan Gray
2015-06-08enable agtimer on the ramdisk as wellJonathan Gray
2015-06-08Add initial support for the ARM Versatile Express boards as emulated byJonathan Gray
2015-06-07Initial exynos4 bits. Among other things the gic isn't mapped correctlyJonathan Gray
2015-06-02with binutils 2.17 we can change some raw opcodes into instruction namesJonathan Gray
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-29enable agtimer required for cortex a15Jonathan Gray
2015-05-27call exynos_platform_match() if the kernel is compiled with exynos devicesJonathan Gray
2015-05-27make the exynos code compile without fdtJonathan Gray
2015-05-26make this build with WSDISPLAY_COMPAT_RAWKBD definedJonathan Gray
2015-05-26Sync usb devices with amd64.Jonathan Gray
2015-05-24add the chromebook board id the exynos code usesJonathan Gray
2015-05-24imx_board_devs -> exynos_board_devsJonathan Gray
2015-05-24Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx).Matthieu Herrb
2015-05-20Remove cubieboard specific gpio led setting.Jonathan Gray
2015-05-20Now all the socs use the same va entry point and don't have anyJonathan Gray
2015-05-20add per soc match functions instead of using armv7_matchJonathan Gray
2015-05-19change names to not conflict with omap intcJonathan Gray
2015-05-19rename global variables to not conflict with gptimerJonathan 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-18Make armv7 startup PIC. From Dale Rahn in bitrig.Jonathan 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-12imxiic is known to be broken don't try attaching it on utiliteJonathan Gray
2015-05-12Raise VM_PHYSSEG_MAX to two and load an additional physical memoryJonathan Gray
2015-05-12Add missing braces.Jonathan Gray
2015-05-10VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end ofJonathan Gray