summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
2020-01-13Timeouts are all specified in multiple of `hz' so define them in term ofMartin Pieuchot
2020-01-13Kill dead code.Martin Pieuchot
2020-01-13Add the capability to boot from another block device than the one thatMark Kettenis
2020-01-10timeout_add(9) -> timeout_add_sec(9)Jonathan Gray
2019-12-25WSDISPLAYIO_GTYPE is u_int not intJonathan Gray
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-11-28Implement a hexdump command in the boot loader. This helps toAlexander Bluhm
2019-11-09Let mcount.o compile by ignoring a warning about the profile.h ASMPhilip Guenther
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disablePhilip Guenther
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt
2019-10-27Add i.MX5/6 support and enable this driver on armv7(4).Mark Kettenis
2019-10-27Add simplefb(4).Mark Kettenis
2019-10-25Split out the code that brings us out of HYP mode and the code thatMark Kettenis
2019-10-25Add glass console for armv7. Similar to what we did on arm64 two years ago.Mark Kettenis
2019-10-25Make it possible to switch to framebuffer "glass" console in case itMark Kettenis
2019-10-24Enable sxisid(4)Mark Kettenis
2019-10-16Move sxidog(4) such that we can use it on arm64.Mark Kettenis
2019-10-11When available use "interrupt-names" to select the fdt idx for dwctwoJonathan Gray
2019-10-05Use mask to extract IPL; should have been part of the earlier diff thatMark Kettenis
2019-09-29Improve MSI support by parsing the "msi-map" attribute. Taken fromPatrick Wildt
2019-09-29Add IPI support. Taken ftrom arm64.Mark Kettenis
2019-09-12Prepare for the emac/gmac "phy" property being renamed to "phy-handle"Jonathan Gray
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha
2019-09-03drop support for building with gcc; ok deraadt@Christian Weisgerber
2019-09-03remove duplicate test introduced in rev 1.3Jonathan Gray
2019-08-29Capitalize my last name in copyright.Mark Kettenis
2019-08-20Network-based device paths use Messaging and not Media types. ThusPatrick Wildt
2019-08-19match on r40 ahciJonathan Gray
2019-08-13Allow PXE booting using u-boot by relaxing our requirementsPatrick Wildt
2019-08-11Add clock support to sxirtc(4); needed by newer Linux DTs.Mark Kettenis
2019-08-11Add sxisyscon(4) a driver for the system controller found on variousMark Kettenis
2019-08-04crank version, following fchmod changeTheo de Raadt
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xTheo de Raadt
2019-07-29Support disk write in efiboot for armv7 and arm64.YASUOKA Masahiko
2019-07-22Disable caches and MMU before jumping to the kernel entry point. NeededMark Kettenis
2019-07-19ttysleep(): drop unused timeout parametercheloha
2019-06-21Further improve the filesystem stability of kernel installation by KARL.Theo de Raadt
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).Mark Kettenis
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace and extra semicolon removal.Mike Larkin
2019-04-25Add a check to tftp_open() that we are actually opening a TFTP device.Christian Weisgerber
2019-04-14Instead of using COPTS=-Oz (and similar) in make environment to forceTheo de Raadt
2019-04-10KNF per naddy@ians
2019-04-10crank versionsTheo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-04-08crank version; looks good deraadtFlorian Obser