summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
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
2020-07-14Extend the interrupt API on arm64 and armv7 to be able to pass aroundPatrick Wildt
2020-07-12Use the full 32 bits for the miscellaneous armv7 timecounters.Christian Weisgerber
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-05match on "ti,am335-sdhci" used since linux 5.8-rc3Jonathan Gray
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargVisa Hankala
2020-06-23Enable virtual consoles on armv7, the same way it is done on arm64.Frederic Cambus
2020-06-18Enable bwfm(4) on armv7 RAMDISK for SD/MMC and USB devices.Frederic Cambus
2020-06-02use correct node when enabling phyJonathan Gray
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesTheo de Raadt
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-05-23Look at the openbsd,boothowto property and bring the bootarg parsingMark Kettenis
2020-05-18Our check to see if the EFI services support Mtftp() doesn't workPatrick Wildt
2020-05-17Remove board ID support. 6.7 shipped with a kernel that doesn't needMark Kettenis
2020-05-14The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it toMark Kettenis
2020-05-10Pass boothowto from the bootloader to the kernel by adding aMark Kettenis
2020-04-29Enable a bunch of drivers needed for full Raspberry Pi 2/3 support.Mark Kettenis
2020-04-29Let the armv7 bus_dma layer and simplebus(4) implementation deal withMark Kettenis
2020-04-27Add bcmclock(4) and bcmmbox(4). Fixes a hang because the clock for sdhc(4)Mark Kettenis
2020-04-27Remove reset hack; these days the U-Boot we ship for the CuBox-i isMark Kettenis
2020-04-27Bring inittodr()/resettodr() in line with arm64 and move it toMark Kettenis
2020-04-27fix SDHC_DEBUG build, remove procname printf'sians
2020-04-23Move imxehci(4) to sys/dev/fdt.Patrick Wildt
2020-04-23Recent changes in usr/mdec require (substantial) growth of the ramdisk.Theo de Raadt
2020-04-10Add omcm(4), omclock(4) and omsysc(4) drivers that support the new busMark Kettenis
2020-04-07Kill board_id variable; its last consumer is gone now.Mark Kettenis
2020-04-07Kill unused extern declaration.Mark Kettenis
2020-04-07Use PHY framework to replace hardcoded board-specific GPIO poking.Mark Kettenis
2020-04-07Remove entry that is no longer needed.Mark Kettenis
2020-04-06Add support for the cd-gpios property.Mark Kettenis
2020-04-06Register controller with the gpio "framework".Mark Kettenis
2020-04-05Use OF_is_compatible() to simplify the initialization for the "mdio" node.Mark Kettenis
2020-04-05Add omrng(4), a driver for te random number generator found on TI OMAP SoCs.Mark Kettenis
2020-04-03increase rdroot sizeJonathan Gray
2020-03-31Remove leftover that should have been removed in the previous commit.Mark Kettenis
2020-03-31Newer device trees no longer put the full physical address in the "reg"Mark Kettenis
2020-03-31Remove unused code. The padconf code has been replaced with theMark Kettenis
2020-03-30Port "mach dtb" code from arm64.Mark Kettenis
2020-03-22Make efi_device_path_depth() return the full device path depth if we don'tMark Kettenis
2020-03-01Allow armv7 efiboot(8) to read from an ffs2 filesystem. ok kettenis@Otto Moerbeek
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot
2020-01-13Convert to tsleep_nsec(9), while here fix a bug where the value specifiedMartin Pieuchot
2020-01-13Timeouts are all specified in multiple of `hz' so define them in term ofMartin Pieuchot
2020-01-13Kill dead code.Martin Pieuchot