summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
2021-11-27stop building kernels with -Wno-uninitialized on clang archsJonathan Gray
2021-11-14Make sure efiboot is built with RELA/REL relocations and not RELR,Philip Guenther
2021-10-26Allocate fresh memory to put our device tree into, to make sure we have leastPatrick Wildt
2021-10-26Remove more occurences of O_RDONLY in our bootloaders.Patrick Wildt
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-10-09grow media for additional firmwaresTheo de Raadt
2021-10-06Add openbsd,dma-constraint property to /chosen node on armv7Visa Hankala
2021-08-20Add ucc(4), a driver for USB HID Consumer Control keyboards. Suchanton
2021-06-30grow ramdisk area due to increased firmware sizes..Theo de Raadt
2021-06-25Move unused eficall.h files to the Attic.Kenneth R Westerback
2021-06-10Oops. Forgot to commit the version bump.Kenneth R Westerback
2021-06-10Sync efid_io() with the recent improvements kettenis@ made toKenneth R Westerback
2021-06-07Replace all uses of 'EFI_CALL(func, params)' withKenneth R Westerback
2021-06-04yasuoka@ pointed out that amd64 clang now understandsKenneth R Westerback
2021-06-02Use the same logic in all copies of gpt_chk_mbr(), relaxing theKenneth R Westerback
2021-05-28Add cad(4), a driver for Cadence GEM.Visa Hankala
2021-05-28Move imxdog(4) to sys/dev/fdt.Patrick Wildt
2021-05-19Please sir, I want some more (ramdisk miniroot space)Theo de Raadt
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2021-05-16ansiJonathan Gray
2021-05-16remove unused pre efiboot targetsJonathan Gray
2021-04-30Add zqclock(4), a driver for Zynq-7000 clocks.Visa Hankala
2021-04-30Add zqreset(4), a driver for Zynq-7000 resets.Visa Hankala
2021-04-24Add cduart(4), a driver for the Cadence UART found on Xilinx Zynq SoCs.Visa Hankala
2021-04-02Fix Dale's email addressTheo Buehler
2021-03-25remove uneeded includes in md armv7 filesJonathan Gray
2021-03-16Node without a "status" property should be considered enabled as well.Mark Kettenis
2021-03-16Make sure that switching the console from serial to framebuffer worksMark Kettenis
2021-03-11spellingJonathan Gray
2021-03-11grow media a littleTheo de Raadt
2021-02-25Add some infrastructure in the PCI chipset tag for pci_probe_device_hook()Patrick Wildt
2021-02-25we don't have to cast to caddr_t when calling m_copydata anymore.David Gwynne
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-02-14Enable clocks and adjust for removal of subnodes in upstream LinuxMark Kettenis
2021-02-14Enable clocks.Mark Kettenis
2021-02-14Raise match priority to beat syscon(4).Mark Kettenis
2021-02-14Recent device trees have the syscon-reboot and syscon-poweroff nodes asMark Kettenis
2021-02-05Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2021-02-04exuart(4) does not need to include exclockvar.h. The header seems to onlyPatrick Wildt
2021-02-04Tedu exuartvar.h, which has not been needed since we switched to the "newPatrick Wildt
2021-02-04Add missing CVS tag.Patrick Wildt
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton
2021-01-28Again allow COPTS= to come from the environment again, and don't lose theTheo de Raadt
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
2021-01-19s/KHZ/kHz/ and reduce dmesg spam a bitMark Kettenis
2021-01-19Remove some unused #defines and remove some commented-out variables.Mark Kettenis
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-11-29Give armv7 a <machine/cpufunc.h> header and use it to add a prototypeMark Kettenis
2020-07-17Re-work intr_barrier(9) on arm64 to remove layer violation. So far wePatrick Wildt
2020-07-14Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointerPatrick Wildt