summaryrefslogtreecommitdiff
path: root/sys/arch/riscv64/conf
AgeCommit message (Expand)Author
2024-04-30remove commented DEBUG_TIMER for timer driver removed in 2021Jonathan Gray
2024-03-31Enable rge(4).Mark Kettenis
2024-03-07Enable dwxe(4)Kevin Lo
2024-02-02Enable sximmc(4)Mark Kettenis
2024-01-27Add a few drivers to support Allwinner D1.Mark Kettenis
2024-01-27On Allwinner D1, the SBI call to schedule timer interrupts doesn't work.Mark Kettenis
2024-01-01Move fdt attachment into sys/conf/files.conf instead of duplicating it onMark Kettenis
2023-11-20Revert 1.18 and randomly sort kernel object files again now that the issueMiod Vallat
2023-11-11Randomly linked riscv64 kernels built with clang/lld-16 hang too oftenJeremie Courreges-Anglas
2023-09-23Add stfrng(4), a driver for the random number generator on the JH7110 SoC.Mark Kettenis
2023-09-06revert disabling warnings for zlib on clang >= 15Jonathan Gray
2023-08-29Enable dwiic(4) and axppmic(4).Mark Kettenis
2023-08-21Remove dead code.Miod Vallat
2023-07-08Add support for the PCIe controller on the JH7110 SoC.Mark Kettenis
2023-07-08Add support for the Motorcomm YT8521/YT8531 PHYs. Since these PHYs mayMark Kettenis
2023-07-04enable dwqe(4)Mark Kettenis
2023-04-25Enable softraid(4) in the ramdisk kernel aka. make disk crypto install workKlemens Nanni
2023-01-24Hook up the same USB device drivers as arm64/conf/GENERICJeremie Courreges-Anglas
2022-12-30Neuter zlib fatal warnings when building kernels and bootloaders with clang 15Jeremie Courreges-Anglas
2022-06-26add a few missing drivers for recent nics, input from jmatthew kettenis mbuhl...Stuart Henderson
2022-06-12Add stftemp(4), a driver for the temperature sensor integrated on theMark Kettenis
2022-06-09Add gpiorestart(4).Mark Kettenis
2022-06-08Add stfpinctrl(4).Mark Kettenis
2022-06-08Add stfpinctrl(4), a driver for the pinctrl/gpio block found on theMark Kettenis
2022-06-07Enable stfclock(4) and make xhci(4) attach to fdt.Mark Kettenis
2022-06-06Enable stfclock(4) and make xhci(4) attach to fdt.Mark Kettenis
2022-06-06Add stfclock(4), a driver for the clock controller found on the StarFiveMark Kettenis
2022-05-30Add sfgpio(4), a driver for the GPIO controller found on theMark Kettenis
2022-02-18Add mpfgpio(4), a driver for the PolarFire SoC MSS GPIO controller.Visa Hankala
2022-02-16Add mpfiic(4), a driver for the PolarFire SoC MSS I2C controller.Visa Hankala
2022-01-18Add cdsdhc(4), a driver for the Cadence SD/SDIO/eMMC host controller.Visa Hankala
2022-01-12Remove -target riscv64-unknown-openbsd from CMACHFLAGS.Kevin Lo
2022-01-07.glue_7 is used for arm code calling thumb code, and .glue_7t is used forKevin Lo
2022-01-05Add mpfclock(4), a driver for the PolarFire SoC MSS clock controller.Visa Hankala
2022-01-03SOCs -> SoCsVisa Hankala
2021-12-17Disable a few warning flags that were introduced and enabled by defaultPatrick Wildt
2021-11-30enable uhid/fidoTheo de Raadt
2021-11-27stop building kernels with -Wno-uninitialized on clang archsJonathan Gray
2021-10-05cleanup conf.c, and bring in wd(4) supportTheo de Raadt
2021-09-02add aq(4) to amd64 RAMDISK_CD and riscv64 RAMDISKMike Larkin
2021-09-02aq(4) driver for Aquantia 1/2.5/5/10Gb/s PCIe ethernet adaptersMike Larkin
2021-07-25enable iwm(4)Jonathan Gray
2021-07-25enable ix(4)Jonathan Gray
2021-07-12Add uaudio(4) and umidi(4). ok kettenis@, mlarkin@Matthieu Herrb
2021-06-29SMP support. Mostly works, but occasionally craps out during boot.Mark Kettenis
2021-06-29delete pre-EFI boot kernel location scriptingTheo de Raadt
2021-06-29sync maxusers with other 64bits architectures. ok kettenis@, deraadt@.Matthieu Herrb
2021-06-27Make sure __bss_start is aligned on an 8-byte boundary. This makes sureMark Kettenis
2021-06-25basic radeondrm / X support for riscv64. Ok kettenis@Matthieu Herrb
2021-06-23Enable titmp(4).Mark Kettenis