summaryrefslogtreecommitdiffstats
path: root/sys/arch/armv7 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix Dale's email addresstb2021-04-023-6/+6
* remove uneeded includes in md armv7 filesjsg2021-03-2542-178/+42
* Node without a "status" property should be considered enabled as well.kettenis2021-03-161-3/+3
* Make sure that switching the console from serial to framebuffer workskettenis2021-03-162-22/+25
* spellingjsg2021-03-1110-20/+20
* grow media a littlederaadt2021-03-111-2/+2
* Add some infrastructure in the PCI chipset tag for pci_probe_device_hook()patrick2021-02-252-2/+18
* we don't have to cast to caddr_t when calling m_copydata anymore.dlg2021-02-251-2/+2
* timecounting: use C99-style initialization for all timecounter structscheloha2021-02-233-6/+26
* Enable clocks and adjust for removal of subnodes in upstream Linuxkettenis2021-02-141-2/+4
* Enable clocks.kettenis2021-02-141-1/+4
* Raise match priority to beat syscon(4).kettenis2021-02-141-39/+81
* Recent device trees have the syscon-reboot and syscon-poweroff nodes askettenis2021-02-142-11/+22
* Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.patrick2021-02-053-1057/+1
* exuart(4) does not need to include exclockvar.h. The header seems to onlypatrick2021-02-041-2/+1
* Tedu exuartvar.h, which has not been needed since we switched to the "newpatrick2021-02-042-20/+1
* Add missing CVS tag.patrick2021-02-041-0/+1
* Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2021-02-041-1/+2
* Again allow COPTS= to come from the environment again, and don't lose thederaadt2021-01-281-4/+4
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-231-1/+2
* s/KHZ/kHz/ and reduce dmesg spam a bitkettenis2021-01-196-15/+15
* Remove some unused #defines and remove some commented-out variables.kettenis2021-01-191-6/+1
* Use daddr_t and not daddr32_t in boot media.krw2020-12-096-12/+12
* Give armv7 a <machine/cpufunc.h> header and use it to add a prototypekettenis2020-11-291-0/+16
* Re-work intr_barrier(9) on arm64 to remove layer violation. So far wepatrick2020-07-171-1/+2
* Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointerpatrick2020-07-142-12/+13
* Extend the interrupt API on arm64 and armv7 to be able to pass aroundpatrick2020-07-148-64/+129
* Use the full 32 bits for the miscellaneous armv7 timecounters.naddy2020-07-121-2/+2
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-102-5/+5
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-101-2/+2
* Add support for timeconting in userland.pirofti2020-07-063-4/+27
* match on "ti,am335-sdhci" used since linux 5.8-rc3jsg2020-07-051-3/+5
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-4/+0
* Enable virtual consoles on armv7, the same way it is done on arm64.fcambus2020-06-231-3/+3
* Enable bwfm(4) on armv7 RAMDISK for SD/MMC and USB devices.fcambus2020-06-181-1/+3
* use correct node when enabling phyjsg2020-06-021-3/+2
* introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2020-05-311-1/+10
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-2/+1
* increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt2020-05-261-2/+2
* change wsdisplay attribute type from long to uint32_tjsg2020-05-253-11/+11
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-252-5/+5
* Look at the openbsd,boothowto property and bring the bootarg parsingkettenis2020-05-231-26/+29
* Our check to see if the EFI services support Mtftp() doesn't workpatrick2020-05-182-5/+9
* Remove board ID support. 6.7 shipped with a kernel that doesn't needkettenis2020-05-174-34/+9
* The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it tokettenis2020-05-142-146/+1
* Pass boothowto from the bootloader to the kernel by adding akettenis2020-05-103-6/+9
* Enable a bunch of drivers needed for full Raspberry Pi 2/3 support.kettenis2020-04-292-4/+28
* Let the armv7 bus_dma layer and simplebus(4) implementation deal withkettenis2020-04-292-16/+4
* Add bcmclock(4) and bcmmbox(4). Fixes a hang because the clock for sdhc(4)kettenis2020-04-272-4/+8
* Remove reset hack; these days the U-Boot we ship for the CuBox-i iskettenis2020-04-271-10/+1