summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
2016-04-03Remove tests for "processing" which was never set. It attempted toJonathan Gray
2016-03-02Detect and only enable the port that is actually used.Can Erkin Acar
2016-02-02give sxidog it's own mapping as well so it wont't require sxitimerJonathan Gray
2016-02-02remove uneeded break statementsJonathan Gray
2016-02-01Add A20 support to sxirtc.Jonathan Gray
2016-02-01Remove A20 support in sxitimer, agtimer is now used instead.Jonathan Gray
2016-01-31Don't use sxitimer on Allwinner sun7i/A20.Jonathan Gray
2016-01-31Leonardo Guardati discovered a u-boot built with "Enable workarounds forJonathan Gray
2016-01-31Switch from PSR_X_bit and X32_bit PSR macro names to just PSR_X.Jonathan Gray
2016-01-23In some cases machines with virtualisation extensions will boot into aJonathan Gray
2016-01-10Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2VMark Kettenis
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-08Enable uonerng(4) where ualea(4) is already present.Martin Pieuchot
2016-01-07Handle receive queue full condition instead of hanging.This can beCan Erkin Acar
2015-11-25Small fixes related to the IFF_OACTIVE removal.Martin Pieuchot
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-11-12get rid of IFQ_POLL.David Gwynne
2015-10-27arp_ifinit() is no longer needed.Martin Pieuchot
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