summaryrefslogtreecommitdiff
path: root/sys/arch/riscv64/conf
AgeCommit message (Expand)Author
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
2021-06-19oce(4) in RAMDISK for riscv64Mike Larkin
2021-06-18Enable oce(4) for riscv64Mike Larkin
2021-06-17Add sfclock(4), a driver for the PRCI (Power Reset Clocking Interrupt) blockMark Kettenis
2021-06-16Add ociic(4) and dapmic(4). The first is a driver for the OpenCores I2CMark Kettenis
2021-06-14add a few more phys known to attach to usb ethernetJonathan Gray
2021-06-14fix whitespaceJonathan Gray
2021-06-14Add a few more drivers that people might need.Theo de Raadt
2021-06-14enable nvme, a few pci devices and a bunch of usb stuff.Dale Rahn
2021-06-13cad(4) appears to be working on Unmatched.Dale Rahn
2021-06-12Serial driver for SiFive Unmatched (U74) based on dev/fdt/amluart.cDale Rahn
2021-06-12Enable dwpcie(4) and add support for the PCIe host bridge found on theMark Kettenis
2021-05-19add pci to RAMDISK as wellJonathan Gray
2021-05-19Add PCI support.Mark Kettenis
2021-05-18use ctfstrip instead of strip to add .SUNW_ctfJonathan Gray
2021-05-15Add back -mno-relax for now. Retain the -target option but put it onMark Kettenis
2021-05-15copyinout.S is not usedTheo de Raadt
2021-05-14remove comment describing GENERICJonathan Gray
2021-05-14add dwge(4) to RAMDISK as wellJonathan Gray
2021-05-14Enable riscv64 native kernel builds.Dale Rahn
2021-05-12add OpenBSD rcs idsJonathan Gray
2021-05-11whitespace cleanupTheo de Raadt
2021-05-06enable dwmmc(4)Jonathan Gray
2021-05-05The StarFive JH7100 SoC found on the BeagleV beta boards has most ofMark Kettenis
2021-05-05rename trap.S exception.S and trap_machdep.c trap.c to match other archsJonathan Gray
2021-05-04The clock on RISC-V is architectural, so we really don't need theMark Kettenis
2021-05-01Implement early console functionality based on available SBI calls.Mark Kettenis
2021-04-26remove old 4.19 amdgpu include pathsJonathan Gray
2021-04-25cleanup riscv64 config glueJonathan Gray