summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
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
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