summaryrefslogtreecommitdiffstats
path: root/sys/arch/armv7
AgeCommit message (Expand)AuthorFilesLines
2021-04-02Fix Dale's email addresstb3-6/+6
2021-03-25remove uneeded includes in md armv7 filesjsg42-178/+42
2021-03-16Node without a "status" property should be considered enabled as well.kettenis1-3/+3
2021-03-16Make sure that switching the console from serial to framebuffer workskettenis2-22/+25
2021-03-11spellingjsg10-20/+20
2021-03-11grow media a littlederaadt1-2/+2
2021-02-25Add some infrastructure in the PCI chipset tag for pci_probe_device_hook()patrick2-2/+18
2021-02-25we don't have to cast to caddr_t when calling m_copydata anymore.dlg1-2/+2
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha3-6/+26
2021-02-14Enable clocks and adjust for removal of subnodes in upstream Linuxkettenis1-2/+4
2021-02-14Enable clocks.kettenis1-1/+4
2021-02-14Raise match priority to beat syscon(4).kettenis1-39/+81
2021-02-14Recent device trees have the syscon-reboot and syscon-poweroff nodes askettenis2-11/+22
2021-02-05Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.patrick3-1057/+1
2021-02-04exuart(4) does not need to include exclockvar.h. The header seems to onlypatrick1-2/+1
2021-02-04Tedu exuartvar.h, which has not been needed since we switched to the "newpatrick2-20/+1
2021-02-04Add missing CVS tag.patrick1-0/+1
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton1-1/+2
2021-01-28Again allow COPTS= to come from the environment again, and don't lose thederaadt1-4/+4
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr1-1/+2
2021-01-19s/KHZ/kHz/ and reduce dmesg spam a bitkettenis6-15/+15
2021-01-19Remove some unused #defines and remove some commented-out variables.kettenis1-6/+1
2020-12-09Use daddr_t and not daddr32_t in boot media.krw6-12/+12
2020-11-29Give armv7 a <machine/cpufunc.h> header and use it to add a prototypekettenis1-0/+16
2020-07-17Re-work intr_barrier(9) on arm64 to remove layer violation. So far wepatrick1-1/+2
2020-07-14Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointerpatrick2-12/+13
2020-07-14Extend the interrupt API on arm64 and armv7 to be able to pass aroundpatrick8-64/+129
2020-07-12Use the full 32 bits for the miscellaneous armv7 timecounters.naddy1-2/+2
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2-5/+5
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick1-2/+2
2020-07-06Add support for timeconting in userland.pirofti3-4/+27
2020-07-05match on "ti,am335-sdhci" used since linux 5.8-rc3jsg1-3/+5
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa1-4/+0
2020-06-23Enable virtual consoles on armv7, the same way it is done on arm64.fcambus1-3/+3
2020-06-18Enable bwfm(4) on armv7 RAMDISK for SD/MMC and USB devices.fcambus1-1/+3
2020-06-02use correct node when enabling phyjsg1-3/+2
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg1-1/+10
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt1-2/+1
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt1-2/+2
2020-05-25change wsdisplay attribute type from long to uint32_tjsg3-11/+11
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg2-5/+5
2020-05-23Look at the openbsd,boothowto property and bring the bootarg parsingkettenis1-26/+29
2020-05-18Our check to see if the EFI services support Mtftp() doesn't workpatrick2-5/+9
2020-05-17Remove board ID support. 6.7 shipped with a kernel that doesn't needkettenis4-34/+9
2020-05-14The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it tokettenis2-146/+1
2020-05-10Pass boothowto from the bootloader to the kernel by adding akettenis3-6/+9
2020-04-29Enable a bunch of drivers needed for full Raspberry Pi 2/3 support.kettenis2-4/+28
2020-04-29Let the armv7 bus_dma layer and simplebus(4) implementation deal withkettenis2-16/+4
2020-04-27Add bcmclock(4) and bcmmbox(4). Fixes a hang because the clock for sdhc(4)kettenis2-4/+8
2020-04-27Remove reset hack; these days the U-Boot we ship for the CuBox-i iskettenis1-10/+1