summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
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
2017-03-10Add glue to attach xhci(4) on exynos.Mark Kettenis
2017-03-10Set VM_PHYSSEG_MAX to 32 and use VM_PSTRAT_BSEARCH as the sort/search optionMark Kettenis
2017-03-10Lookup the /memory node again after we reinit the FDT. This makes addingMark Kettenis
2017-03-09Enable syscon(4) such that I can actually reboot the Odroid XU4.Mark Kettenis
2017-03-09Provide access to our registers through the regmap interface.Mark Kettenis
2017-03-09Only set cpuresetfn if it isn't set already such that other reboot mechanismsMark Kettenis
2017-03-09Add interrupt routing API like we have on arm64.Mark Kettenis
2017-03-07Make this actually work as a tty. Everything except for the most basicMark Kettenis
2017-03-07Unbreak the tree by removing the "exynos.h" include and associated prototype.Mark Kettenis
2017-03-06De-platformize exynos. Disable exdisplay(4) for now.Mark Kettenis
2017-03-06Attach exiic(4) using the FDT.Mark Kettenis
2017-03-06Remove unused unit number from softc.Mark Kettenis
2017-03-05match GENERICTheo de Raadt
2017-03-05Turn exgpio(4) into a pinctrl driver.Mark Kettenis
2017-03-05Clear pending interrupts and mask them all.Mark Kettenis
2017-03-05The current code in exuartcnputc() that tries to make sure the characterMark Kettenis
2017-03-04matching commit for RAMDISK: Convert a few exynos drivers to attach using the...Theo de Raadt
2017-03-04Convert a few exynos drivers to attach using the FDT.Mark Kettenis
2017-03-03enable FFS2 on armv7 and arm64 ramdisksJonathan Gray
2017-03-01Remove unused table driven omgpio bits.Jonathan Gray
2017-03-01remove remaining parts of the table driven approach to attaching edmaJonathan Gray
2017-03-01Dynamically attach edma(4) using the FDT.Jonathan Gray
2017-02-22Set sc_vendor in bcm2835_dwctwo before calling dwc2_init().Jonathan Gray
2017-02-10Unbreak 'config -p'.Martin Pieuchot
2017-01-26The only difference between armv7 and arm64 fdt virtio attachments is anJonathan Gray
2017-01-25Build amd64 kernels with -ffreestanding. Synchronize the arm64 and armv7Mark Kettenis
2017-01-25Move psci(4) and plrtc(4) so arm64 can use them.Jonathan Gray
2017-01-24Use the same stack size as on i386Jeremie Courreges-Anglas
2017-01-23enable bcmdog on armv7 as wellJonathan Gray
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2017-01-22Introduce the KEEPKERNELS variable: if this is set either in mk.conf orTheo Buehler
2017-01-22Mark the .peheader section as "a". Makes it possible to link with lld.Mark Kettenis
2017-01-21Switch include of virtio header from dev/pci/to dev/pv/Reyk Floeter
2017-01-21Move virtio config from files.pci to files.pciReyk Floeter
2017-01-21Move Allwinner drivers that will soon be used by OpenBSD/arm64Patrick Wildt
2017-01-21Add support for the Allwinner A64 (sun50i-a64).Mark Kettenis
2017-01-21p_comm is the process's command and isn't per thread, so move it fromPhilip Guenther