summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
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
2015-05-10limit physical memory to (paddr_t)-PAGE_SIZE (0xfffff000)Jonathan Gray
2015-05-08Add missing sabresd case statements. As sabresd_devs[] includes imxgpioJonathan Gray
2015-05-08Add initial board specific parts of novena support, tested by djm@Jonathan Gray
2015-05-07fix indentationJonathan Gray
2015-05-04Fix some misuse of the | operator. In particular | has higherJonathan Gray
2015-04-22Init a variable to zero so values aren't or'd into uninitialised memory.Jonathan Gray
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-04-03Convert to if_input().Martin Pieuchot
2015-03-29initial support for the SABRE SD boardJonathan Gray
2015-03-18Convert to if_input(), tested by jsing@.Martin Pieuchot
2015-03-16Convert to if_input(), tested by jsg@.Martin Pieuchot
2015-01-26Import the exynos work into tree. This is from Bitrig. Discussed with and OK ...Brandon Mercer
2015-01-22Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.Kenneth R Westerback
2015-01-18unifdef IPKDB. These codepaths are holdouts from NetBSD code and areJonathan Gray
2015-01-17More complete gpio reset sequences for SABRE Lite/Nitrogen6X.Jonathan Gray
2015-01-13Add missing Utilite case in imx_platform_init_cons()Jonathan Gray