summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
2017-08-07Add "machine exit" and "machine poweroff" commands to the arm64 and armv7Mark Kettenis
2017-07-31Back out previous commit but handle the case where the device path consistsMark Kettenis
2017-07-29Fix off-by-one in return value of efi_device_path_depth().Mark Kettenis
2017-07-25Enable dwdog(4) such that Rockchip RK3288 devices can reboot.Mark Kettenis
2017-07-25Add rkclock(4), rkgrf(4), rkpinctrl(4) and rkgpio(4). This makes OpenBSDMark Kettenis
2017-07-25The Cortex-A17 TRM explicitly says that there is an intermediate tableMark Kettenis
2017-07-24Enable pcxrtc(4).Mark Kettenis
2017-07-24Port amd64's updates to the device path comparison to armv7. FixesPatrick Wildt
2017-07-23Add sxitwi(4), a driver for the (i2c compatible) two-wire bus found onMark Kettenis
2017-07-23Replace CPWAIT with an isb instruction, which is the proper way to make sureMark Kettenis
2017-07-18Add sdmmc support for the i.MX6UL variant of the i.MX6 series. ThisPatrick Wildt
2017-07-18Stop automatically regenerating gap.o (and hence linking a new kernel)Theo Buehler
2017-07-18Add clock support for the i.MX6UL variant of the i.MX6 series. ThePatrick Wildt
2017-07-16Pass the linker from make environment to makegap.sh. This is (only)Visa Hankala
2017-07-05Enable NFSCLIENT to let installation over NFS work.Visa Hankala
2017-07-04zap .o, put both .c at deraadt@'s requestMarc Espie
2017-06-29put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.oldMarc Espie
2017-06-290xd4d4d4d4 is a useful 'trap instruction' on arm64, but not on arm32.Theo de Raadt
2017-06-25dull dependency for copying makegap.sh to obj, so that installsTheo de Raadt
2017-06-22Generate a gap.link script, and use that to generate gap.o. On multi-ABITheo de Raadt
2017-06-22Fix the remaining ';;'s in sys/Tom Cosgrove
2017-06-14Split early startup code out of armv7_start.S into locore0.S. AdjustPatrick Wildt
2017-06-13newbsd: target which re-links a kernel. We cannot use the bsd: targetTheo de Raadt
2017-06-12Backout last change to remove esym .data patching because it breaksMarcus Glocker
2017-06-11make vers.o not depend on gap.o using a trick, because it is piece ofTheo de Raadt
2017-06-11Use umask 077 instead of cp -p when installing the kernel as root.Alexander Bluhm
2017-06-08Remove esym (.data) patching. Thanks to Mark we stopped requiring thisPatrick Wildt
2017-06-05The arm* architectures edit the ld.script, creating a copy in the compileTheo de Raadt
2017-06-03Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007.Theo de Raadt
2017-05-21Add clocks for SD/MCC controller on Exynos 5420/5800.Mark Kettenis
2017-05-21Remove exesdhc(4). This driver was never finished and has been replacedMark Kettenis
2017-05-21Add support for the SD/MMC controller found on Samsuung Exynos5.Mark Kettenis
2017-05-07Sync FDT code with arm64.Mark Kettenis
2017-05-05Move dwge(4) glue into dev/fdt.Mark Kettenis
2017-05-02Zap silly diagnostic reboot message.Mark Kettenis
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-04-30Unifdef KGDB.Martin Pieuchot
2017-04-11Recognize break conditions and enter ddb if ddb.console is set.Mark Kettenis
2017-03-24Implement a driver for Marvell's AHCI controller. This is in essencePatrick Wildt
2017-03-24Implement a driver for Marvell's XHCI controller. This is in essencePatrick Wildt
2017-03-24Bump resolution of frequencies from kHz to Hz, since that is what thePatrick Wildt
2017-03-24Mainline u-boot on the ClearFog seems to insert an empty memory regionPatrick Wildt
2017-03-15Fix building profiling kernels by passing the -p flag to config(8)Theo Buehler
2017-03-12Hook exclock(4) up to the clock framework using a dummy implementation thatMark Kettenis
2017-03-12Enable exdwusb(4) and xhci(4).Mark Kettenis
2017-03-11Hook up exgpio(4) to the gpio framework.Mark Kettenis
2017-03-11Set EVT_NOTIFY_SIGNAL when calling boot services CreateEvent().Jonathan Gray
2017-03-11Enable exrtc(4).Mark Kettenis
2017-03-10Use regmap interface to power up the PHY block.Mark Kettenis
2017-03-10Missed this file in the deplatformization commit.Mark Kettenis