summaryrefslogtreecommitdiffstats
path: root/sys/arch/armv7/conf
AgeCommit message (Expand)AuthorFilesLines
2021-03-11grow media a littlederaadt1-2/+2
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
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-04-29Enable a bunch of drivers needed for full Raspberry Pi 2/3 support.kettenis2-4/+28
2020-04-27Add bcmclock(4) and bcmmbox(4). Fixes a hang because the clock for sdhc(4)kettenis2-4/+8
2020-04-23Recent changes in usr/mdec require (substantial) growth of the ramdisk.deraadt1-2/+2
2020-04-10Add omcm(4), omclock(4) and omsysc(4) drivers that support the new buskettenis2-4/+12
2020-04-05Add omrng(4), a driver for te random number generator found on TI OMAP SoCs.kettenis2-2/+4
2020-04-03increase rdroot sizejsg1-2/+2
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysreyk1-1/+2
2019-11-09Let mcount.o compile by ignoring a warning about the profile.h ASMguenther1-2/+2
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disableguenther1-2/+2
2019-10-27Add i.MX5/6 support and enable this driver on armv7(4).kettenis1-1/+2
2019-10-27Add simplefb(4).kettenis1-1/+4
2019-10-24Enable sxisid(4)kettenis2-2/+4
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha1-3/+1
2019-09-03drop support for building with gcc; ok deraadt@naddy1-12/+4
2019-08-11Add clock support to sxirtc(4); needed by newer Linux DTs.kettenis2-4/+4
2019-08-11Add sxisyscon(4) a driver for the system controller found on variouskettenis2-2/+4
2019-06-21Further improve the filesystem stability of kernel installation by KARL.deraadt1-3/+2
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).kettenis1-1/+3
2019-04-14Instead of using COPTS=-Oz (and similar) in make environment to forcederaadt1-1/+2
2019-01-12Enable ohci at fdt.kettenis2-6/+6
2018-10-30The way we currently generate gap.o using a linker script results in .rodatakettenis1-2/+2
2018-09-14add gapdummy.c to the "clean" target like other generated filesnaddy1-2/+2
2018-09-12Move -Wno-address-of-packed-member to the clang block as well and syncjsg1-2/+2
2018-08-27switch from ompinmux to pinctrljsg2-4/+4
2018-08-22Enable uscom(4) where uslcom(4) is already present.mpi1-1/+3
2018-08-05enable virtio pci attachment on armv7jsg2-2/+4
2018-08-05enable bio and softraid on armv7 ramdiskjsg1-1/+3
2018-08-03Enable mue(4).kevlo2-2/+4
2018-08-02Enable ssdfb(4) at I2C.patrick1-1/+2
2018-07-30Add ssdfb(4), a driver for the SSD1309 controller that drives anpatrick1-1/+3
2018-07-26Add imxspi(4), a driver for the i.MX SPI controller. This is the firstpatrick1-1/+2
2018-07-09Enable pcagpio(4).patrick2-2/+4
2018-07-09Add a few common PCIe devices based on the arm64 kernel configs.patrick2-2/+52
2018-07-09dd mvpcie(4), a driver for the Marvell ARMADA 38x PCIe controller,patrick2-2/+6
2018-07-09Enable ampintcmsi(4), pciecam(4) and PCIVERBOSE.patrick2-4/+13
2018-06-16Enable imxrtc(4).kettenis2-2/+4
2018-06-05Move pluart(4) to dev/fdt.kettenis1-6/+1
2018-05-31Move com_fdt.c to dev/fdt since we can share it between armv7 and arm64 now.kettenis1-5/+1
2018-05-23Enable bwfm(4).patrick1-3/+3
2018-05-16Move the code that decodes the i.MX6 PLLs and PFDs into imxanatop(4)patrick2-4/+4
2018-05-04Add a common rules file for ofw sources to help keep the configurationsvisa1-9/+1
2018-05-02Implement a power domain framework to turn on/off so-called powerpatrick1-1/+2
2018-04-01Enable imxanatop(4) on RAMDISK as well so we can use it to disablepatrick1-1/+2
2018-02-10Put the ldscript parts into a single file instead of storing it as headpatrick1-3/+3